AttributeAccessor |
A class to access the attribute of an entity.
|
AttributePath |
|
CriteriaBuilderConfiguration |
|
DbmsDialect |
Interface for implementing some dbms specifics.
|
DbmsLimitHandler |
Handler for applying SQL LIMIT and OFFSET to a query.
|
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.
|
EntityManagerFactoryIntegrator |
Interface implemented by the criteria provider.
|
ExtendedAttribute |
This is a wrapper around the JPA Attribute that allows additionally efficient access to properties of the metamodel.
|
FunctionRenderContext |
Interface implemented by the criteria provider.
|
JoinTable |
A structure for accessing join table information.
|
JpaMetamodelAccessor |
|
JpaProvider |
A JPA provider implementation provides information about which features are supported by a JPA implementation.
|
JpaProvider.ConstraintType |
The possible locations of a constraint.
|
JpaProviderFactory |
A service provider factory to create JpaProvider instances.
|
JpqlFunction |
Interface for implementing a JPA custom function that renders dbms specific code.
|
JpqlFunctionGroup |
A group of JpqlFunction s for various DBMSes under a single function name.
|
JpqlFunctionProcessor |
Interface for implementing processing of values produced by a JPQL function in the SELECT clause.
|
JpqlMacro |
Interface for implementing a macro function that produces JPQL from it's parameters.
|
LateralStyle |
The possible lateral styles.
|
OrderByElement |
Represents an order by element.
|
PackageOpener |
A package opener can be used to propagate module visibilities.
|
ServiceProvider |
Provides access to various services.
|
SetOperationType |
The possible set operation types.
|
TemplateRenderer |
A template renderer is a thread safe string renderer that can bind values to parameters.
|
TemplateRenderer.Context |
A context for a template renderer that supports binding function arguments or plain strings as values for placeholders.
|
ValuesStrategy |
Strategies for generating a VALUES table reference.
|