Interface AssociationSource
-
- All Known Subinterfaces:
PluralAttributeElementSourceAssociation
,PluralAttributeElementSourceManyToMany
,PluralAttributeElementSourceOneToMany
,SingularAttributeSourceManyToOne
,SingularAttributeSourceOneToOne
,SingularAttributeSourceToOne
- All Known Implementing Classes:
AbstractPluralAssociationElementSourceImpl
,AbstractToOneAttributeSourceImpl
,CompositeIdentifierSingularAttributeSourceManyToOneImpl
,PluralAttributeElementSourceManyToManyImpl
,PluralAttributeElementSourceOneToManyImpl
public interface AssociationSource
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AttributeSource
getAttributeSource()
String
getReferencedEntityName()
Obtain the name of the referenced entity.boolean
isIgnoreNotFound()
boolean
isMappedBy()
-
-
-
Method Detail
-
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()
-
-