Class AbstractPluralAssociationElementSourceImpl
- java.lang.Object
-
- org.hibernate.boot.model.source.internal.hbm.AbstractHbmSourceNode
-
- org.hibernate.boot.model.source.internal.hbm.AbstractPluralAssociationElementSourceImpl
-
- All Implemented Interfaces:
AssociationSource
- Direct Known Subclasses:
PluralAttributeElementSourceManyToManyImpl
,PluralAttributeElementSourceOneToManyImpl
public abstract class AbstractPluralAssociationElementSourceImpl extends AbstractHbmSourceNode implements AssociationSource
-
-
Constructor Summary
Constructors Constructor Description AbstractPluralAssociationElementSourceImpl(MappingDocument mappingDocument, PluralAttributeSource pluralAttributeSource)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AttributeSource
getAttributeSource()
boolean
isMappedBy()
-
Methods inherited from class org.hibernate.boot.model.source.internal.hbm.AbstractHbmSourceNode
mappingRoot, metadataBuildingContext, origin, sourceMappingDocument
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.hibernate.boot.model.source.spi.AssociationSource
getReferencedEntityName, isIgnoreNotFound
-
-
-
-
Constructor Detail
-
AbstractPluralAssociationElementSourceImpl
public AbstractPluralAssociationElementSourceImpl(MappingDocument mappingDocument, PluralAttributeSource pluralAttributeSource)
-
-
Method Detail
-
getAttributeSource
public AttributeSource getAttributeSource()
- Specified by:
getAttributeSource
in interfaceAssociationSource
-
isMappedBy
public boolean isMappedBy()
- Specified by:
isMappedBy
in interfaceAssociationSource
-
-