Package org.hibernate.tuple.entity
Class AbstractEntityBasedAttribute
- java.lang.Object
-
- org.hibernate.tuple.AbstractAttribute
-
- org.hibernate.tuple.AbstractNonIdentifierAttribute
-
- org.hibernate.tuple.entity.AbstractEntityBasedAttribute
-
- All Implemented Interfaces:
Attribute
,NonIdentifierAttribute
- Direct Known Subclasses:
EntityBasedAssociationAttribute
,EntityBasedBasicAttribute
@Deprecated(forRemoval=true) public abstract class AbstractEntityBasedAttribute extends AbstractNonIdentifierAttribute
Deprecated, for removal: This API element is subject to removal in a future version.No direct replacement
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
AbstractEntityBasedAttribute(EntityPersister source, SessionFactoryImplementor sessionFactory, int attributeNumber, String attributeName, Type attributeType, BaselineAttributeInformation attributeInformation)
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 EntityPersister
getSource()
Deprecated, for removal: This API element is subject to removal in a future version.-
Methods inherited from class org.hibernate.tuple.AbstractNonIdentifierAttribute
attributeNumber, getCascadeStyle, getFetchMode, isDirtyCheckable, isDirtyCheckable, isInsertable, isLazy, isNullable, isUpdateable, isVersionable, loggableMetadata, sessionFactory, source, toString
-
Methods inherited from class org.hibernate.tuple.AbstractAttribute
getName, getType
-
-
-
-
Constructor Detail
-
AbstractEntityBasedAttribute
protected AbstractEntityBasedAttribute(EntityPersister source, SessionFactoryImplementor sessionFactory, int attributeNumber, String attributeName, Type attributeType, BaselineAttributeInformation attributeInformation)
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Detail
-
getSource
public EntityPersister getSource()
Deprecated, for removal: This API element is subject to removal in a future version.- Overrides:
getSource
in classAbstractNonIdentifierAttribute
-
-