Uses of Interface
org.hibernate.metamodel.spi.ValueAccess
Packages that use ValueAccess
Package
Description
This package abstracts over the multifarious dialects of SQL
understood by the databases supported by Hibernate.
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 ValueAccess in org.hibernate.dialect
Classes in org.hibernate.dialect that implement ValueAccess -
Uses of ValueAccess in org.hibernate.metamodel.internal
Methods in org.hibernate.metamodel.internal with parameters of type ValueAccessModifier and TypeMethodDescriptionEmbeddableCompositeUserTypeInstantiator.instantiate(ValueAccess valuesAccess, SessionFactoryImplementor sessionFactory) EmbeddableInstantiatorDynamicMap.instantiate(ValueAccess valuesAccess, SessionFactoryImplementor sessionFactory) EmbeddableInstantiatorPojoIndirecting.instantiate(ValueAccess valuesAccess, SessionFactoryImplementor sessionFactory) EmbeddableInstantiatorPojoOptimized.instantiate(ValueAccess valuesAccess, SessionFactoryImplementor sessionFactory) EmbeddableInstantiatorPojoStandard.instantiate(ValueAccess valuesAccess, SessionFactoryImplementor sessionFactory) EmbeddableInstantiatorProxied.instantiate(ValueAccess valuesAccess, SessionFactoryImplementor sessionFactory) EmbeddableInstantiatorRecordIndirecting.instantiate(ValueAccess valuesAccess, SessionFactoryImplementor sessionFactory) EmbeddableInstantiatorRecordStandard.instantiate(ValueAccess valuesAccess, SessionFactoryImplementor sessionFactory) -
Uses of ValueAccess in org.hibernate.metamodel.spi
Methods in org.hibernate.metamodel.spi with parameters of type ValueAccessModifier and TypeMethodDescriptionEmbeddableInstantiator.instantiate(ValueAccess valueAccess, SessionFactoryImplementor sessionFactory) Create an instance of the embeddable -
Uses of ValueAccess in org.hibernate.sql.results.graph.embeddable.internal
Classes in org.hibernate.sql.results.graph.embeddable.internal that implement ValueAccessModifier and TypeClassDescriptionstatic classstatic class -
Uses of ValueAccess in org.hibernate.usertype
Methods in org.hibernate.usertype with parameters of type ValueAccessModifier and TypeMethodDescriptionCompositeUserType.instantiate(ValueAccess values, SessionFactoryImplementor sessionFactory) -
Uses of ValueAccess in org.hibernate.usertype.internal
Methods in org.hibernate.usertype.internal with parameters of type ValueAccessModifier and TypeMethodDescriptionOffsetDateTimeCompositeUserType.instantiate(ValueAccess values, SessionFactoryImplementor sessionFactory) OffsetTimeCompositeUserType.instantiate(ValueAccess values, SessionFactoryImplementor sessionFactory) ZonedDateTimeCompositeUserType.instantiate(ValueAccess values, SessionFactoryImplementor sessionFactory)