Package org.hibernate.tuple
Class BaselineAttributeInformation
java.lang.Object
org.hibernate.tuple.BaselineAttributeInformation
Deprecated, for removal: This API element is subject to removal in a future version.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
Deprecated, for removal: This API element is subject to removal in a future version. -
Constructor Summary
ConstructorsConstructorDescriptionBaselineAttributeInformation
(boolean lazy, boolean insertable, boolean updateable, boolean nullable, boolean dirtyCheckable, boolean versionable, CascadeStyle cascadeStyle, FetchMode fetchMode) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.boolean
Deprecated, for removal: This API element is subject to removal in a future version.boolean
Deprecated, for removal: This API element is subject to removal in a future version.boolean
isLazy()
Deprecated, for removal: This API element is subject to removal in a future version.boolean
Deprecated, for removal: This API element is subject to removal in a future version.boolean
Deprecated, for removal: This API element is subject to removal in a future version.boolean
Deprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Details
-
BaselineAttributeInformation
public BaselineAttributeInformation(boolean lazy, boolean insertable, boolean updateable, boolean nullable, boolean dirtyCheckable, boolean versionable, CascadeStyle cascadeStyle, FetchMode fetchMode) Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
isLazy
public boolean isLazy()Deprecated, for removal: This API element is subject to removal in a future version. -
isInsertable
public boolean isInsertable()Deprecated, for removal: This API element is subject to removal in a future version. -
isUpdateable
public boolean isUpdateable()Deprecated, for removal: This API element is subject to removal in a future version. -
isNullable
public boolean isNullable()Deprecated, for removal: This API element is subject to removal in a future version. -
isDirtyCheckable
public boolean isDirtyCheckable()Deprecated, for removal: This API element is subject to removal in a future version. -
isVersionable
public boolean isVersionable()Deprecated, for removal: This API element is subject to removal in a future version. -
getCascadeStyle
Deprecated, for removal: This API element is subject to removal in a future version. -
getFetchMode
Deprecated, for removal: This API element is subject to removal in a future version.
-
AttributeMapping
andAttributeMetadata