Uses of Interface
org.hibernate.metamodel.spi.Instantiator
-
Packages that use Instantiator Package Description org.hibernate.metamodel.internal org.hibernate.metamodel.spi An SPI supporting custom instantiation of entity instances and embeddable objects.org.hibernate.usertype An API for user-defined custom types which extend the set of built-in types defined inorg.hibernate.type.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 representationclassEmbeddableInstantiatorPojoIndirectingSupport for instantiating embeddables as POJO representation through a constructorclassEmbeddableInstantiatorPojoOptimizedSupport for instantiating embeddables as POJO representation using bytecode optimizerclassEmbeddableInstantiatorPojoStandardSupport for instantiating embeddables as POJO representationclassEmbeddableInstantiatorProxiedEmbeddableInstantiator used for instantiating "proxies" of an embeddable.classEmbeddableInstantiatorRecordIndirectingSupport for instantiating embeddables as record representationclassEmbeddableInstantiatorRecordStandardSupport for instantiating embeddables as record representationclassEntityInstantiatorDynamicMapSupport 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.interfaceEntityInstantiatorContract 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>This interface should be implemented by user-defined custom types that have persistent attributes and can be thought of as something more like an embeddable object. -
Uses of Instantiator in org.hibernate.usertype.internal
Classes in org.hibernate.usertype.internal that implement Instantiator Modifier and Type Class Description classAbstractTimeZoneStorageCompositeUserType<T>classOffsetDateTimeCompositeUserTypeclassOffsetTimeCompositeUserTypeclassZonedDateTimeCompositeUserType
-