Interface JoinedSubclassEntitySource

All Superinterfaces:
AttributeSourceContainer, EntityNamingSourceContributor, EntitySource, ForeignKeyContributingSource, IdentifiableTypeSource, SubclassEntitySource, ToolingHintContextContainer
All Known Implementing Classes:
JoinedSubclassEntitySourceImpl

public interface JoinedSubclassEntitySource extends SubclassEntitySource, ForeignKeyContributingSource
  • Method Details

    • getPrimaryKeyColumnSources

      List<ColumnSource> getPrimaryKeyColumnSources()
      The PrimaryKeyJoinColumns mapping for the joined-subclass.
      Returns:
      The PrimaryKeyJoinColumnSource lists defined on the joined subclass or null otherwise.