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
Modifier and TypeMethodDescriptionObtain the name of the referenced entity.booleanMethods inherited from interface AssociationSource
getAttributeSource, isMappedByMethods inherited from interface PluralAttributeElementSource
getNature
-
Method Details
-
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()
-