Package org.hibernate.metamodel.internal
Interface StandardEmbeddableInstantiator
-
- All Superinterfaces:
EmbeddableInstantiator
,Instantiator
- All Known Implementing Classes:
EmbeddableInstantiatorDynamicMap
,EmbeddableInstantiatorPojoOptimized
,EmbeddableInstantiatorPojoStandard
,EmbeddableInstantiatorProxied
public interface StandardEmbeddableInstantiator extends EmbeddableInstantiator
Marker interface for standard EmbeddableInstantiator implementations. This allows us to recognize custom instantiators
-
-
Method Summary
-
Methods inherited from interface org.hibernate.metamodel.spi.EmbeddableInstantiator
instantiate
-
Methods inherited from interface org.hibernate.metamodel.spi.Instantiator
isInstance, isSameClass
-
-