Uses of Interface
org.hibernate.metamodel.spi.ValueAccess
-
Packages that use ValueAccess Package Description org.hibernate.dialect This package abstracts over the multifarious dialects of SQL understood by the databases supported by Hibernate.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.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.dialect
Classes in org.hibernate.dialect that implement ValueAccess Modifier and Type Class Description classStructAttributeValues -
Uses of ValueAccess in org.hibernate.metamodel.internal
Methods in org.hibernate.metamodel.internal with parameters of type ValueAccess Modifier and Type Method Description ObjectEmbeddableCompositeUserTypeInstantiator. instantiate(ValueAccess valuesAccess, SessionFactoryImplementor sessionFactory)ObjectEmbeddableInstantiatorDynamicMap. instantiate(ValueAccess valuesAccess, SessionFactoryImplementor sessionFactory)ObjectEmbeddableInstantiatorPojoIndirecting. instantiate(ValueAccess valuesAccess, SessionFactoryImplementor sessionFactory)ObjectEmbeddableInstantiatorPojoOptimized. instantiate(ValueAccess valuesAccess, SessionFactoryImplementor sessionFactory)ObjectEmbeddableInstantiatorPojoStandard. instantiate(ValueAccess valuesAccess, SessionFactoryImplementor sessionFactory)ObjectEmbeddableInstantiatorProxied. instantiate(ValueAccess valuesAccess, SessionFactoryImplementor sessionFactory)ObjectEmbeddableInstantiatorRecordIndirecting. instantiate(ValueAccess valuesAccess, SessionFactoryImplementor sessionFactory)ObjectEmbeddableInstantiatorRecordStandard. 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 ObjectEmbeddableInstantiator. 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 ValueAccess Modifier and Type Class Description static classEmbeddableInitializerImpl.EmbeddableInitializerDatastatic classNonAggregatedIdentifierMappingInitializer.NonAggregatedIdentifierMappingInitializerData -
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) -
Uses of ValueAccess in org.hibernate.usertype.internal
Methods in org.hibernate.usertype.internal with parameters of type ValueAccess Modifier and Type Method Description OffsetDateTimeOffsetDateTimeCompositeUserType. instantiate(ValueAccess values, SessionFactoryImplementor sessionFactory)OffsetTimeOffsetTimeCompositeUserType. instantiate(ValueAccess values, SessionFactoryImplementor sessionFactory)ZonedDateTimeZonedDateTimeCompositeUserType. instantiate(ValueAccess values, SessionFactoryImplementor sessionFactory)
-