Package | Description |
---|---|
org.springframework.data.querydsl |
Querydsl integration support classes.
|
org.springframework.data.querydsl.binding |
Base classes to implement CDI support for repositories.
|
Class and Description |
---|
EntityPathResolver
Strategy interface to abstract the ways to translate an plain domain class into a
EntityPath . |
QPageRequest
Basic Java Bean implementation of
Pageable with support for QueryDSL. |
QSort
Sort option for queries that wraps a Querydsl
OrderSpecifier . |
QuerydslPredicateExecutor
Interface to allow execution of QueryDsl
Predicate instances. |
SimpleEntityPathResolver
Simple implementation of
EntityPathResolver to lookup a query class by reflection and using the static field
of the same type. |
Class and Description |
---|
EntityPathResolver
Strategy interface to abstract the ways to translate an plain domain class into a
EntityPath . |
Copyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.