Package org.hibernate.metamodel.mapping
Interface AttributeMetadata
- All Known Subinterfaces:
AggregatedIdentifierMapping
,BasicEntityIdentifierMapping
,org.hibernate.metamodel.mapping.internal.SingleAttributeIdentifierMapping
public interface AttributeMetadata
-
Method Summary
Modifier and TypeMethodDescriptiondefault CascadeStyle
boolean
boolean
boolean
boolean
boolean
boolean
-
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
-