Uses of Interface
org.hibernate.boot.model.source.spi.EmbeddableSourceContributor
Packages that use EmbeddableSourceContributor
Package
Description
-
Uses of EmbeddableSourceContributor in org.hibernate.boot.model.source.internal.hbm
Classes in org.hibernate.boot.model.source.internal.hbm that implement EmbeddableSourceContributorModifier and TypeClassDescriptionclass
Common base class for<component/>
and<composite-id/>
mappings.class
class
-
Uses of EmbeddableSourceContributor in org.hibernate.boot.model.source.spi
Subinterfaces of EmbeddableSourceContributor in org.hibernate.boot.model.source.spiModifier and TypeInterfaceDescriptioninterface
Common contract for composite identifiers.interface
Additional contract describing the source of an identifier mapping whose nature isEntityIdentifierNature.AGGREGATED_COMPOSITE
.interface
Additional contract describing the source of an identifier mapping whose nature isEntityIdentifierNature.NON_AGGREGATED_COMPOSITE
.interface
Describes the source for the elements of persistent collections (plural attributes) where the elements are composites/embeddables.interface
interface
Represents the binding source for a singular attribute that is "embedded" or "composite".