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 interfaceStandardEmbeddableInstantiatorMarker interface for standard EmbeddableInstantiator implementations.Classes in org.hibernate.metamodel.internal that implement Instantiator Modifier and Type Class Description classAbstractDynamicMapInstantiatorBase support for dynamic-map instantiatorsclassAbstractEntityInstantiatorPojoBase support for instantiating entity values as POJO representationclassAbstractPojoInstantiatorBase support for POJO-based instantiationclassEmbeddableCompositeUserTypeInstantiatorclassEmbeddableInstantiatorDynamicMapSupport for instantiating embeddables as dynamic-map representationclassEmbeddableInstantiatorPojoOptimizedSupport for instantiating embeddables as POJO representation using bytecode optimizerclassEmbeddableInstantiatorPojoStandardSupport for instantiating embeddables as POJO representationclassEmbeddableInstantiatorProxiedEmbeddableInstantiator used for instantiating "proxies" of an embeddable.classEntityInstantiatorDynamicMapSupport for instantiating entity values as dynamic-map representationclassEntityInstantiatorPojoOptimizedSupport for instantiating entity values as POJO representation using bytecode optimizerclassEntityInstantiatorPojoStandardSupport for instantiating entity values as POJO representationclassPojoInstantiatorImpl<J> -
Uses of Instantiator in org.hibernate.metamodel.spi
Subinterfaces of Instantiator in org.hibernate.metamodel.spi Modifier and Type Interface Description interfaceEmbeddableInstantiatorContract for instantiating embeddable values NOTE : incubating until the proposed `instantiate(IntFunction valueAccess, SessionFactoryImplementor sessionFactory)` form can be implementedinterfaceEntityInstantiatorContract for instantiating entity values -
Uses of Instantiator in org.hibernate.usertype
Subinterfaces of Instantiator in org.hibernate.usertype Modifier and Type Interface Description interfaceCompositeUserType<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 classAbstractTimeZoneStorageCompositeUserType<T>classOffsetDateTimeCompositeUserTypeclassZonedDateTimeCompositeUserType
-