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 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
EmbeddableInstantiatorPojoIndirecting
Support for instantiating embeddables as POJO representation through a constructorclass
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
EmbeddableInstantiatorRecordIndirecting
Support for instantiating embeddables as record representationclass
EmbeddableInstantiatorRecordStandard
Support for instantiating embeddables as record 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 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.interface
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>
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 class
AbstractTimeZoneStorageCompositeUserType<T>
class
OffsetDateTimeCompositeUserType
class
OffsetTimeCompositeUserType
class
ZonedDateTimeCompositeUserType
-