Package | Description |
---|---|
com.mysema.query |
Contains basic Query elements
|
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.sql |
SQL/JDBC support for Querydsl
|
com.mysema.query.sql.mssql |
SQL Server support
|
com.mysema.query.support |
Various support classes
|
Modifier and Type | Interface and Description |
---|---|
interface |
QueryFactory<Q extends Query<?>,SQ extends Detachable>
Common interface for QueryFactory implementations
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractJDOSubQuery<Q extends AbstractJDOSubQuery<Q>>
Abstract superclass for SubQuery implementations
|
class |
JDOSubQuery
JDOSubQuery is subquery implementation for JDOQL
|
Modifier and Type | Interface and Description |
---|---|
interface |
JPQLSubQuery |
Modifier and Type | Class and Description |
---|---|
class |
AbstractJPASubQuery<Q extends AbstractJPASubQuery<Q>>
Abstract superclass for SubQuery implementations
|
class |
JPASubQuery
JPASubQuery is a subquery class for JPA
|
Modifier and Type | Class and Description |
---|---|
class |
HibernateSubQuery
HibernateSubQuery is a subquery class for Hibernate
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractSQLSubQuery<Q extends AbstractSQLSubQuery<Q>>
Abstract superclass for SubQuery implementations
|
class |
SQLSubQuery
SQLSubQuery is a subquery implementation for SQL queries
|
Modifier and Type | Class and Description |
---|---|
class |
SQLServerSubQuery |
Modifier and Type | Class and Description |
---|---|
class |
DetachableAdapter
DetachableAdapter is an apadater implementation for the Detachable interface
|
class |
DetachableMixin
Mixin style implementation of the Detachable interface
|
class |
DetachableQuery<Q extends DetachableQuery<Q>>
DetachableQuery is a base class for queries which implement the Query and Detachable interfaces
|
Modifier and Type | Method and Description |
---|---|
Detachable |
DetachableAdapter.getDetachable() |
Modifier and Type | Method and Description |
---|---|
protected void |
DetachableAdapter.setDetachable(Detachable detachable) |
Constructor and Description |
---|
DetachableAdapter(Detachable detachable) |
Copyright © 2007-2013 Mysema Ltd. All Rights Reserved.