Package org.hibernate.tuple
Class BaselineAttributeInformation
- java.lang.Object
-
- org.hibernate.tuple.BaselineAttributeInformation
-
@Deprecated(forRemoval=true) public class BaselineAttributeInformation extends Object
Deprecated, for removal: This API element is subject to removal in a future version.No direct replacement, though seeAttributeMapping
andAttributeMetadata
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
BaselineAttributeInformation.Builder
Deprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Summary
Constructors Constructor Description 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 Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description CascadeStyle
getCascadeStyle()
Deprecated, for removal: This API element is subject to removal in a future version.FetchMode
getFetchMode()
Deprecated, for removal: This API element is subject to removal in a future version.boolean
isDirtyCheckable()
Deprecated, for removal: This API element is subject to removal in a future version.boolean
isInsertable()
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
isNullable()
Deprecated, for removal: This API element is subject to removal in a future version.boolean
isUpdateable()
Deprecated, for removal: This API element is subject to removal in a future version.boolean
isVersionable()
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
-
Constructor Detail
-
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 Detail
-
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
public CascadeStyle getCascadeStyle()
Deprecated, for removal: This API element is subject to removal in a future version.
-
getFetchMode
public FetchMode getFetchMode()
Deprecated, for removal: This API element is subject to removal in a future version.
-
-