Uses of Interface
org.hibernate.metamodel.spi.Instantiator
-
Packages that use Instantiator Package Description org.hibernate.metamodel.spi org.hibernate.usertype -
-
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 NOTE : incubating until the proposed `instantiate(IntFunction valueAccess, SessionFactoryImplementor sessionFactory)` form can be implementedinterfaceEntityInstantiatorContract 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>A UserType that may be dereferenced in a query.
-