接口 IdentifierSourceAggregatedComposite
-
- 所有超级接口:
CompositeIdentifierSource,EmbeddableSourceContributor,IdentifierSource,ToolingHintContextContainer
public interface IdentifierSourceAggregatedComposite extends CompositeIdentifierSource
Additional contract describing the source of an identifier mapping whosenatureisEntityIdentifierNature.AGGREGATED_COMPOSITE. This equates to an identifier which is made up of multiple values which are defined as part of a component/embedded; i.e.EmbeddedId- 作者:
- Strong Liu, Steve Ebersole
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 SingularAttributeSourceEmbeddedgetIdentifierAttributeSource()Obtain the source descriptor for the identifier attribute.List<MapsIdSource>getMapsIdSources()Obtain the mapping of attributes annotated withMapsId.-
从接口继承的方法 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
-
-
-
-
方法详细资料
-
getIdentifierAttributeSource
SingularAttributeSourceEmbedded getIdentifierAttributeSource()
Obtain the source descriptor for the identifier attribute.- 返回:
- The identifier attribute source.
-
getMapsIdSources
List<MapsIdSource> getMapsIdSources()
Obtain the mapping of attributes annotated withMapsId.- 返回:
- The MapsId sources.
-
-