Uses of Interface
org.hibernate.metamodel.internal.StandardEmbeddableInstantiator
-
Packages that use StandardEmbeddableInstantiator Package Description org.hibernate.metamodel.internal -
-
Uses of StandardEmbeddableInstantiator in org.hibernate.metamodel.internal
Classes in org.hibernate.metamodel.internal that implement StandardEmbeddableInstantiator Modifier and Type Class Description class
EmbeddableInstantiatorDynamicMap
Support for instantiating embeddables as dynamic-map representationclass
EmbeddableInstantiatorPojoOptimized
Support for instantiating embeddables as POJO representation using bytecode optimizerclass
EmbeddableInstantiatorPojoStandard
Support for instantiating embeddables as POJO representationclass
EmbeddableInstantiatorProxied
EmbeddableInstantiator used for instantiating "proxies" of an embeddable.
-