Interface JoinedSubclassEntitySource
-
- All Superinterfaces:
AttributeSourceContainer
,EntityNamingSourceContributor
,EntitySource
,ForeignKeyContributingSource
,IdentifiableTypeSource
,SubclassEntitySource
,ToolingHintContextContainer
public interface JoinedSubclassEntitySource extends SubclassEntitySource, ForeignKeyContributingSource
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<ColumnSource>
getPrimaryKeyColumnSources()
ThePrimaryKeyJoinColumns
mapping for the joined-subclass.-
Methods inherited from interface org.hibernate.boot.model.source.spi.AttributeSourceContainer
attributeSources, getAttributePathBase, getAttributeRoleBase
-
Methods inherited from interface org.hibernate.boot.model.source.spi.EntityNamingSourceContributor
getEntityNamingSource
-
Methods inherited from interface org.hibernate.boot.model.source.spi.EntitySource
getBatchSize, getCustomLoaderName, getCustomPersisterClassName, getCustomSqlDelete, getCustomSqlInsert, getCustomSqlUpdate, getDiscriminatorMatchValue, getFilterSources, getNamedNativeQueries, getNamedQueries, getPrimaryTable, getProxy, getSecondaryTableMap, getSynchronizedTableNames, getTuplizerClassMap, getXmlNodeName, isAbstract, isDynamicInsert, isDynamicUpdate, isLazy, isSelectBeforeUpdate, quoteIdentifiersLocalToEntity
-
Methods inherited from interface org.hibernate.boot.model.source.spi.ForeignKeyContributingSource
createForeignKeyConstraint, getExplicitForeignKeyName, isCascadeDeleteEnabled
-
Methods inherited from interface org.hibernate.boot.model.source.spi.IdentifiableTypeSource
getHierarchy, getJpaCallbackClasses, getLocalMetadataBuildingContext, getOrigin, getSubTypes, getSuperType, getTypeName
-
Methods inherited from interface org.hibernate.boot.model.source.spi.ToolingHintContextContainer
getToolingHintContext
-
-
-
-
Method Detail
-
getPrimaryKeyColumnSources
java.util.List<ColumnSource> getPrimaryKeyColumnSources()
ThePrimaryKeyJoinColumns
mapping for the joined-subclass.- Returns:
- The
PrimaryKeyJoinColumnSource
lists defined on the joined subclass ornull
otherwise.
-
-