| Package | Description |
|---|---|
| com.mysema.query.types.expr |
Operations represent typed operations with operator and arguments
|
| com.mysema.query.types.path |
Paths represent typed property paths, variables and list-map-array access
|
| com.mysema.query.types.query |
Subquery implementations
|
| Modifier and Type | Class and Description |
|---|---|
class |
CollectionOperation<E> |
| Modifier and Type | Class and Description |
|---|---|
class |
CollectionPath<E,Q extends SimpleExpression<? super E>>
CollectionPath represents collection paths
|
class |
CollectionPathBase<C extends Collection<E>,E,Q extends SimpleExpression<? super E>>
CollectionPath is a base class for collection typed paths
|
class |
ListPath<E,Q extends SimpleExpression<? super E>>
ListPath represents list paths
|
class |
SetPath<E,Q extends SimpleExpression<? super E>>
SetPath represents set paths
|
| Modifier and Type | Class and Description |
|---|---|
class |
ListSubQuery<T>
List result subquery
|
Copyright © 2007–2015 Querydsl. All rights reserved.