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 protectedAbstractCompositionAttribute(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 CompositeTypegetType()protected abstract EntityPersisterlocateOwningPersister()protected StringloggableMetadata()-
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:
getTypein interfaceAttribute- Overrides:
getTypein classAbstractAttribute
-
locateOwningPersister
protected abstract EntityPersister locateOwningPersister()
-
loggableMetadata
protected String loggableMetadata()
- Overrides:
loggableMetadatain classAbstractNonIdentifierAttribute
-
-