Uses of Package
org.hibernate.query.results
-
Packages that use org.hibernate.query.results Package Description org.hibernate.generator.values Contains a framework of strategies for efficient retrieval of database-generated values.org.hibernate.procedure.internal Defines the internal implementation of the stored procedure SPI.org.hibernate.query.internal org.hibernate.query.named Support for named queriesorg.hibernate.query.results Support for defining result set mappings used inNativeQuery
,ProcedureCall
, andStoredProcedureQuery
.org.hibernate.query.results.complete Support for immutable result/fetch builder graph nodes built from static sources such asSqlResultSetMapping
or thehbm.xml
mapping element<resultset/>
.org.hibernate.query.results.dynamic Support for mutable result/fetch builder graphs nodes built dynamically via Hibernate'sNativeQuery
APIsorg.hibernate.query.results.implicit Defines support for implicit ResultSet mappings.org.hibernate.query.sql.internal Implementation of the SPIs for native SQL query support.org.hibernate.query.sql.spi SPIs for native SQL query support.org.hibernate.sql.results.jdbc.internal org.hibernate.sql.results.jdbc.spi -
Classes in org.hibernate.query.results used by org.hibernate.generator.values Class Description ResultBuilder Responsible for building a singleDomainResult
instance as part of the overall mapping of native / procedure query results. -
Classes in org.hibernate.query.results used by org.hibernate.procedure.internal Class Description ResultBuilder Responsible for building a singleDomainResult
instance as part of the overall mapping of native / procedure query results.ResultSetMapping Acts as theJdbcValuesMappingProducer
forNativeQuery
orProcedureCall
/StoredProcedureQuery
instances. -
Classes in org.hibernate.query.results used by org.hibernate.query.internal Class Description FetchBuilder Responsible for building a singleDomainResult
instance as part of the overall mapping of native / procedure query results.ResultBuilder Responsible for building a singleDomainResult
instance as part of the overall mapping of native / procedure query results.ResultBuilderBasicValued Nominal extension to ResultBuilder for cases involving scalar resultsResultBuilderEntityValued Specialization of ResultBuilder for building an EntityResultResultSetMapping Acts as theJdbcValuesMappingProducer
forNativeQuery
orProcedureCall
/StoredProcedureQuery
instances. -
Classes in org.hibernate.query.results used by org.hibernate.query.named Class Description FetchBuilder Responsible for building a singleDomainResult
instance as part of the overall mapping of native / procedure query results.ResultBuilder Responsible for building a singleDomainResult
instance as part of the overall mapping of native / procedure query results.ResultBuilderBasicValued Nominal extension to ResultBuilder for cases involving scalar resultsResultBuilderEntityValued Specialization of ResultBuilder for building an EntityResultResultSetMapping Acts as theJdbcValuesMappingProducer
forNativeQuery
orProcedureCall
/StoredProcedureQuery
instances. -
Classes in org.hibernate.query.results used by org.hibernate.query.results Class Description DomainResultCreationStateImpl FetchBuilder Responsible for building a singleDomainResult
instance as part of the overall mapping of native / procedure query results.FromClauseAccessImpl ResultBuilder Responsible for building a singleDomainResult
instance as part of the overall mapping of native / procedure query results.ResultBuilderBasicValued Nominal extension to ResultBuilder for cases involving scalar resultsResultSetMapping Acts as theJdbcValuesMappingProducer
forNativeQuery
orProcedureCall
/StoredProcedureQuery
instances. -
Classes in org.hibernate.query.results used by org.hibernate.query.results.complete Class Description BasicValuedFetchBuilder FetchBuilder Responsible for building a singleDomainResult
instance as part of the overall mapping of native / procedure query results.ResultBuilder Responsible for building a singleDomainResult
instance as part of the overall mapping of native / procedure query results.ResultBuilderBasicValued Nominal extension to ResultBuilder for cases involving scalar resultsResultBuilderEntityValued Specialization of ResultBuilder for building an EntityResultResultBuilderInstantiationValued Nominal extension to ResultBuilder for cases involving dynamic-instantiation results -
Classes in org.hibernate.query.results used by org.hibernate.query.results.dynamic Class Description FetchBuilder Responsible for building a singleDomainResult
instance as part of the overall mapping of native / procedure query results.ResultBuilder Responsible for building a singleDomainResult
instance as part of the overall mapping of native / procedure query results.ResultBuilderBasicValued Nominal extension to ResultBuilder for cases involving scalar resultsResultBuilderEntityValued Specialization of ResultBuilder for building an EntityResultResultBuilderInstantiationValued Nominal extension to ResultBuilder for cases involving dynamic-instantiation results -
Classes in org.hibernate.query.results used by org.hibernate.query.results.implicit Class Description BasicValuedFetchBuilder FetchBuilder Responsible for building a singleDomainResult
instance as part of the overall mapping of native / procedure query results.ResultBuilder Responsible for building a singleDomainResult
instance as part of the overall mapping of native / procedure query results.ResultBuilderBasicValued Nominal extension to ResultBuilder for cases involving scalar resultsResultBuilderEmbeddable ResultBuilderEntityValued Specialization of ResultBuilder for building an EntityResult -
Classes in org.hibernate.query.results used by org.hibernate.query.sql.internal Class Description ResultBuilder Responsible for building a singleDomainResult
instance as part of the overall mapping of native / procedure query results.ResultSetMapping Acts as theJdbcValuesMappingProducer
forNativeQuery
orProcedureCall
/StoredProcedureQuery
instances. -
Classes in org.hibernate.query.results used by org.hibernate.query.sql.spi Class Description ResultSetMapping Acts as theJdbcValuesMappingProducer
forNativeQuery
orProcedureCall
/StoredProcedureQuery
instances. -
Classes in org.hibernate.query.results used by org.hibernate.sql.results.jdbc.internal Class Description ResultSetMapping Acts as theJdbcValuesMappingProducer
forNativeQuery
orProcedureCall
/StoredProcedureQuery
instances. -
Classes in org.hibernate.query.results used by org.hibernate.sql.results.jdbc.spi Class Description ResultSetMapping Acts as theJdbcValuesMappingProducer
forNativeQuery
orProcedureCall
/StoredProcedureQuery
instances.