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
public class EntityBasedAssociationAttribute extends AbstractEntityBasedAttribute
-
-
Constructor Summary
Constructors Constructor Description EntityBasedAssociationAttribute(EntityPersister source, SessionFactoryImplementor sessionFactory, int attributeNumber, String attributeName, AssociationType attributeType, BaselineAttributeInformation baselineInfo)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AssociationType
getType()
protected String
loggableMetadata()
-
Methods inherited from class org.hibernate.tuple.entity.AbstractEntityBasedAttribute
getSource
-
Methods inherited from class org.hibernate.tuple.AbstractNonIdentifierAttribute
attributeNumber, getCascadeStyle, getFetchMode, getValueGenerationStrategy, 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)
-
-
Method Detail
-
getType
public AssociationType getType()
- Specified by:
getType
in interfaceAttribute
- Overrides:
getType
in classAbstractAttribute
-
loggableMetadata
protected String loggableMetadata()
- Overrides:
loggableMetadata
in classAbstractNonIdentifierAttribute
-
-