Package org.hibernate.tuple
Interface NonIdentifierAttribute
-
- All Superinterfaces:
Attribute
- All Known Implementing Classes:
AbstractCompositionAttribute,AbstractEntityBasedAttribute,AbstractNonIdentifierAttribute,EntityBasedAssociationAttribute,EntityBasedBasicAttribute,EntityBasedCompositionAttribute,StandardProperty,VersionProperty
@Deprecated(forRemoval=true) public interface NonIdentifierAttribute extends Attribute
Deprecated, for removal: This API element is subject to removal in a future version.No direct replacement
-
-
Method Summary
All Methods Instance Methods Abstract 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.booleanisDirtyCheckable(boolean hasUninitializedProperties)Deprecated.UseisDirtyCheckable()insteadbooleanisInsertable()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.
-
-
-
Method Detail
-
isLazy
boolean isLazy()
Deprecated, for removal: This API element is subject to removal in a future version.
-
isInsertable
boolean isInsertable()
Deprecated, for removal: This API element is subject to removal in a future version.
-
isUpdateable
boolean isUpdateable()
Deprecated, for removal: This API element is subject to removal in a future version.
-
isNullable
boolean isNullable()
Deprecated, for removal: This API element is subject to removal in a future version.
-
isDirtyCheckable
@Deprecated boolean isDirtyCheckable(boolean hasUninitializedProperties)
Deprecated.UseisDirtyCheckable()instead
-
isDirtyCheckable
boolean isDirtyCheckable()
Deprecated, for removal: This API element is subject to removal in a future version.
-
isVersionable
boolean isVersionable()
Deprecated, for removal: This API element is subject to removal in a future version.
-
getCascadeStyle
CascadeStyle getCascadeStyle()
Deprecated, for removal: This API element is subject to removal in a future version.
-
getFetchMode
FetchMode getFetchMode()
Deprecated, for removal: This API element is subject to removal in a future version.
-
-