接口 ImmutableProp
public interface ImmutableProp
-
方法概要
修饰符和类型方法说明<A extends Annotation>
AgetAnnotation(Class<A> annotationType)<A extends Annotation>
A[]getAnnotations(Class<A> annotationType)Class<?>getName()<S extends Storage>
SbooleanbooleanbooleanisId()booleanbooleanbooleanisScalar()booleanbooleanboolean
-
方法详细资料
-
getDeclaringType
ImmutableType getDeclaringType() -
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() -
getGetter
Method getGetter() -
getAnnotation
-
getAnnotations
-
getAssociationAnnotation
Annotation getAssociationAnnotation() -
isTransient
boolean isTransient() -
getDeleteAction
DeleteAction getDeleteAction() -
getStorage
-
isId
boolean isId() -
isVersion
boolean isVersion() -
getTargetType
ImmutableType getTargetType() -
getMappedBy
ImmutableProp getMappedBy() -
getOpposite
ImmutableProp getOpposite()
-