Interface AssociationSource
- All Known Subinterfaces:
PluralAttributeElementSourceAssociation, PluralAttributeElementSourceManyToMany, PluralAttributeElementSourceOneToMany, SingularAttributeSourceManyToOne, SingularAttributeSourceOneToOne, SingularAttributeSourceToOne
public interface AssociationSource
-
Method Summary
Modifier and TypeMethodDescriptionObtain the name of the referenced entity.booleanboolean
-
Method Details
-
getAttributeSource
AttributeSource getAttributeSource() -
getReferencedEntityName
String getReferencedEntityName()Obtain the name of the referenced entity.- Returns:
- The name of the referenced entity
-
isIgnoreNotFound
boolean isIgnoreNotFound() -
isMappedBy
boolean isMappedBy()
-