接口 ImmutableProp
public interface ImmutableProp
-
方法概要
修饰符和类型方法说明<A extends Annotation>
AgetAnnotation(Class<A> annotationType) <A extends Annotation>
A[]getAnnotations(Class<A> annotationType) Converter<?>Class<?>intgetId()getName()<S extends Storage>
SbooleanbooleanisAssociation(TargetLevel level) booleanisEmbedded(EmbeddedLevel level) booleanbooleanisId()booleanbooleanbooleanbooleanbooleanisReference(TargetLevel level) booleanisReferenceList(TargetLevel level) booleanisRemote()booleanisScalar(TargetLevel level) booleanbooleanboolean
-
方法详细资料
-
getDeclaringType
-
getId
int getId() -
getName
-
getCategory
-
getElementClass
-
isEmbedded
-
isScalar
-
isScalarList
boolean isScalarList() -
isAssociation
-
isReference
-
isReferenceList
-
isNullable
boolean isNullable() -
isInputNotNull
boolean isInputNotNull() -
isMutable
boolean isMutable() -
getAnnotation
-
getAnnotations
Annotation[] getAnnotations() -
getAnnotations
-
getAssociationAnnotation
Annotation getAssociationAnnotation() -
isTransient
boolean isTransient() -
hasTransientResolver
boolean hasTransientResolver() -
isFormula
boolean isFormula() -
getFormulaTemplate
-
getIdViewBaseProp
ImmutableProp getIdViewBaseProp() -
getConverter
Converter<?> getConverter() -
getDissociateAction
-
getStorage
-
isId
boolean isId() -
isVersion
boolean isVersion() -
isLogicalDeleted
boolean isLogicalDeleted() -
getTargetType
ImmutableType getTargetType() -
getOrderedItems
List<OrderedItem> getOrderedItems() -
getMappedBy
ImmutableProp getMappedBy() -
getOpposite
ImmutableProp getOpposite() -
getDependencies
List<ImmutableProp> getDependencies() -
isRemote
boolean isRemote()
-