Uses of Interface
org.hibernate.metamodel.spi.Instantiator
Packages that use Instantiator
Package
Description
An SPI supporting custom instantiation of
entity instances and
embeddable objects.
An API for user-defined custom types which extend the set of built-in
types defined in
org.hibernate.type
.-
Uses of Instantiator in org.hibernate.metamodel.internal
Subinterfaces of Instantiator in org.hibernate.metamodel.internalModifier and TypeInterfaceDescriptioninterface
Marker interface for standard EmbeddableInstantiator implementations.Classes in org.hibernate.metamodel.internal that implement InstantiatorModifier and TypeClassDescriptionclass
Base support for dynamic-map instantiatorsclass
Base support for instantiating entity values as POJO representationclass
Base support for POJO-based instantiationclass
class
Support for instantiating embeddables as dynamic-map representationclass
Support for instantiating embeddables as POJO representation through a constructorclass
Support for instantiating embeddables as POJO representation using bytecode optimizerclass
Support for instantiating embeddables as POJO representationclass
EmbeddableInstantiator used for instantiating "proxies" of an embeddable.class
Support for instantiating embeddables as record representationclass
Support for instantiating embeddables as record representationclass
Support for instantiating entity values as dynamic-map representationclass
Support for instantiating entity values as POJO representation using bytecode optimizerclass
Support for instantiating entity values as POJO representationclass
-
Uses of Instantiator in org.hibernate.metamodel.spi
Subinterfaces of Instantiator in org.hibernate.metamodel.spiModifier and TypeInterfaceDescriptioninterface
Contract for instantiating embeddable values.interface
Contract for instantiating entity values -
Uses of Instantiator in org.hibernate.usertype
Subinterfaces of Instantiator in org.hibernate.usertypeModifier and TypeInterfaceDescriptioninterface
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 InstantiatorModifier and TypeClassDescriptionclass
class
class
class