Package org.hibernate.tuple
Class AbstractNonIdentifierAttribute
java.lang.Object
org.hibernate.tuple.AbstractAttribute
org.hibernate.tuple.AbstractNonIdentifierAttribute
- All Implemented Interfaces:
Attribute
,NonIdentifierAttribute
- Direct Known Subclasses:
AbstractCompositionAttribute
,AbstractEntityBasedAttribute
,StandardProperty
,VersionProperty
@Deprecated(forRemoval=true)
public abstract class AbstractNonIdentifierAttribute
extends AbstractAttribute
implements NonIdentifierAttribute
Deprecated, for removal: This API element is subject to removal in a future version.
No direct replacement.
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
AbstractNonIdentifierAttribute
(AttributeSource source, SessionFactoryImplementor sessionFactory, int attributeNumber, String attributeName, Type attributeType, BaselineAttributeInformation attributeInformation) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionprotected int
Deprecated, 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.Deprecated, 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
isDirtyCheckable
(boolean hasUninitializedProperties) 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.protected String
Deprecated, for removal: This API element is subject to removal in a future version.protected SessionFactoryImplementor
Deprecated, for removal: This API element is subject to removal in a future version.protected AttributeSource
source()
Deprecated, for removal: This API element is subject to removal in a future version.toString()
Deprecated, for removal: This API element is subject to removal in a future version.Methods inherited from class org.hibernate.tuple.AbstractAttribute
getName, getType
-
Constructor Details
-
AbstractNonIdentifierAttribute
protected AbstractNonIdentifierAttribute(AttributeSource source, SessionFactoryImplementor sessionFactory, int attributeNumber, String attributeName, Type attributeType, BaselineAttributeInformation attributeInformation) Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
getSource
Deprecated, for removal: This API element is subject to removal in a future version. -
source
Deprecated, for removal: This API element is subject to removal in a future version. -
sessionFactory
Deprecated, for removal: This API element is subject to removal in a future version. -
attributeNumber
protected int attributeNumber()Deprecated, for removal: This API element is subject to removal in a future version. -
isLazy
public boolean isLazy()Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
isLazy
in interfaceNonIdentifierAttribute
-
isInsertable
public boolean isInsertable()Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
isInsertable
in interfaceNonIdentifierAttribute
-
isUpdateable
public boolean isUpdateable()Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
isUpdateable
in interfaceNonIdentifierAttribute
-
isNullable
public boolean isNullable()Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
isNullable
in interfaceNonIdentifierAttribute
-
isDirtyCheckable
public boolean isDirtyCheckable()Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
isDirtyCheckable
in interfaceNonIdentifierAttribute
-
isDirtyCheckable
public boolean isDirtyCheckable(boolean hasUninitializedProperties) Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
isDirtyCheckable
in interfaceNonIdentifierAttribute
-
isVersionable
public boolean isVersionable()Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
isVersionable
in interfaceNonIdentifierAttribute
-
getCascadeStyle
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getCascadeStyle
in interfaceNonIdentifierAttribute
-
getFetchMode
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getFetchMode
in interfaceNonIdentifierAttribute
-
loggableMetadata
Deprecated, for removal: This API element is subject to removal in a future version. -
toString
Deprecated, for removal: This API element is subject to removal in a future version.
-