Package org.hibernate.metamodel
Interface EmbeddableInstantiator
-
- All Superinterfaces:
Instantiator
- All Known Subinterfaces:
StandardEmbeddableInstantiator
- All Known Implementing Classes:
EmbeddableInstantiatorDynamicMap
,EmbeddableInstantiatorPojoOptimized
,EmbeddableInstantiatorPojoStandard
,EmbeddableInstantiatorProxied
public interface EmbeddableInstantiator extends Instantiator
Contract for instantiating embeddable values NOTE : incubating until the proposed `instantiate(IntFunction valueAccess, SessionFactoryImplementor sessionFactory)` form can be implemented- See Also:
EmbeddableInstantiator
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Object
instantiate(Supplier<Object[]> valuesAccess, SessionFactoryImplementor sessionFactory)
Create an instance of the embeddable-
Methods inherited from interface org.hibernate.metamodel.spi.Instantiator
isInstance, isSameClass
-
-
-
-
Method Detail
-
instantiate
Object instantiate(Supplier<Object[]> valuesAccess, SessionFactoryImplementor sessionFactory)
Create an instance of the embeddable
-
-