Uses of Interface
org.hibernate.metamodel.spi.EntityInstantiator
-
Packages that use EntityInstantiator Package Description org.hibernate.metamodel.spi An SPI supporting custom instantiation of entity instances and embeddable objects. -
-
Uses of EntityInstantiator in org.hibernate.metamodel.spi
Methods in org.hibernate.metamodel.spi that return EntityInstantiator Modifier and Type Method Description EntityInstantiatorEntityRepresentationStrategy. getInstantiator()Create a delegate capable of instantiating instances of the represented type.
-