Uses of Package
org.hibernate.query.spi
-
Packages that use org.hibernate.query.spi Package Description org.hibernate.boot.spi A range of SPIs allowing integration with—and customization of—the process of building metadata.org.hibernate.cache.spi Defines the integration aspect of Hibernate's second-level caching, allowing a "caching backend" to be plugged in as a cache provider.org.hibernate.dialect This package abstracts over the multifarious dialects of SQL understood by the databases supported by Hibernate.org.hibernate.dialect.function Contains implementations ofSqmFunctionDescriptordescribing a range of relatively-sophisticated SQL functions available in various dialects.org.hibernate.dialect.function.array org.hibernate.dialect.pagination Support forDialect-specific pagination strategies.org.hibernate.engine.spi This package defines some central internal SPI abstractions used throughout the implementation of Hibernate.org.hibernate.event.spi Defines the event types and event listener interfaces for events produced by the statefulSession.org.hibernate.metamodel.spi An SPI supporting custom instantiation of entity instances and embeddable objects.org.hibernate.procedure.spi Defines an SPI for calling stored procedures and functions.org.hibernate.query Everything related to HQL/JPQL, native SQL, and criteria queries.org.hibernate.query.hql.spi SPIs for HQL support.org.hibernate.query.named Support for named queriesorg.hibernate.query.procedure Support SQL functions in the SQM model.org.hibernate.query.spi Contains a range of internal abstractions for dealing with query execution, query plans, query options, and query parameters.org.hibernate.query.sql.spi SPIs for native SQL query support.org.hibernate.query.sqm This package defines a semantic model of HQL queries.org.hibernate.query.sqm.function Package defining support for HQL, including JPQL as a subset of HQL.org.hibernate.query.sqm.mutation.spi SPI for handling SQM UPDATE and DELETE queriesorg.hibernate.query.sqm.produce.function Package defining support forSqmFunctionDescriptorhandling.org.hibernate.query.sqm.spi SPI-level SQM contractsorg.hibernate.query.sqm.sql Package for the translation of SQM into SQL ASTorg.hibernate.query.sqm.tree.expression Nodes representing expressions in the SQM tree.org.hibernate.result.spi org.hibernate.sql.ast Package defining a SQL AST for use in generation of SQL.org.hibernate.sql.ast.spi Package defining support for creating and consuming a SQL AST.org.hibernate.sql.exec.spi SPI for execution of SQL statements via JDBC.org.hibernate.sql.results.jdbc.spi org.hibernate.sql.results.spi -
Classes in org.hibernate.query.spi used by org.hibernate.boot.spi Class Description QueryEngineOptions User configuration options related to theQueryEngine. -
Classes in org.hibernate.query.spi used by org.hibernate.cache.spi Class Description Limit Paging limitsQueryParameterBindings Manages all the parameter bindings for a particular query. -
Classes in org.hibernate.query.spi used by org.hibernate.dialect Class Description QueryOptions Encapsulates options for the execution of a HQL/Criteria/native queryQueryParameterBindings Manages all the parameter bindings for a particular query. -
Classes in org.hibernate.query.spi used by org.hibernate.dialect.function Class Description QueryEngine Aggregation and encapsulation of the components Hibernate uses to execute queries (HQL, Criteria and native) -
Classes in org.hibernate.query.spi used by org.hibernate.dialect.function.array Class Description QueryEngine Aggregation and encapsulation of the components Hibernate uses to execute queries (HQL, Criteria and native) -
Classes in org.hibernate.query.spi used by org.hibernate.dialect.pagination Class Description Limit Paging limitsQueryOptions Encapsulates options for the execution of a HQL/Criteria/native query -
Classes in org.hibernate.query.spi used by org.hibernate.engine.spi Class Description QueryEngine Aggregation and encapsulation of the components Hibernate uses to execute queries (HQL, Criteria and native)QueryImplementor QueryParameterBindingTypeResolver A resolver forBindableTypebased on a parameter value being bound, when no explicit type information is supplied.QueryProducerImplementor The internal contract for QueryProducer implementations. -
Classes in org.hibernate.query.spi used by org.hibernate.event.spi Class Description QueryProducerImplementor The internal contract for QueryProducer implementations. -
Classes in org.hibernate.query.spi used by org.hibernate.metamodel.spi Class Description QueryParameterBindingTypeResolver A resolver forBindableTypebased on a parameter value being bound, when no explicit type information is supplied. -
Classes in org.hibernate.query.spi used by org.hibernate.procedure.spi Class Description ProcedureParameterMetadataImplementor QueryImplementor QueryParameterBinding /** The value/type binding information for a particular query parameter.QueryParameterImplementor -
Classes in org.hibernate.query.spi used by org.hibernate.query Class Description QueryOptions Encapsulates options for the execution of a HQL/Criteria/native query -
Classes in org.hibernate.query.spi used by org.hibernate.query.hql.spi Class Description ParameterMetadataImplementor QueryImplementor SqmQuery Query based on an SQM tree. -
Classes in org.hibernate.query.spi used by org.hibernate.query.named Class Description QueryEngine Aggregation and encapsulation of the components Hibernate uses to execute queries (HQL, Criteria and native)QueryImplementor QueryParameterImplementor -
Classes in org.hibernate.query.spi used by org.hibernate.query.procedure Class Description QueryParameterBinding /** The value/type binding information for a particular query parameter. -
Classes in org.hibernate.query.spi used by org.hibernate.query.spi Class Description AbstractCommonQueryContract AbstractSelectionQuery DelegatingQueryOptions DomainQueryExecutionContext Context for execution ofQuery"HqlInterpretation Limit Paging limitsMutableQueryOptions NonSelectQueryPlan ParameterMetadataImplementor QueryImplementor QueryInterpretationCache Cache for various parts of translating or interpreting queries.QueryInterpretationCache.Key QueryOptions Encapsulates options for the execution of a HQL/Criteria/native queryQueryParameterBinding /** The value/type binding information for a particular query parameter.QueryParameterBindings Manages all the parameter bindings for a particular query.QueryParameterBindingValidator QueryParameterImplementor QueryPlan Common contract for select and mutation query plansScrollableResultsImplementor SelectQueryPlan General contract for performing execution of a query returning results.SqmQuery Query based on an SQM tree. -
Classes in org.hibernate.query.spi used by org.hibernate.query.sql.spi Class Description NonSelectQueryPlan ParameterMetadataImplementor QueryImplementor QueryInterpretationCache.Key QueryParameterImplementor QueryPlan Common contract for select and mutation query plansSelectQueryPlan General contract for performing execution of a query returning results. -
Classes in org.hibernate.query.spi used by org.hibernate.query.sqm Class Description QueryEngine Aggregation and encapsulation of the components Hibernate uses to execute queries (HQL, Criteria and native)SqmQuery Query based on an SQM tree. -
Classes in org.hibernate.query.spi used by org.hibernate.query.sqm.function Class Description QueryEngine Aggregation and encapsulation of the components Hibernate uses to execute queries (HQL, Criteria and native) -
Classes in org.hibernate.query.spi used by org.hibernate.query.sqm.mutation.spi Class Description DomainQueryExecutionContext Context for execution ofQuery" -
Classes in org.hibernate.query.spi used by org.hibernate.query.sqm.produce.function Class Description QueryEngine Aggregation and encapsulation of the components Hibernate uses to execute queries (HQL, Criteria and native) -
Classes in org.hibernate.query.spi used by org.hibernate.query.sqm.spi Class Description QueryEngine Aggregation and encapsulation of the components Hibernate uses to execute queries (HQL, Criteria and native)QueryOptions Encapsulates options for the execution of a HQL/Criteria/native querySqmQuery Query based on an SQM tree. -
Classes in org.hibernate.query.spi used by org.hibernate.query.sqm.sql Class Description QueryOptions Encapsulates options for the execution of a HQL/Criteria/native queryQueryParameterBindings Manages all the parameter bindings for a particular query. -
Classes in org.hibernate.query.spi used by org.hibernate.query.sqm.tree.expression Class Description QueryEngine Aggregation and encapsulation of the components Hibernate uses to execute queries (HQL, Criteria and native)QueryParameterImplementor -
Classes in org.hibernate.query.spi used by org.hibernate.result.spi Class Description QueryOptions Encapsulates options for the execution of a HQL/Criteria/native query -
Classes in org.hibernate.query.spi used by org.hibernate.sql.ast Class Description QueryOptions Encapsulates options for the execution of a HQL/Criteria/native query -
Classes in org.hibernate.query.spi used by org.hibernate.sql.ast.spi Class Description Limit Paging limitsQueryOptions Encapsulates options for the execution of a HQL/Criteria/native query -
Classes in org.hibernate.query.spi used by org.hibernate.sql.exec.spi Class Description QueryOptions Encapsulates options for the execution of a HQL/Criteria/native queryQueryParameterBindings Manages all the parameter bindings for a particular query.ScrollableResultsImplementor -
Classes in org.hibernate.query.spi used by org.hibernate.sql.results.jdbc.spi Class Description QueryOptions Encapsulates options for the execution of a HQL/Criteria/native query -
Classes in org.hibernate.query.spi used by org.hibernate.sql.results.spi Class Description ScrollableResultsImplementor