Package org.hibernate.metamodel.internal
Class EmbeddableInstantiatorDynamicMap
java.lang.Object
org.hibernate.metamodel.internal.AbstractDynamicMapInstantiator
org.hibernate.metamodel.internal.EmbeddableInstantiatorDynamicMap
- All Implemented Interfaces:
StandardEmbeddableInstantiator
,EmbeddableInstantiator
,Instantiator
public class EmbeddableInstantiatorDynamicMap
extends AbstractDynamicMapInstantiator
implements StandardEmbeddableInstantiator
Support for instantiating embeddables as dynamic-map representation
-
Field Summary
Fields inherited from class org.hibernate.metamodel.internal.AbstractDynamicMapInstantiator
TYPE_KEY
-
Constructor Summary
ConstructorsConstructorDescriptionEmbeddableInstantiatorDynamicMap
(Component bootDescriptor, Supplier<EmbeddableMappingType> runtimeDescriptorAccess) -
Method Summary
Modifier and TypeMethodDescriptioninstantiate
(ValueAccess valuesAccess) Create an instance of the embeddableMethods inherited from class org.hibernate.metamodel.internal.AbstractDynamicMapInstantiator
generateDataMap, getRoleName, isInstance, isSameClass, isSameRole
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.hibernate.metamodel.spi.Instantiator
isInstance, isSameClass
-
Constructor Details
-
EmbeddableInstantiatorDynamicMap
public EmbeddableInstantiatorDynamicMap(Component bootDescriptor, Supplier<EmbeddableMappingType> runtimeDescriptorAccess)
-
-
Method Details
-
instantiate
Description copied from interface:EmbeddableInstantiator
Create an instance of the embeddable- Specified by:
instantiate
in interfaceEmbeddableInstantiator
-