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
public abstract class AbstractCompositionAttribute extends AbstractNonIdentifierAttribute
A base class for a composite, non-identifier attribute.
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
AbstractCompositionAttribute(AttributeSource source, SessionFactoryImplementor sessionFactory, int entityBasedAttributeNumber, String attributeName, CompositeType attributeType, int columnStartPosition, BaselineAttributeInformation baselineInfo)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description CompositeType
getType()
protected abstract EntityPersister
locateOwningPersister()
protected String
loggableMetadata()
-
Methods inherited from class org.hibernate.tuple.AbstractNonIdentifierAttribute
attributeNumber, getCascadeStyle, getFetchMode, getSource, getValueGenerationStrategy, 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)
-
-
Method Detail
-
getType
public CompositeType getType()
- Specified by:
getType
in interfaceAttribute
- Overrides:
getType
in classAbstractAttribute
-
locateOwningPersister
protected abstract EntityPersister locateOwningPersister()
-
loggableMetadata
protected String loggableMetadata()
- Overrides:
loggableMetadata
in classAbstractNonIdentifierAttribute
-
-