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
ConstructorsConstructorDescriptionEntityBasedCompositionAttribute
(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
Modifier and TypeMethodDescriptionprotected EntityPersister
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 Details
-
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 Details
-
locateOwningPersister
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
locateOwningPersister
in classAbstractCompositionAttribute
-