Interface AssociationSource
-
- All Known Subinterfaces:
PluralAttributeElementSourceAssociation
,PluralAttributeElementSourceManyToMany
,PluralAttributeElementSourceOneToMany
,SingularAttributeSourceManyToOne
,SingularAttributeSourceOneToOne
,SingularAttributeSourceToOne
public interface AssociationSource
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AttributeSource
getAttributeSource()
java.lang.String
getReferencedEntityName()
Obtain the name of the referenced entity.boolean
isIgnoreNotFound()
boolean
isMappedBy()
-
-
-
Method Detail
-
getAttributeSource
AttributeSource getAttributeSource()
-
getReferencedEntityName
java.lang.String getReferencedEntityName()
Obtain the name of the referenced entity.- Returns:
- The name of the referenced entity
-
isIgnoreNotFound
boolean isIgnoreNotFound()
-
isMappedBy
boolean isMappedBy()
-
-