Package | Description |
---|---|
com.mysema.query.jdo |
JDOQL support for Querydsl
|
com.mysema.query.jpa |
Query implementations for HQL and JPAQL
|
com.mysema.query.jpa.hibernate |
JPQL for Hibernate
|
com.mysema.query.jpa.impl |
JPQL for JPA
|
com.mysema.query.sql |
SQL/JDBC support for Querydsl
|
com.mysema.query.sql.mssql |
SQL Server support
|
com.mysema.query.sql.mysql |
MySQL support
|
com.mysema.query.sql.oracle |
Oracle support for Querydsl SQL
|
com.mysema.query.sql.postgres |
Modifier and Type | Class and Description |
---|---|
class |
JDOQueryFactory
Factory class for query and DML clause creation
|
Modifier and Type | Interface and Description |
---|---|
interface |
JPQLQueryFactory
Common interface for JPA related QueryFactory implementations
|
Modifier and Type | Class and Description |
---|---|
class |
HibernateQueryFactory
Factory class for query and DML clause creation
|
Modifier and Type | Class and Description |
---|---|
class |
JPAQueryFactory
Factory class for query and DML clause creation
|
Modifier and Type | Interface and Description |
---|---|
interface |
SQLQueryFactory<Q extends SQLCommonQuery<?>,SQ extends AbstractSQLSubQuery<?>,D extends SQLDeleteClause,U extends SQLUpdateClause,I extends SQLInsertClause,M extends SQLMergeClause>
Factory interface for query and clause creation
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractSQLQueryFactory<Q extends SQLCommonQuery<?>>
AbstractSQLQueryFactory is the base class for
SQLQueryFactory implementations |
class |
SQLQueryFactoryImpl
Factory class for query and DML clause creation
|
Modifier and Type | Class and Description |
---|---|
class |
SQLServerQueryFactory
SQL Server specific implementation of SQLQueryFactory
|
Modifier and Type | Class and Description |
---|---|
class |
MySQLQueryFactory
MySQL specific implementation of SQLQueryFactory
|
Modifier and Type | Class and Description |
---|---|
class |
OracleQueryFactory
Oracle specific implementation of SQLQueryFactory
|
Modifier and Type | Class and Description |
---|---|
class |
PostgresQueryFactory
PostgreSQL specific implementation of SQLQueryFactory
|
Copyright © 2007-2013 Mysema Ltd. All Rights Reserved.