| Package | Description |
|---|---|
| com.mysema.query.jpa |
Query implementations for HQL and JPAQL
|
| com.mysema.query.jpa.impl |
JPQL for JPA
|
| com.mysema.query.jpa.sql |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultQueryHandler |
class |
EclipseLinkHandler |
class |
HibernateHandler |
| Modifier and Type | Field and Description |
|---|---|
static QueryHandler |
DefaultQueryHandler.DEFAULT |
| Modifier and Type | Method and Description |
|---|---|
QueryHandler |
JPQLTemplates.getQueryHandler() |
| Constructor and Description |
|---|
JPQLTemplates(char escape,
QueryHandler queryHandler) |
| Modifier and Type | Field and Description |
|---|---|
protected QueryHandler |
AbstractJPAQuery.queryHandler |
| Modifier and Type | Field and Description |
|---|---|
protected QueryHandler |
AbstractJPASQLQuery.queryHandler |
| Constructor and Description |
|---|
AbstractJPASQLQuery(javax.persistence.EntityManager em,
Configuration configuration,
QueryHandler queryHandler) |
AbstractJPASQLQuery(javax.persistence.EntityManager em,
Configuration configuration,
QueryHandler queryHandler,
QueryMetadata metadata) |
JPASQLQuery(javax.persistence.EntityManager entityManager,
Configuration conf,
QueryHandler queryHandler) |
JPASQLQuery(javax.persistence.EntityManager entityManager,
Configuration conf,
QueryHandler queryHandler,
QueryMetadata metadata) |
Copyright © 2007–2014 Mysema Ltd. All rights reserved.