Package org.hibernate.metamodel.spi
Interface EntityInstantiator
- All Superinterfaces:
Instantiator
- All Known Implementing Classes:
AbstractEntityInstantiatorPojo
,EntityInstantiatorDynamicMap
,EntityInstantiatorPojoOptimized
,EntityInstantiatorPojoStandard
Contract for instantiating entity values
-
Method Summary
Modifier and TypeMethodDescriptiondefault boolean
Can this entity be instantiated?Create an instance of managed entityMethods inherited from interface org.hibernate.metamodel.spi.Instantiator
isInstance, isSameClass
-
Method Details
-
instantiate
Object instantiate()Create an instance of managed entity -
canBeInstantiated
default boolean canBeInstantiated()Can this entity be instantiated?
-