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
ConstructorsConstructorDescriptionAbstractPluralAssociationElementSourceImpl
(MappingDocument mappingDocument, PluralAttributeSource pluralAttributeSource) -
Method Summary
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 Details
-
AbstractPluralAssociationElementSourceImpl
public AbstractPluralAssociationElementSourceImpl(MappingDocument mappingDocument, PluralAttributeSource pluralAttributeSource)
-
-
Method Details
-
getAttributeSource
- Specified by:
getAttributeSource
in interfaceAssociationSource
-
isMappedBy
public boolean isMappedBy()- Specified by:
isMappedBy
in interfaceAssociationSource
-