|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Operation | |
|---|---|
| com.mysema.query | Contains basic Query elements |
| com.mysema.query.support | Various support classes |
| com.mysema.query.types | Contains Querydsl grammar types |
| com.mysema.query.types.expr | Operations represent typed operations with operator and arguments |
| Uses of Operation in com.mysema.query |
|---|
| Classes in com.mysema.query that implement Operation | |
|---|---|
class |
BooleanBuilder
BooleanBuilder is a cascading builder for Predicate expressions. |
| Uses of Operation in com.mysema.query.support |
|---|
| Methods in com.mysema.query.support with parameters of type Operation | |
|---|---|
Expression<?> |
CollectionAnyVisitor.visit(Operation<?> expr,
Context context)
|
Expression<?> |
ListAccessVisitor.visit(Operation<?> expr,
Context context)
|
Void |
SerializerBase.visit(Operation<?> expr,
Void context)
|
| Uses of Operation in com.mysema.query.types |
|---|
| Classes in com.mysema.query.types that implement Operation | |
|---|---|
class |
OperationImpl<T>
OperationImpl is the default implementation of the Operation interface |
class |
PredicateOperation
PredicateOperation provides a Boolean typed Operation implementation |
| Methods in com.mysema.query.types that return Operation | ||
|---|---|---|
static
|
OperationImpl.create(Class<? extends RT> type,
Operator<? super RT> operator,
Expression<?>... args)
|
|
| Methods in com.mysema.query.types with parameters of type Operation | |
|---|---|
R |
Visitor.visit(Operation<?> expr,
C context)
|
String |
ToStringVisitor.visit(Operation<?> o,
Templates templates)
|
Path<?> |
PathExtractor.visit(Operation<?> expr,
Void context)
|
Integer |
HashCodeVisitor.visit(Operation<?> expr,
Void context)
|
Expression<?> |
ExtractorVisitor.visit(Operation<?> expr,
Void context)
|
Void |
ValidatingVisitor.visit(Operation<?> expr,
Void context)
|
| Uses of Operation in com.mysema.query.types.expr |
|---|
| Classes in com.mysema.query.types.expr that implement Operation | |
|---|---|
class |
BooleanOperation
BooleanOperation represents boolean operations |
class |
ComparableOperation<T extends Comparable<?>>
ComparableOperation represents Comparable operations |
class |
DateOperation<T extends Comparable<?>>
DateOperation represents Date operations |
class |
DateTimeOperation<T extends Comparable<?>>
DateTimeOperation represents DateTime operations |
class |
DslOperation<T>
DslOperation represents a simple operation expression |
class |
EnumOperation<T extends Enum<T>>
EnumOperation represents enum operations |
class |
NumberOperation<T extends Number & Comparable<?>>
NumberOperation represents numeric operations |
class |
SimpleOperation<T>
SimpleOperation represents a simple operation expression |
class |
StringOperation
StringOperation represents a String typed operation |
class |
TimeOperation<T extends Comparable<?>>
TimeOperation represents Time operations |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||