Uses of Interface
org.hibernate.boot.model.source.spi.EmbeddableSourceContributor
-
Packages that use EmbeddableSourceContributor Package Description org.hibernate.boot.model.source.internal.hbm org.hibernate.boot.model.source.spi -
-
Uses of EmbeddableSourceContributor in org.hibernate.boot.model.source.internal.hbm
Classes in org.hibernate.boot.model.source.internal.hbm that implement EmbeddableSourceContributor Modifier and Type Class Description class
AbstractSingularAttributeSourceEmbeddedImpl
Common base class forand mappings. class
PluralAttributeElementSourceEmbeddedImpl
class
PluralAttributeMapKeySourceEmbeddedImpl
-
Uses of EmbeddableSourceContributor in org.hibernate.boot.model.source.spi
Subinterfaces of EmbeddableSourceContributor in org.hibernate.boot.model.source.spi Modifier and Type Interface Description interface
CompositeIdentifierSource
Common contract for composite identifiers.interface
IdentifierSourceAggregatedComposite
Additional contract describing the source of an identifier mapping whose nature isEntityIdentifierNature.AGGREGATED_COMPOSITE
.interface
IdentifierSourceNonAggregatedComposite
Additional contract describing the source of an identifier mapping whose nature isEntityIdentifierNature.NON_AGGREGATED_COMPOSITE
.interface
PluralAttributeElementSourceEmbedded
Describes the source for the elements of persistent collections (plural attributes) where the elements are composites/embeddables.interface
PluralAttributeMapKeySourceEmbedded
interface
SingularAttributeSourceEmbedded
Represents the binding source for a singular attribute that is "embedded" or "composite".
-