接口 ImmutableProp
public interface ImmutableProp
-
方法概要
修饰符和类型方法说明<A extends Annotation>
AgetAnnotation(Class<A> annotationType)<A extends Annotation>
A[]getAnnotations(Class<A> annotationType)Class<?>intgetId()getName()<S extends Storage>
SbooleanbooleanbooleanbooleanisId()booleanbooleanbooleanisScalar()booleanbooleanboolean
-
方法详细资料
-
getDeclaringType
ImmutableType getDeclaringType() -
getId
int getId() -
getName
String getName() -
getCategory
ImmutablePropCategory getCategory() -
getElementClass
Class<?> getElementClass() -
isScalar
boolean isScalar() -
isScalarList
boolean isScalarList() -
isAssociation
boolean isAssociation() -
isReference
boolean isReference() -
isEntityList
boolean isEntityList() -
isNullable
boolean isNullable() -
getAnnotation
-
getAnnotations
-
getAssociationAnnotation
Annotation getAssociationAnnotation() -
isTransient
boolean isTransient() -
hasTransientResolver
boolean hasTransientResolver() -
getDeleteAction
DeleteAction getDeleteAction() -
getStorage
-
isId
boolean isId() -
isVersion
boolean isVersion() -
getTargetType
ImmutableType getTargetType() -
getMappedBy
ImmutableProp getMappedBy() -
getOpposite
ImmutableProp getOpposite()
-