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 String
getReferencedEntityName()
Obtain the name of the referenced entity.String
getXmlNodeName()
boolean
isIgnoreNotFound()
-
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: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()
-
-