接口 ImmutableProp
- 所有已知实现类:
RedirectedProp
public interface ImmutableProp
-
方法概要
修饰符和类型方法说明<A extends Annotation>
AgetAnnotation(Class<A> annotationType) <A extends Annotation>
A[]getAnnotations(Class<A> annotationType) Class<?>intgetId()getName()<S extends Storage>
SbooleanbooleanisAssociation(TargetLevel level) booleanisId()booleanbooleanisReference(TargetLevel level) booleanisReferenceList(TargetLevel level) booleanisScalar()booleanbooleanboolean
-
方法详细资料
-
getDeclaringType
-
getId
int getId() -
getName
-
getCategory
-
getElementClass
-
isScalar
boolean isScalar() -
isScalarList
boolean isScalarList() -
isAssociation
-
isReference
-
isReferenceList
-
isNullable
boolean isNullable() -
getAnnotation
-
getAnnotations
-
getAssociationAnnotation
Annotation getAssociationAnnotation() -
isTransient
boolean isTransient() -
hasTransientResolver
boolean hasTransientResolver() -
getDissociateAction
-
getStorage
-
isId
boolean isId() -
isVersion
boolean isVersion() -
getTargetType
ImmutableType getTargetType() -
getOrderedItems
List<OrderedItem> getOrderedItems() -
getMappedBy
ImmutableProp getMappedBy() -
getOpposite
ImmutableProp getOpposite()
-