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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetReferencedEntityName()Obtain the name of the referenced entity.StringgetXmlNodeName()booleanisIgnoreNotFound()-
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 Detail
-
getReferencedEntityName
String getReferencedEntityName()
Description copied from interface:AssociationSourceObtain the name of the referenced entity.- Specified by:
getReferencedEntityNamein interfaceAssociationSource- Returns:
- The name of the referenced entity
-
isIgnoreNotFound
boolean isIgnoreNotFound()
- Specified by:
isIgnoreNotFoundin interfaceAssociationSource
-
getXmlNodeName
String getXmlNodeName()
-
-