Interface IdentifierSourceNonAggregatedComposite
-
- All Superinterfaces:
CompositeIdentifierSource,EmbeddableSourceContributor,IdentifierSource,ToolingHintContextContainer
public interface IdentifierSourceNonAggregatedComposite extends CompositeIdentifierSource
Additional contract describing the source of an identifier mapping whosenatureisEntityIdentifierNature.NON_AGGREGATED_COMPOSITE. ThinkIdClass
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<SingularAttributeSource>getAttributeSourcesMakingUpIdentifier()Obtain the source descriptor for the identifier attribute.EmbeddableSourcegetIdClassSource()Retrieve the source information for theIdClassdefinition-
Methods inherited from interface org.hibernate.boot.model.source.spi.CompositeIdentifierSource
getIndividualAttributeIdGenerator
-
Methods inherited from interface org.hibernate.boot.model.source.spi.EmbeddableSourceContributor
getEmbeddableSource
-
Methods inherited from interface org.hibernate.boot.model.source.spi.IdentifierSource
getIdentifierGeneratorDescriptor, getNature
-
Methods inherited from interface org.hibernate.boot.model.source.spi.ToolingHintContextContainer
getToolingHintContext
-
-
-
-
Method Detail
-
getAttributeSourcesMakingUpIdentifier
java.util.List<SingularAttributeSource> getAttributeSourcesMakingUpIdentifier()
Obtain the source descriptor for the identifier attribute.- Returns:
- The identifier attribute source.
-
getIdClassSource
EmbeddableSource getIdClassSource()
Retrieve the source information for theIdClassdefinition- Returns:
- The IdClass source information, or
nullif none.
-
-