Interface PluralAttributeElementSourceOneToMany
-
- All Superinterfaces:
AssociationSource,PluralAttributeElementSource,PluralAttributeElementSourceAssociation
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 java.lang.StringgetReferencedEntityName()Obtain the name of the referenced entity.java.lang.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
java.lang.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
java.lang.String getXmlNodeName()
-
-