Interface AssociationSource

All Known Subinterfaces:
PluralAttributeElementSourceAssociation, PluralAttributeElementSourceManyToMany, PluralAttributeElementSourceOneToMany, SingularAttributeSourceManyToOne, SingularAttributeSourceOneToOne, SingularAttributeSourceToOne
All Known Implementing Classes:
AbstractPluralAssociationElementSourceImpl, AbstractToOneAttributeSourceImpl, CompositeIdentifierSingularAttributeSourceManyToOneImpl, PluralAttributeElementSourceManyToManyImpl, PluralAttributeElementSourceOneToManyImpl

public interface AssociationSource
  • 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()