Interface PluralAttributeElementSourceOneToMany
- All Superinterfaces:
AssociationSource
,PluralAttributeElementSource
,PluralAttributeElementSourceAssociation
- All Known Implementing Classes:
PluralAttributeElementSourceOneToManyImpl
public interface PluralAttributeElementSourceOneToMany
extends PluralAttributeElementSourceAssociation
Describes the source for the elements of persistent collections (plural
attributes) where the elements are a one-to-many association
-
Method Summary
Modifier and TypeMethodDescriptionObtain the name of the referenced entity.boolean
Methods inherited from interface org.hibernate.boot.model.source.spi.AssociationSource
getAttributeSource, isMappedBy
Methods inherited from interface org.hibernate.boot.model.source.spi.PluralAttributeElementSource
getNature
-
Method Details
-
getReferencedEntityName
String getReferencedEntityName()Description copied from interface:AssociationSource
Obtain the name of the referenced entity.- Specified by:
getReferencedEntityName
in interfaceAssociationSource
- Returns:
- The name of the referenced entity
-
isIgnoreNotFound
boolean isIgnoreNotFound()- Specified by:
isIgnoreNotFound
in interfaceAssociationSource
-
getXmlNodeName
String getXmlNodeName()
-