Uses of Interface
org.hibernate.boot.model.source.internal.hbm.EmbeddableSourceContainer
-
Packages that use EmbeddableSourceContainer Package Description org.hibernate.boot.model.source.internal.hbm -
-
Uses of EmbeddableSourceContainer in org.hibernate.boot.model.source.internal.hbm
Constructors in org.hibernate.boot.model.source.internal.hbm with parameters of type EmbeddableSourceContainer Constructor Description EmbeddableSourceImpl(MappingDocument mappingDocument, EmbeddableSourceContainer container, EmbeddableMapping jaxbEmbeddableMapping, List attributeMappings, boolean isDynamic, boolean isUnique, String logicalTableName, NaturalIdMutability naturalIdMutability)
EmbeddableSourceVirtualImpl(MappingDocument mappingDocument, AttributesHelper.Callback containingCallback, EmbeddableSourceContainer container, List attributeJaxbMappings, String logicalTableName, NaturalIdMutability naturalIdMutability, JaxbHbmPropertiesType jaxbPropertiesGroup)
-