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 classAbstractSingularAttributeSourceEmbeddedImplCommon base class forand mappings. classPluralAttributeElementSourceEmbeddedImplclassPluralAttributeMapKeySourceEmbeddedImpl -
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 interfaceCompositeIdentifierSourceCommon contract for composite identifiers.interfaceIdentifierSourceAggregatedCompositeAdditional contract describing the source of an identifier mapping whose nature isEntityIdentifierNature.AGGREGATED_COMPOSITE.interfaceIdentifierSourceNonAggregatedCompositeAdditional contract describing the source of an identifier mapping whose nature isEntityIdentifierNature.NON_AGGREGATED_COMPOSITE.interfacePluralAttributeElementSourceEmbeddedDescribes the source for the elements of persistent collections (plural attributes) where the elements are composites/embeddables.interfacePluralAttributeMapKeySourceEmbeddedinterfaceSingularAttributeSourceEmbeddedRepresents the binding source for a singular attribute that is "embedded" or "composite".
-