接口 JoinedSubclassEntitySource
-
- 所有超级接口:
AttributeSourceContainer,EntityNamingSourceContributor,EntitySource,ForeignKeyContributingSource,IdentifiableTypeSource,SubclassEntitySource,ToolingHintContextContainer
- 所有已知实现类:
JoinedSubclassEntitySourceImpl
public interface JoinedSubclassEntitySource extends SubclassEntitySource, ForeignKeyContributingSource
- 作者:
- Strong Liu, Steve Ebersole
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 List<ColumnSource>getPrimaryKeyColumnSources()ThePrimaryKeyJoinColumnsmapping for the joined-subclass.-
从接口继承的方法 org.hibernate.boot.model.source.spi.AttributeSourceContainer
attributeSources, getAttributePathBase, getAttributeRoleBase
-
从接口继承的方法 org.hibernate.boot.model.source.spi.EntityNamingSourceContributor
getEntityNamingSource
-
从接口继承的方法 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
-
从接口继承的方法 org.hibernate.boot.model.source.spi.ForeignKeyContributingSource
createForeignKeyConstraint, getExplicitForeignKeyName, isCascadeDeleteEnabled
-
从接口继承的方法 org.hibernate.boot.model.source.spi.IdentifiableTypeSource
getHierarchy, getJpaCallbackClasses, getLocalMetadataBuildingContext, getOrigin, getSubTypes, getSuperType, getTypeName
-
从接口继承的方法 org.hibernate.boot.model.source.spi.ToolingHintContextContainer
getToolingHintContext
-
-
-
-
方法详细资料
-
getPrimaryKeyColumnSources
List<ColumnSource> getPrimaryKeyColumnSources()
ThePrimaryKeyJoinColumnsmapping for the joined-subclass.- 返回:
- The
PrimaryKeyJoinColumnSourcelists defined on the joined subclass ornullotherwise.
-
-