| Package | Description |
|---|---|
| com.mysema.query.support |
Various support classes
|
| Class and Description |
|---|
| CollectionAnyVisitor
CollectionAnyVisitor is an expression visitor which transforms any() path expressions which are
often transformed into subqueries
|
| Context
Context is used in
CollectionAnyVisitor as the visitor context |
| DetachableQuery
DetachableQuery is a base class for queries which implement the Query and Detachable interfaces
|
| ListAccessVisitor
Deprecated.
|
| PathsExtractor
Extracts the paths that occurs in an expression via breadth first search
|
| ProjectableQuery
ProjectableQuery extends the
QueryBase class to provide default
implementations of the methods of the Projectable interface |
| QueryBase
QueryBase provides a stub for Query implementations
|
| QueryMixin
Mixin style Query implementation
|
| SerializerBase
SerializerBase is a stub for Serializer implementations which serialize query metadata to Strings
|
| SimpleProjectableAdapter
SimpleQueryAdapter is an adapter implementation for the
SimpleQuery and
SimpleProjectable interfaces |
Copyright © 2007–2015 Querydsl. All rights reserved.