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 PluralAttributeElementNature
getNature()
String
getReferencedEntityName()
Obtain the name of the referenced entity.String
getXmlNodeName()
boolean
isIgnoreNotFound()
-
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:
getNature
in interfacePluralAttributeElementSource
-
getReferencedEntityName
public String 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
public String getXmlNodeName()
- Specified by:
getXmlNodeName
in interfacePluralAttributeElementSourceOneToMany
-
-