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.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.