Class SimpleAttributeMetadata
java.lang.Object
org.hibernate.metamodel.mapping.internal.SimpleAttributeMetadata
- All Implemented Interfaces:
AttributeMetadata
-
Constructor Summary
ConstructorsConstructorDescriptionSimpleAttributeMetadata
(PropertyAccess propertyAccess, MutabilityPlan mutabilityPlan, boolean nullable, boolean insertable, boolean updateable, boolean includeInOptimisticLocking, boolean selectable) SimpleAttributeMetadata
(PropertyAccess propertyAccess, MutabilityPlan mutabilityPlan, boolean nullable, boolean insertable, boolean updateable, boolean includeInOptimisticLocking, boolean selectable, CascadeStyle cascadeStyle) SimpleAttributeMetadata
(PropertyAccess propertyAccess, MutabilityPlan mutabilityPlan, Property bootProperty, Value value) -
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
boolean
boolean
boolean
boolean
-
Constructor Details
-
SimpleAttributeMetadata
public SimpleAttributeMetadata(PropertyAccess propertyAccess, MutabilityPlan mutabilityPlan, Property bootProperty, Value value) -
SimpleAttributeMetadata
public SimpleAttributeMetadata(PropertyAccess propertyAccess, MutabilityPlan mutabilityPlan, boolean nullable, boolean insertable, boolean updateable, boolean includeInOptimisticLocking, boolean selectable) -
SimpleAttributeMetadata
public SimpleAttributeMetadata(PropertyAccess propertyAccess, MutabilityPlan mutabilityPlan, boolean nullable, boolean insertable, boolean updateable, boolean includeInOptimisticLocking, boolean selectable, CascadeStyle cascadeStyle)
-
-
Method Details
-
getPropertyAccess
- Specified by:
getPropertyAccess
in interfaceAttributeMetadata
-
getMutabilityPlan
- Specified by:
getMutabilityPlan
in interfaceAttributeMetadata
-
isNullable
public boolean isNullable()- Specified by:
isNullable
in interfaceAttributeMetadata
-
isInsertable
public boolean isInsertable()- Specified by:
isInsertable
in interfaceAttributeMetadata
-
isUpdatable
public boolean isUpdatable()- Specified by:
isUpdatable
in interfaceAttributeMetadata
-
isSelectable
public boolean isSelectable()- Specified by:
isSelectable
in interfaceAttributeMetadata
-
isIncludedInDirtyChecking
public boolean isIncludedInDirtyChecking()- Specified by:
isIncludedInDirtyChecking
in interfaceAttributeMetadata
-
isIncludedInOptimisticLocking
public boolean isIncludedInOptimisticLocking()- Specified by:
isIncludedInOptimisticLocking
in interfaceAttributeMetadata
-
getCascadeStyle
- Specified by:
getCascadeStyle
in interfaceAttributeMetadata
-