Uses of Interface
org.hibernate.metamodel.spi.Instantiator
-
Packages that use Instantiator Package Description 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. -
-
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.
-