接口 IdentifierSourceNonAggregatedComposite
-
- 所有超级接口:
CompositeIdentifierSource,EmbeddableSourceContributor,IdentifierSource,ToolingHintContextContainer
public interface IdentifierSourceNonAggregatedComposite extends CompositeIdentifierSource
Additional contract describing the source of an identifier mapping whosenatureisEntityIdentifierNature.NON_AGGREGATED_COMPOSITE. ThinkIdClass- 作者:
- Steve Ebersole
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 List<SingularAttributeSource>getAttributeSourcesMakingUpIdentifier()Obtain the source descriptor for the identifier attribute.EmbeddableSourcegetIdClassSource()Retrieve the source information for theIdClassdefinition-
从接口继承的方法 org.hibernate.boot.model.source.spi.CompositeIdentifierSource
getIndividualAttributeIdGenerator
-
从接口继承的方法 org.hibernate.boot.model.source.spi.EmbeddableSourceContributor
getEmbeddableSource
-
从接口继承的方法 org.hibernate.boot.model.source.spi.IdentifierSource
getIdentifierGeneratorDescriptor, getNature
-
从接口继承的方法 org.hibernate.boot.model.source.spi.ToolingHintContextContainer
getToolingHintContext
-
-
-
-
方法详细资料
-
getAttributeSourcesMakingUpIdentifier
List<SingularAttributeSource> getAttributeSourcesMakingUpIdentifier()
Obtain the source descriptor for the identifier attribute.- 返回:
- The identifier attribute source.
-
getIdClassSource
EmbeddableSource getIdClassSource()
Retrieve the source information for theIdClassdefinition- 返回:
- The IdClass source information, or
nullif none.
-
-