Package | Description |
---|---|
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
|
Modifier and Type | Interface and Description |
---|---|
interface |
JPACommonQuery<Q extends JPACommonQuery<Q>>
JPACommonQuery is a common interface for queries and subqueries of this module
|
Modifier and Type | Interface and Description |
---|---|
interface |
JPQLQuery
Query interface for JPQL queries
|
interface |
JPQLSubQuery |
Modifier and Type | Class and Description |
---|---|
class |
AbstractJPASubQuery<Q extends AbstractJPASubQuery<Q>>
Abstract superclass for SubQuery implementations
|
class |
JPAQueryBase<Q extends JPAQueryBase<Q>>
JPAQueryBase is a base Query class for JPA queries
|
class |
JPASubQuery
JPASubQuery is a subquery class for JPA
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractHibernateQuery<Q extends AbstractHibernateQuery<Q>>
Abstract base class for Hibernate API based implementations of the JPQL interface
|
class |
HibernateQuery
HibernateQuery is the default implementation of the JPQLQuery interface for Hibernate
|
class |
HibernateSubQuery
HibernateSubQuery is a subquery class for Hibernate
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractJPAQuery<Q extends AbstractJPAQuery<Q>>
Abstract base class for JPA API based implementations of the JPQLQuery interface
|
class |
JPAQuery
JPAQuery is the default implementation of the JPQLQuery interface for JPA
|
Copyright © 2007-2013 Mysema Ltd. All Rights Reserved.