See: Description
| Interface | Description |
|---|---|
| ConfigurationSource |
Provides access to configuration parameters.
|
| CriteriaBuilderConfiguration |
A configuration for a
CriteriaBuilderFactory which is mostly used in non Java EE environments. |
| CriteriaBuilderConfigurationProvider |
Interface implemented by the criteria provider.
|
| CteQueryWrapper |
Interface for CTE queries
|
| DbmsDialect |
Interface for implementing some dbms specifics.
|
| DbmsLimitHandler |
Handler for applying SQL LIMIT and OFFSET to a query.
|
| EntityManagerFactoryIntegrator |
Interface implemented by the criteria provider.
|
| ExtendedQuerySupport |
Interface implemented by the criteria provider.
|
| FunctionRenderContext |
Interface implemented by the criteria provider.
|
| JpaProvider |
TODO: documentation
|
| JpaProviderFactory |
TODO: documentation
|
| JpqlFunction |
Interface for implementing a JPA custom function that renders dbms specific code.
|
| JpqlMacro |
Interface for implementing a macro function that produces JPQL from it's parameters.
|
| OrderByElement |
Represents an order by element.
|
| QueryTransformer |
Interface implemented by the criteria provider.
|
| ServiceProvider |
Provides access to various services.
|
| Class | Description |
|---|---|
| JpqlFunctionGroup | |
| TemplateRenderer |
A template renderer is a thread safe string renderer that can bind values to parameters.
|
| TemplateRenderer.Context |
| Enum | Description |
|---|---|
| DbmsModificationState |
Specifies the whether entity data in a statement should be before or after a modification CTE ran.
|
| DbmsStatementType |
Specifies the type of a simple statement irrespective of set operations or CTEs.
|
| SetOperationType | |
| ValuesStrategy |
Strategies for generating a VALUES table reference.
|
Copyright © 2016 Blazebit. All Rights Reserved.