Class PluralAttributeElementSourceOneToManyImpl
java.lang.Object
org.hibernate.boot.model.source.internal.hbm.AbstractHbmSourceNode
org.hibernate.boot.model.source.internal.hbm.AbstractPluralAssociationElementSourceImpl
org.hibernate.boot.model.source.internal.hbm.PluralAttributeElementSourceOneToManyImpl
- All Implemented Interfaces:
AssociationSource
,PluralAttributeElementSource
,PluralAttributeElementSourceAssociation
,PluralAttributeElementSourceOneToMany
public class PluralAttributeElementSourceOneToManyImpl
extends AbstractPluralAssociationElementSourceImpl
implements PluralAttributeElementSourceOneToMany
-
Constructor Summary
ConstructorsConstructorDescriptionPluralAttributeElementSourceOneToManyImpl
(MappingDocument mappingDocument, PluralAttributeSource pluralAttributeSource, JaxbHbmOneToManyCollectionElementType jaxbOneToManyElement, String cascadeString) -
Method Summary
Modifier and TypeMethodDescriptionObtain the name of the referenced entity.boolean
Methods inherited from class org.hibernate.boot.model.source.internal.hbm.AbstractPluralAssociationElementSourceImpl
getAttributeSource, 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
getAttributeSource, isMappedBy
-
Constructor Details
-
PluralAttributeElementSourceOneToManyImpl
public PluralAttributeElementSourceOneToManyImpl(MappingDocument mappingDocument, PluralAttributeSource pluralAttributeSource, JaxbHbmOneToManyCollectionElementType jaxbOneToManyElement, String cascadeString)
-
-
Method Details
-
getNature
- Specified by:
getNature
in interfacePluralAttributeElementSource
-
getReferencedEntityName
Description copied from interface:AssociationSource
Obtain the name of the referenced entity.- Specified by:
getReferencedEntityName
in interfaceAssociationSource
- Specified by:
getReferencedEntityName
in interfacePluralAttributeElementSourceOneToMany
- Returns:
- The name of the referenced entity
-
isIgnoreNotFound
public boolean isIgnoreNotFound()- Specified by:
isIgnoreNotFound
in interfaceAssociationSource
- Specified by:
isIgnoreNotFound
in interfacePluralAttributeElementSourceOneToMany
-
getXmlNodeName
- Specified by:
getXmlNodeName
in interfacePluralAttributeElementSourceOneToMany
-