| Package | Description |
|---|---|
| com.blazebit.persistence |
Blaze-Persistence is a rich Criteria API for JPA.
|
| com.blazebit.persistence.spi |
SPI for implementers of the Blaze-Persistence API.
|
| Class | 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.
|
| 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.
|
| ServiceProvider |
Provides access to various services.
|
| Class | Description |
|---|---|
| AttributeAccessor |
A class to access the attribute of an entity.
|
| AttributePath | |
| CriteriaBuilderConfiguration |
A configuration for a
CriteriaBuilderFactory which is mostly used in non Java EE environments. |
| 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
JpqlFunctions for various DBMSes under a single function name. |
| 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.
|
Copyright © 2014–2020 Blazebit. All rights reserved.