Uses of Interface
org.hibernate.metamodel.spi.ValueAccess
Packages that use ValueAccess
Package
Description
An SPI supporting custom instantiation of
entity instances and
embeddable objects.
Defines handling of almost the full range of standard JDBC-defined SQL data types.
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.metamodel.internal
Methods in org.hibernate.metamodel.internal with parameters of type ValueAccessModifier and TypeMethodDescriptionEmbeddableCompositeUserTypeInstantiator.instantiate
(ValueAccess valuesAccess) EmbeddableInstantiatorDynamicMap.instantiate
(ValueAccess valuesAccess) EmbeddableInstantiatorPojoIndirecting.instantiate
(ValueAccess valuesAccess) EmbeddableInstantiatorPojoOptimized.instantiate
(ValueAccess valuesAccess) EmbeddableInstantiatorPojoStandard.instantiate
(ValueAccess valuesAccess) EmbeddableInstantiatorProxied.instantiate
(ValueAccess valuesAccess) EmbeddableInstantiatorRecordIndirecting.instantiate
(ValueAccess valuesAccess) EmbeddableInstantiatorRecordStandard.instantiate
(ValueAccess valuesAccess) -
Uses of ValueAccess in org.hibernate.metamodel.spi
Methods in org.hibernate.metamodel.spi with parameters of type ValueAccessModifier and TypeMethodDescriptionEmbeddableInstantiator.instantiate
(ValueAccess valueAccess) 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 class
static class
-
Uses of ValueAccess in org.hibernate.type.descriptor.jdbc
Classes in org.hibernate.type.descriptor.jdbc that implement ValueAccess -
Uses of ValueAccess in org.hibernate.usertype
Methods in org.hibernate.usertype with parameters of type ValueAccess -
Uses of ValueAccess in org.hibernate.usertype.internal
Methods in org.hibernate.usertype.internal with parameters of type ValueAccessModifier and TypeMethodDescriptionOffsetDateTimeCompositeUserType.instantiate
(ValueAccess values) OffsetTimeCompositeUserType.instantiate
(ValueAccess values) ZonedDateTimeCompositeUserType.instantiate
(ValueAccess values)