All Classes Interface Summary Class Summary Enum Summary
| Class |
Description |
| AbstractHibernateQuery<T,Q extends AbstractHibernateQuery<T,Q>> |
Abstract base class for Hibernate API based implementations of the JPQL interface
|
| AbstractHibernateSQLQuery<T,Q extends AbstractHibernateSQLQuery<T,Q>> |
AbstractHibernateSQLQuery is the base class for Hibernate Native SQL queries
|
| AbstractJPAQuery<T,Q extends AbstractJPAQuery<T,Q>> |
Abstract base class for JPA API based implementations of the JPQLQuery interface
|
| AbstractJPASQLQuery<T,Q extends AbstractJPASQLQuery<T,Q>> |
AbstractJPASQLQuery is the base class for JPA Native SQL queries
|
| AbstractSQLQuery<T,Q extends AbstractSQLQuery<T,Q>> |
Abstract super class for SQLQuery implementation for JPA and Hibernate
|
| BatooTemplates |
BatooTemplates extends JPQLTemplates with Batoo specific extensions
|
| Conversions |
Conversions provides module specific projection conversion functionality
|
| DataNucleusTemplates |
DataNucleusTemplates extends JPQLTemplates with DataNucleus specific extensions
|
| DefaultQueryHandler |
DefaultQueryHandler is the default implementation of the QueryHandler interface
|
| DefaultSessionHolder |
DefaultSessionHolder is the default implementation of the SessionHolder interface
|
| EclipseLinkTemplates |
EclipseLinkTemplates extends JPQLTemplates with EclipseLink specific extensions
|
| FactoryExpressionTransformer |
FactoryExpressionTransformer is a ResultTransformer implementation using
FactoryExpression instances for transformation
|
| Hibernate5Templates |
Hibernate5Templates extends JPQLTemplates with Hibernate specific extensions
|
| HibernateDeleteClause |
DeleteClause implementation for Hibernate
|
| HibernateHandler |
HibernateHandler is the QueryHandler implementation for Hibernate
|
| HibernateInsertClause |
UpdateClause implementation for Hibernate
|
| HibernateQuery<T> |
HibernateQuery is the default implementation of the JPQLQuery interface for Hibernate
|
| HibernateQueryFactory |
Factory class for query and DML clause creation
|
| HibernateSQLQuery<T> |
HibernateSQLQuery is an SQLQuery implementation that uses Hibernate's Native SQL
functionality to execute queries
|
| HibernateUpdateClause |
UpdateClause implementation for Hibernate
|
| HibernateUtil |
HibernateUtil provides static utility methods for Hibernate
|
| HQLTemplates |
HQLTemplates extends JPQLTemplates with Hibernate specific extensions
|
| JPADeleteClause |
DeleteClause implementation for JPA
|
| JPAExpressions |
JPAExpressions provides factory methods for JPQL specific operations elements.
|
| JPAInsertClause |
UpdateClause implementation for JPA
|
| JPAPathBuilderValidator |
JPAPathBuilderValidator implements PathBuilderValidator using a JPA Metamodel instance
|
| JPAProvider |
JPAProvider provides detection of the JPA provider based on the EntityManager instance
|
| JPAQuery<T> |
JPAQuery is the default implementation of the JPQLQuery interface for JPA
|
| JPAQueryBase<T,Q extends JPAQueryBase<T,Q>> |
JPAQueryBase is a base Query class for JPA queries
|
| JPAQueryFactory |
Factory class for query and DML clause creation
|
| JPAQueryMixin<T> |
JPAQueryMixin extends QueryMixin to support JPQL join construction
|
| JPASQLQuery<T> |
JPASQLQuery is an SQLQuery implementation that uses JPA Native SQL functionality to
execute queries
|
| JPAUpdateClause |
UpdateClause implementation for JPA
|
| JPAUtil |
JPAUtil provides static utility methods for JPA
|
| JPQLOps |
JPQLOps provides JPQL specific operators
|
| JPQLQuery<T> |
Query interface for JPQL queries
|
| JPQLQueryFactory |
Common interface for JPA related QueryFactory implementations
|
| JPQLSerializer |
JPQLSerializer serializes Querydsl expressions into JPQL syntax.
|
| JPQLSubQuery<T> |
|
| JPQLTemplates |
JPQLTemplates extends Templates to provide operator patterns for JPQL
serialization
|
| NativeSQLSerializer |
NativeSQLSerializer extends SQLSerializer to extract referenced entity paths and
change some serialization formats
|
| NoSessionHolder |
|
| OpenJPATemplates |
OpenJPATemplates extends JPQLTemplates with OpenJPA specific extensions
|
| QDerbyDialect |
QDerbyDialect extends DerbyDialect with additional functions
|
| QH2Dialect |
QH2Dialect extends H2Dialect with additional functions
|
| QHSQLDialect |
QHSQLDialect extends HSQLDialect with additional functions
|
| QMySQLDialect |
QMySQL5Dialect extends MySQL5Dialect with additional functions
|
| QOracleDialect |
QOracle10gDialect extends Oracle10gDialect with additional functions
|
| QPostgreSQLDialect |
QPostgreSQLDialect extends PostgreSQLDialect with additional functions
|
| QSQLServer2008Dialect |
QSQLServer2008Dialect extends SQLServer2008Dialect with additional functions
|
| QSQLServer2012Dialect |
QSQLServer2012Dialect extends SQLServer2012Dialect with additional functions
|
| QueryHandler |
QueryHandler provides injection of provider specific functionality into the query logic
|
| ScrollableResultsIterator<T> |
ScrollableResultsIterator is a CloseableIterator adapter for ScrollableResults
|
| SessionHolder |
Abstraction for different Hibernate Session signatures
|
| StatelessSessionHolder |
SessionHolder implementation using StatelessSession
|
| TransformingIterator<T> |
TransformingIterator is a CloseableIterator adapter that transforms via a FactoryExpression instance
|