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, sourceMappingDocumentMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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:
getAttributeSourcein interfaceAssociationSource
-
isMappedBy
public boolean isMappedBy()- Specified by:
isMappedByin interfaceAssociationSource
-