Uses of Interface
org.hibernate.boot.model.source.spi.EmbeddableMapping
-
Packages that use EmbeddableMapping Package Description org.hibernate.boot.model.source.internal.hbm org.hibernate.boot.model.source.spi -
-
Uses of EmbeddableMapping in org.hibernate.boot.model.source.internal.hbm
Constructors in org.hibernate.boot.model.source.internal.hbm with parameters of type EmbeddableMapping Constructor Description EmbeddableSourceImpl(MappingDocument mappingDocument, EmbeddableSourceContainer container, EmbeddableMapping jaxbEmbeddableMapping, List attributeMappings, boolean isDynamic, boolean isUnique, String logicalTableName, NaturalIdMutability naturalIdMutability)
-
Uses of EmbeddableMapping in org.hibernate.boot.model.source.spi
Methods in org.hibernate.boot.model.source.spi that return EmbeddableMapping Modifier and Type Method Description EmbeddableMapping
EmbeddedAttributeMapping. getEmbeddableMapping()
-