Package org.hibernate.tuple.entity
Class EntityBasedCompositionAttribute
- java.lang.Object
-
- org.hibernate.tuple.AbstractAttribute
-
- org.hibernate.tuple.AbstractNonIdentifierAttribute
-
- org.hibernate.tuple.component.AbstractCompositionAttribute
-
- org.hibernate.tuple.entity.EntityBasedCompositionAttribute
-
- All Implemented Interfaces:
Attribute
,NonIdentifierAttribute
@Deprecated(forRemoval=true) public class EntityBasedCompositionAttribute extends AbstractCompositionAttribute
Deprecated, for removal: This API element is subject to removal in a future version.No direct replacement
-
-
Constructor Summary
Constructors Constructor Description EntityBasedCompositionAttribute(EntityPersister source, SessionFactoryImplementor factory, int attributeNumber, String attributeName, CompositeType attributeType, BaselineAttributeInformation baselineInfo)
Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description protected EntityPersister
locateOwningPersister()
Deprecated, for removal: This API element is subject to removal in a future version.-
Methods inherited from class org.hibernate.tuple.component.AbstractCompositionAttribute
getType, loggableMetadata
-
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
-
EntityBasedCompositionAttribute
public EntityBasedCompositionAttribute(EntityPersister source, SessionFactoryImplementor factory, int attributeNumber, String attributeName, CompositeType attributeType, BaselineAttributeInformation baselineInfo)
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Detail
-
locateOwningPersister
protected EntityPersister locateOwningPersister()
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
locateOwningPersister
in classAbstractCompositionAttribute
-
-