Uses of Interface
org.hibernate.metamodel.spi.ValueAccess
-
Packages that use ValueAccess Package Description org.hibernate.metamodel.internal org.hibernate.metamodel.spi An SPI supporting custom instantiation of entity instances and embeddable objects.org.hibernate.sql.results.graph.embeddable org.hibernate.sql.results.graph.embeddable.internal org.hibernate.usertype An API for user-defined custom types which extend the set of built-in types defined inorg.hibernate.type
.org.hibernate.usertype.internal -
-
Uses of ValueAccess in org.hibernate.metamodel.internal
Methods in org.hibernate.metamodel.internal with parameters of type ValueAccess Modifier and Type Method Description Object
EmbeddableCompositeUserTypeInstantiator. instantiate(ValueAccess valuesAccess, SessionFactoryImplementor sessionFactory)
Object
EmbeddableInstantiatorDynamicMap. instantiate(ValueAccess valuesAccess, SessionFactoryImplementor sessionFactory)
Object
EmbeddableInstantiatorPojoIndirecting. instantiate(ValueAccess valuesAccess, SessionFactoryImplementor sessionFactory)
Object
EmbeddableInstantiatorPojoOptimized. instantiate(ValueAccess valuesAccess, SessionFactoryImplementor sessionFactory)
Object
EmbeddableInstantiatorPojoStandard. instantiate(ValueAccess valuesAccess, SessionFactoryImplementor sessionFactory)
Object
EmbeddableInstantiatorProxied. instantiate(ValueAccess valuesAccess, SessionFactoryImplementor sessionFactory)
Object
EmbeddableInstantiatorRecordIndirecting. instantiate(ValueAccess valuesAccess, SessionFactoryImplementor sessionFactory)
Object
EmbeddableInstantiatorRecordStandard. instantiate(ValueAccess valuesAccess, SessionFactoryImplementor sessionFactory)
-
Uses of ValueAccess in org.hibernate.metamodel.spi
Methods in org.hibernate.metamodel.spi with parameters of type ValueAccess Modifier and Type Method Description Object
EmbeddableInstantiator. 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 class
AbstractEmbeddableInitializer
-
Uses of ValueAccess in org.hibernate.sql.results.graph.embeddable.internal
Classes in org.hibernate.sql.results.graph.embeddable.internal that implement ValueAccess Modifier and Type Class Description class
AbstractNonAggregatedIdentifierMappingInitializer
class
AggregateEmbeddableFetchInitializer
An initializer for an embeddable that is mapped as aggregate e.g.class
AggregateEmbeddableResultInitializer
An initializer for an embeddable that is mapped as aggregate e.g.class
EmbeddableFetchInitializer
class
EmbeddableResultInitializer
class
NonAggregatedIdentifierMappingFetchInitializer
class
NonAggregatedIdentifierMappingResultInitializer
-
Uses of ValueAccess in org.hibernate.usertype
Methods in org.hibernate.usertype with parameters of type ValueAccess Modifier and Type Method Description J
CompositeUserType. instantiate(ValueAccess values, SessionFactoryImplementor sessionFactory)
-
Uses of ValueAccess in org.hibernate.usertype.internal
Methods in org.hibernate.usertype.internal with parameters of type ValueAccess Modifier and Type Method Description OffsetDateTime
OffsetDateTimeCompositeUserType. instantiate(ValueAccess values, SessionFactoryImplementor sessionFactory)
OffsetTime
OffsetTimeCompositeUserType. instantiate(ValueAccess values, SessionFactoryImplementor sessionFactory)
ZonedDateTime
ZonedDateTimeCompositeUserType. instantiate(ValueAccess values, SessionFactoryImplementor sessionFactory)
-