Interface AttributeMetadata
- All Known Subinterfaces:
AggregatedIdentifierMapping, BasicEntityIdentifierMapping, org.hibernate.metamodel.mapping.internal.SingleAttributeIdentifierMapping
public interface AttributeMetadata
-
Method Summary
Modifier and TypeMethodDescriptiondefault CascadeStylebooleanbooleanbooleanbooleanbooleanboolean
-
Method Details
-
getPropertyAccess
PropertyAccess getPropertyAccess() -
getMutabilityPlan
MutabilityPlan getMutabilityPlan() -
isNullable
boolean isNullable() -
isInsertable
boolean isInsertable() -
isUpdatable
boolean isUpdatable() -
isSelectable
boolean isSelectable() -
isIncludedInDirtyChecking
boolean isIncludedInDirtyChecking() -
isIncludedInOptimisticLocking
boolean isIncludedInOptimisticLocking() -
getCascadeStyle
-