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
Constructors Constructor Description EmbeddableInstantiatorDynamicMap(Component bootDescriptor, Supplier<EmbeddableMappingType> runtimeDescriptorAccess)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
instantiate(ValueAccess valuesAccess, SessionFactoryImplementor sessionFactory)
Create an instance of the embeddable-
Methods 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 Detail
-
EmbeddableInstantiatorDynamicMap
public EmbeddableInstantiatorDynamicMap(Component bootDescriptor, Supplier<EmbeddableMappingType> runtimeDescriptorAccess)
-
-
Method Detail
-
instantiate
public Object instantiate(ValueAccess valuesAccess, SessionFactoryImplementor sessionFactory)
Description copied from interface:EmbeddableInstantiator
Create an instance of the embeddable- Specified by:
instantiate
in interfaceEmbeddableInstantiator
-
-