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
Constructors Constructor Description 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 Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description AssociationType
getType()
Deprecated, for removal: This API element is subject to removal in a future version.protected String
loggableMetadata()
Deprecated, for removal: This API element is subject to removal in a future version.-
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 Detail
-
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 Detail
-
getType
public AssociationType 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
protected String loggableMetadata()
Deprecated, for removal: This API element is subject to removal in a future version.- Overrides:
loggableMetadata
in classAbstractNonIdentifierAttribute
-
-