Uses of Interface
org.hibernate.boot.model.source.spi.EmbeddableSource
Packages that use EmbeddableSource
Package
Description
-
Uses of EmbeddableSource in org.hibernate.boot.model.source.internal.hbm
Classes in org.hibernate.boot.model.source.internal.hbm that implement EmbeddableSourceModifier and TypeClassDescriptionclass
class
A virtual embeddable; what Hibernate historically (pre-JPA) called an embedded component.Methods in org.hibernate.boot.model.source.internal.hbm that return EmbeddableSourceModifier and TypeMethodDescriptionAbstractSingularAttributeSourceEmbeddedImpl.getEmbeddableSource()
PluralAttributeElementSourceEmbeddedImpl.getEmbeddableSource()
PluralAttributeMapKeySourceEmbeddedImpl.getEmbeddableSource()
Constructors in org.hibernate.boot.model.source.internal.hbm with parameters of type EmbeddableSourceModifierConstructorDescriptionAbstractSingularAttributeSourceEmbeddedImpl
(MappingDocument sourceMappingDocument, EmbeddedAttributeMapping jaxbEmbeddedAttributeMapping, EmbeddableSource embeddableSource, NaturalIdMutability naturalIdMutability) -
Uses of EmbeddableSource in org.hibernate.boot.model.source.spi
Methods in org.hibernate.boot.model.source.spi that return EmbeddableSourceModifier and TypeMethodDescriptionEmbeddableSourceContributor.getEmbeddableSource()
Gets the source information about the embeddable/composition.IdentifierSourceNonAggregatedComposite.getIdClassSource()
Retrieve the source information for theIdClass
definition