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.booleanMethods inherited from class org.hibernate.boot.model.source.internal.hbm.AbstractPluralAssociationElementSourceImpl
getAttributeSource, isMappedByMethods 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
getAttributeSource, isMappedBy
-
Constructor Details
-
PluralAttributeElementSourceOneToManyImpl
public PluralAttributeElementSourceOneToManyImpl(MappingDocument mappingDocument, PluralAttributeSource pluralAttributeSource, JaxbHbmOneToManyCollectionElementType jaxbOneToManyElement, String cascadeString)
-
-
Method Details
-
getNature
- Specified by:
getNaturein interfacePluralAttributeElementSource
-
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
- Specified by:
getXmlNodeNamein interfacePluralAttributeElementSourceOneToMany
-