Package | Description |
---|---|
com.querydsl.core.types |
Expression types
|
com.querydsl.core.types.dsl |
DSL expression types
|
Modifier and Type | Interface and Description |
---|---|
interface |
CollectionExpression<T extends Collection<E>,E>
CollectionExpression represents Collection typed expressions |
interface |
MapExpression<K,V>
MapExpression represents Map typed expressions |
Modifier and Type | Class and Description |
---|---|
class |
ParameterizedPathImpl<T>
ParameterizedPathImpl represents Path instances with a parameterized generic type |
Modifier and Type | Interface and Description |
---|---|
interface |
ListExpression<E,Q extends SimpleExpression<? super E>>
ListExpression represents List typed expressions |
Modifier and Type | Class and Description |
---|---|
class |
CollectionExpressionBase<T extends Collection<E>,E>
CollectionExpressionBase is an abstract base class for CollectionExpression implementations |
class |
CollectionOperation<E>
CollectionOperation is a collection typed operation |
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 |
MapExpressionBase<K,V,Q extends SimpleExpression<? super V>>
MapExpressionBase is an abstract base class for MapExpression implementations |
class |
MapPath<K,V,E extends SimpleExpression<? super V>>
MapPath represents map paths |
class |
SetPath<E,Q extends SimpleExpression<? super E>>
SetPath represents set paths |
Copyright © 2007–2016 Querydsl. All rights reserved.