Uses of Interface
org.hibernate.metamodel.spi.Instantiator
-
Packages that use Instantiator Package Description org.hibernate.metamodel.internal org.hibernate.metamodel.spi org.hibernate.usertype org.hibernate.usertype.internal -
-
Uses of Instantiator in org.hibernate.metamodel.internal
Subinterfaces of Instantiator in org.hibernate.metamodel.internal Modifier and Type Interface Description interface
StandardEmbeddableInstantiator
Marker interface for standard EmbeddableInstantiator implementations.Classes in org.hibernate.metamodel.internal that implement Instantiator Modifier and Type Class Description class
AbstractDynamicMapInstantiator
Base support for dynamic-map instantiatorsclass
AbstractEntityInstantiatorPojo
Base support for instantiating entity values as POJO representationclass
AbstractPojoInstantiator
Base support for POJO-based instantiationclass
EmbeddableCompositeUserTypeInstantiator
class
EmbeddableInstantiatorDynamicMap
Support for instantiating embeddables as dynamic-map representationclass
EmbeddableInstantiatorPojoOptimized
Support for instantiating embeddables as POJO representation using bytecode optimizerclass
EmbeddableInstantiatorPojoStandard
Support for instantiating embeddables as POJO representationclass
EmbeddableInstantiatorProxied
EmbeddableInstantiator used for instantiating "proxies" of an embeddable.class
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 representationclass
PojoInstantiatorImpl<J>
-
Uses of Instantiator in org.hibernate.metamodel.spi
Subinterfaces of Instantiator in org.hibernate.metamodel.spi Modifier and Type Interface Description interface
EmbeddableInstantiator
Contract for instantiating embeddable values NOTE : incubating until the proposed `instantiate(IntFunction valueAccess, SessionFactoryImplementor sessionFactory)` form can be implementedinterface
EntityInstantiator
Contract for instantiating entity values -
Uses of Instantiator in org.hibernate.usertype
Subinterfaces of Instantiator in org.hibernate.usertype Modifier and Type Interface Description interface
CompositeUserType<J>
A UserType that may be dereferenced in a query. -
Uses of Instantiator in org.hibernate.usertype.internal
Classes in org.hibernate.usertype.internal that implement Instantiator Modifier and Type Class Description class
AbstractTimeZoneStorageCompositeUserType<T>
class
OffsetDateTimeCompositeUserType
class
ZonedDateTimeCompositeUserType
-