Uses of Interface
org.hibernate.metamodel.spi.ValueAccess
-
Packages that use ValueAccess Package Description org.hibernate.metamodel.spi An SPI supporting custom instantiation of entity instances and embeddable objects.org.hibernate.sql.results.graph.embeddable org.hibernate.usertype An API for user-defined custom types which extend the set of built-in types defined inorg.hibernate.type. -
-
Uses of ValueAccess in org.hibernate.metamodel.spi
Methods in org.hibernate.metamodel.spi with parameters of type ValueAccess Modifier and Type Method Description ObjectEmbeddableInstantiator. instantiate(ValueAccess valueAccess, SessionFactoryImplementor sessionFactory)Create an instance of the embeddable -
Uses of ValueAccess in org.hibernate.sql.results.graph.embeddable
Classes in org.hibernate.sql.results.graph.embeddable that implement ValueAccess Modifier and Type Class Description classAbstractEmbeddableInitializer -
Uses of ValueAccess in org.hibernate.usertype
Methods in org.hibernate.usertype with parameters of type ValueAccess Modifier and Type Method Description JCompositeUserType. instantiate(ValueAccess values, SessionFactoryImplementor sessionFactory)
-