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
ConstructorsModifierConstructorDescriptionprotected
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
Modifier and TypeMethodDescriptionDeprecated, 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 Details
-
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 Details
-
getSource
Deprecated, for removal: This API element is subject to removal in a future version.- Overrides:
getSource
in classAbstractNonIdentifierAttribute
-