Spring Data Commons

Package org.springframework.data.querydsl

Querydsl integration support classes.

See:
          Description

Interface Summary
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 Summary
QueryDslUtils Utility class for Querydsl.
 

Enum Summary
SimpleEntityPathResolver Simple implementation of EntityPathResolver to lookup a query class by reflection and using the static field of the same type.
 

Package org.springframework.data.querydsl Description

Querydsl integration support classes.

See Also:
http://www.querydsl.com

Spring Data Commons

Copyright © 2012. All Rights Reserved.