Uses of Interface
org.hibernate.boot.model.source.spi.EmbeddableSource
-
Packages that use EmbeddableSource Package Description org.hibernate.boot.model.source.internal.hbm org.hibernate.boot.model.source.spi -
-
Uses of EmbeddableSource in org.hibernate.boot.model.source.internal.hbm
Classes in org.hibernate.boot.model.source.internal.hbm that implement EmbeddableSource Modifier and Type Class Description class
EmbeddableSourceImpl
class
EmbeddableSourceVirtualImpl
A virtual embeddable; what Hibernate historically (pre-JPA) called an embedded component.Methods in org.hibernate.boot.model.source.internal.hbm that return EmbeddableSource Modifier and Type Method Description EmbeddableSource
AbstractSingularAttributeSourceEmbeddedImpl. getEmbeddableSource()
EmbeddableSource
PluralAttributeElementSourceEmbeddedImpl. getEmbeddableSource()
EmbeddableSource
PluralAttributeMapKeySourceEmbeddedImpl. getEmbeddableSource()
Constructors in org.hibernate.boot.model.source.internal.hbm with parameters of type EmbeddableSource Constructor Description AbstractSingularAttributeSourceEmbeddedImpl(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 EmbeddableSource Modifier and Type Method Description EmbeddableSource
EmbeddableSourceContributor. getEmbeddableSource()
Gets the source information about the embeddable/composition.EmbeddableSource
IdentifierSourceNonAggregatedComposite. getIdClassSource()
Retrieve the source information for theIdClass
definition
-