Package org.hibernate.tuple.entity
Class EntityBasedAssociationAttribute
java.lang.Object
org.hibernate.tuple.AbstractAttribute
org.hibernate.tuple.AbstractNonIdentifierAttribute
org.hibernate.tuple.entity.AbstractEntityBasedAttribute
org.hibernate.tuple.entity.EntityBasedAssociationAttribute
- All Implemented Interfaces:
Attribute
,NonIdentifierAttribute
@Deprecated(forRemoval=true)
public class EntityBasedAssociationAttribute
extends AbstractEntityBasedAttribute
Deprecated, for removal: This API element is subject to removal in a future version.
No direct replacement
-
Constructor Summary
ConstructorsConstructorDescriptionEntityBasedAssociationAttribute
(EntityPersister source, SessionFactoryImplementor sessionFactory, int attributeNumber, String attributeName, AssociationType attributeType, BaselineAttributeInformation baselineInfo) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Methods inherited from class org.hibernate.tuple.entity.AbstractEntityBasedAttribute
getSource
Methods inherited from class org.hibernate.tuple.AbstractNonIdentifierAttribute
attributeNumber, getCascadeStyle, getFetchMode, isDirtyCheckable, isDirtyCheckable, isInsertable, isLazy, isNullable, isUpdateable, isVersionable, sessionFactory, source, toString
Methods inherited from class org.hibernate.tuple.AbstractAttribute
getName
-
Constructor Details
-
EntityBasedAssociationAttribute
public EntityBasedAssociationAttribute(EntityPersister source, SessionFactoryImplementor sessionFactory, int attributeNumber, String attributeName, AssociationType attributeType, BaselineAttributeInformation baselineInfo) Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
getType
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getType
in interfaceAttribute
- Overrides:
getType
in classAbstractAttribute
-
loggableMetadata
Deprecated, for removal: This API element is subject to removal in a future version.- Overrides:
loggableMetadata
in classAbstractNonIdentifierAttribute
-