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
Constructors Constructor Description PluralAttributeElementSourceOneToManyImpl(MappingDocument mappingDocument, PluralAttributeSource pluralAttributeSource, JaxbHbmOneToManyCollectionElementType jaxbOneToManyElement, String cascadeString)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PluralAttributeElementNaturegetNature()StringgetReferencedEntityName()Obtain the name of the referenced entity.StringgetXmlNodeName()booleanisIgnoreNotFound()-
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 Detail
-
PluralAttributeElementSourceOneToManyImpl
public PluralAttributeElementSourceOneToManyImpl(MappingDocument mappingDocument, PluralAttributeSource pluralAttributeSource, JaxbHbmOneToManyCollectionElementType jaxbOneToManyElement, String cascadeString)
-
-
Method Detail
-
getNature
public PluralAttributeElementNature getNature()
- Specified by:
getNaturein interfacePluralAttributeElementSource
-
getReferencedEntityName
public String getReferencedEntityName()
Description copied from interface:AssociationSourceObtain the name of the referenced entity.- Specified by:
getReferencedEntityNamein interfaceAssociationSource- Specified by:
getReferencedEntityNamein interfacePluralAttributeElementSourceOneToMany- Returns:
- The name of the referenced entity
-
isIgnoreNotFound
public boolean isIgnoreNotFound()
- Specified by:
isIgnoreNotFoundin interfaceAssociationSource- Specified by:
isIgnoreNotFoundin interfacePluralAttributeElementSourceOneToMany
-
getXmlNodeName
public String getXmlNodeName()
- Specified by:
getXmlNodeNamein interfacePluralAttributeElementSourceOneToMany
-
-