All Classes and Interfaces

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