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 classEmbeddableSourceImplclassEmbeddableSourceVirtualImplA 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 EmbeddableSourceAbstractSingularAttributeSourceEmbeddedImpl. getEmbeddableSource()EmbeddableSourcePluralAttributeElementSourceEmbeddedImpl. getEmbeddableSource()EmbeddableSourcePluralAttributeMapKeySourceEmbeddedImpl. 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 EmbeddableSourceEmbeddableSourceContributor. getEmbeddableSource()Gets the source information about the embeddable/composition.EmbeddableSourceIdentifierSourceNonAggregatedComposite. getIdClassSource()Retrieve the source information for theIdClassdefinition
-