Package org.hibernate.tuple.component
Class AbstractCompositionAttribute
- java.lang.Object
-
- org.hibernate.tuple.AbstractAttribute
-
- org.hibernate.tuple.AbstractNonIdentifierAttribute
-
- org.hibernate.tuple.component.AbstractCompositionAttribute
-
- All Implemented Interfaces:
Attribute
,NonIdentifierAttribute
- Direct Known Subclasses:
EntityBasedCompositionAttribute
@Deprecated(forRemoval=true) public abstract class AbstractCompositionAttribute extends AbstractNonIdentifierAttribute
Deprecated, for removal: This API element is subject to removal in a future version.No direct replacement
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
AbstractCompositionAttribute(AttributeSource source, SessionFactoryImplementor sessionFactory, int entityBasedAttributeNumber, String attributeName, CompositeType attributeType, int columnStartPosition, BaselineAttributeInformation baselineInfo)
Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Deprecated Methods Modifier and Type Method Description CompositeType
getType()
Deprecated, for removal: This API element is subject to removal in a future version.protected abstract EntityPersister
locateOwningPersister()
Deprecated, for removal: This API element is subject to removal in a future version.protected String
loggableMetadata()
Deprecated, for removal: This API element is subject to removal in a future version.-
Methods inherited from class org.hibernate.tuple.AbstractNonIdentifierAttribute
attributeNumber, getCascadeStyle, getFetchMode, getSource, isDirtyCheckable, isDirtyCheckable, isInsertable, isLazy, isNullable, isUpdateable, isVersionable, sessionFactory, source, toString
-
Methods inherited from class org.hibernate.tuple.AbstractAttribute
getName
-
-
-
-
Constructor Detail
-
AbstractCompositionAttribute
protected AbstractCompositionAttribute(AttributeSource source, SessionFactoryImplementor sessionFactory, int entityBasedAttributeNumber, String attributeName, CompositeType attributeType, int columnStartPosition, BaselineAttributeInformation baselineInfo)
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Detail
-
getType
public CompositeType getType()
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getType
in interfaceAttribute
- Overrides:
getType
in classAbstractAttribute
-
locateOwningPersister
protected abstract EntityPersister locateOwningPersister()
Deprecated, for removal: This API element is subject to removal in a future version.
-
loggableMetadata
protected String loggableMetadata()
Deprecated, for removal: This API element is subject to removal in a future version.- Overrides:
loggableMetadata
in classAbstractNonIdentifierAttribute
-
-