Uses of Interface
org.hibernate.sql.results.jdbc.spi.JdbcValuesMapping
-
Packages that use JdbcValuesMapping Package Description org.hibernate.query.results Support for defining result set mappings used inNativeQuery,ProcedureCall, andStoredProcedureQuery.org.hibernate.sql.results.jdbc.internal org.hibernate.sql.results.jdbc.spi -
-
Uses of JdbcValuesMapping in org.hibernate.query.results
Classes in org.hibernate.query.results that implement JdbcValuesMapping Modifier and Type Class Description classJdbcValuesMappingImplImplementation of JdbcValuesMapping for native / procedure queriesMethods in org.hibernate.query.results that return JdbcValuesMapping Modifier and Type Method Description JdbcValuesMappingResultSetMappingImpl. resolve(JdbcValuesMetadata jdbcResultsMetadata, LoadQueryInfluencers loadQueryInfluencers, SessionFactoryImplementor sessionFactory) -
Uses of JdbcValuesMapping in org.hibernate.sql.results.jdbc.internal
Classes in org.hibernate.sql.results.jdbc.internal with annotations of type with type parameters of type that implement declared as with annotations of type with type parameters of type with annotations of type with annotations of type with type parameters of type that return that return types with arguments of type with parameters of type with type arguments of type that throw with annotations of type with annotations of type with parameters of type with type arguments of type that throw JdbcValuesMapping Modifier and Type Class Description classorg.hibernate.sql.results.jdbc.internal.StandardJdbcValuesMapping -
Uses of JdbcValuesMapping in org.hibernate.sql.results.jdbc.spi
Methods in org.hibernate.sql.results.jdbc.spi that return JdbcValuesMapping Modifier and Type Method Description JdbcValuesMappingJdbcValues. getValuesMapping()JdbcValuesMappingJdbcValuesMappingProducer. resolve(JdbcValuesMetadata jdbcResultsMetadata, LoadQueryInfluencers loadQueryInfluencers, SessionFactoryImplementor sessionFactory)Resolve the JdbcValuesMapping.
-