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 seeAttributeMappingandAttributeMetadata
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classBaselineAttributeInformation.BuilderDeprecated, 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 CascadeStylegetCascadeStyle()Deprecated, for removal: This API element is subject to removal in a future version.FetchModegetFetchMode()Deprecated, for removal: This API element is subject to removal in a future version.booleanisDirtyCheckable()Deprecated, for removal: This API element is subject to removal in a future version.booleanisInsertable()Deprecated, for removal: This API element is subject to removal in a future version.booleanisLazy()Deprecated, for removal: This API element is subject to removal in a future version.booleanisNullable()Deprecated, for removal: This API element is subject to removal in a future version.booleanisUpdateable()Deprecated, for removal: This API element is subject to removal in a future version.booleanisVersionable()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.
-
-