Uses of Interface
org.hibernate.metamodel.spi.EntityInstantiator
-
Packages that use EntityInstantiator Package Description org.hibernate.metamodel.internal org.hibernate.metamodel.spi An SPI supporting custom instantiation of entity instances and embeddable objects. -
-
Uses of EntityInstantiator in org.hibernate.metamodel.internal
Classes in org.hibernate.metamodel.internal that implement EntityInstantiator Modifier and Type Class Description class
AbstractEntityInstantiatorPojo
Base support for instantiating entity values as POJO representationclass
EntityInstantiatorDynamicMap
Support for instantiating entity values as dynamic-map representationclass
EntityInstantiatorPojoOptimized
Support for instantiating entity values as POJO representation using bytecode optimizerclass
EntityInstantiatorPojoStandard
Support for instantiating entity values as POJO representationMethods in org.hibernate.metamodel.internal that return EntityInstantiator Modifier and Type Method Description EntityInstantiator
EntityRepresentationStrategyMap. getInstantiator()
EntityInstantiator
EntityRepresentationStrategyPojoStandard. getInstantiator()
-
Uses of EntityInstantiator in org.hibernate.metamodel.spi
Methods in org.hibernate.metamodel.spi that return EntityInstantiator Modifier and Type Method Description EntityInstantiator
EntityRepresentationStrategy. getInstantiator()
Create a delegate capable of instantiating instances of the represented type.
-