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 EntityPersisterDeprecated, for removal: This API element is subject to removal in a future version.Methods inherited from class AbstractCompositionAttribute
getType, loggableMetadataMethods inherited from class AbstractNonIdentifierAttribute
attributeNumber, getCascadeStyle, getFetchMode, getOnDeleteAction, getSource, isDirtyCheckable, isDirtyCheckable, isInsertable, isLazy, isNullable, isUpdateable, isVersionable, sessionFactory, source, toStringMethods inherited from class 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:
locateOwningPersisterin classAbstractCompositionAttribute
-