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 TypeClassDescriptionclassCommon base class for<component/>and<composite-id/>mappings.classclass -
Uses of EmbeddableSourceContributor in org.hibernate.boot.model.source.spi
Subinterfaces of EmbeddableSourceContributor in org.hibernate.boot.model.source.spiModifier and TypeInterfaceDescriptioninterfaceCommon contract for composite identifiers.interfaceAdditional contract describing the source of an identifier mapping whose nature isEntityIdentifierNature.AGGREGATED_COMPOSITE.interfaceAdditional contract describing the source of an identifier mapping whose nature isEntityIdentifierNature.NON_AGGREGATED_COMPOSITE.interfaceDescribes the source for the elements of persistent collections (plural attributes) where the elements are composites/embeddables.interfaceinterfaceRepresents the binding source for a singular attribute that is "embedded" or "composite".