Package | Description |
---|---|
com.querydsl.jpa |
JPA support
|
com.querydsl.jpa.impl |
JPQL for JPA
|
com.querydsl.jpa.sql |
Native queries for JPA
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultQueryHandler
DefaultQueryHandler is the default implementation of the QueryHandler interface |
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–2016 Querydsl. All rights reserved.