Interface | Description |
---|---|
EntityPathResolver |
Strategy interface to abstract the ways to translate an plain domain class into a
EntityPath . |
QueryDslPredicateExecutor<T> |
Interface to allow execution of QueryDsl
Predicate instances. |
Class | Description |
---|---|
QPageRequest |
Basic Java Bean implementation of
Pageable with support for QueryDSL. |
QSort |
Sort option for queries that wraps a querydsl
OrderSpecifier . |
QueryDslUtils |
Utility class for Querydsl.
|
Enum | Description |
---|---|
SimpleEntityPathResolver |
Simple implementation of
EntityPathResolver to lookup a query class by reflection and using the static field
of the same type. |
http://www.querydsl.com
Copyright © 2011-2014–2015 Pivotal Software, Inc.. All rights reserved.