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 AttributeSourcegetAttributeSource()java.lang.StringgetReferencedEntityName()Obtain the name of the referenced entity.booleanisIgnoreNotFound()booleanisMappedBy()
-
-
-
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()
-
-