|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Operator | |
|---|---|
| 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 Operator in com.mysema.query |
|---|
| Methods in com.mysema.query that return Operator | |
|---|---|
Operator<? super Boolean> |
BooleanBuilder.getOperator()
|
| Uses of Operator in com.mysema.query.support |
|---|
| Methods in com.mysema.query.support with parameters of type Operator | ||
|---|---|---|
static BooleanExpression |
Expressions.booleanOperation(Operator<Boolean> operation,
Expression<?>... args)
|
|
static
|
Expressions.comparableOperation(Class<T> type,
Operator<? super T> operator,
Expression<?>... args)
|
|
static
|
Expressions.dateOperation(Class<T> type,
Operator<? super T> operator,
Expression<?>... args)
|
|
static
|
Expressions.dateTimeOperation(Class<T> type,
Operator<? super T> operator,
Expression<?>... args)
|
|
static
|
Expressions.dslOperation(Class<T> type,
Operator<? super T> operator,
Expression<?>... args)
|
|
protected Template |
SerializerBase.getTemplate(Operator<?> op)
|
|
static
|
Expressions.numberOperation(Class<T> type,
Operator<? super T> operator,
Expression<?>... args)
|
|
static
|
Expressions.operation(Class<T> type,
Operator<? super T> operator,
Expression<?>... args)
|
|
static BooleanExpression |
Expressions.predicate(Operator<Boolean> operation,
Expression<?>... args)
|
|
static StringExpression |
Expressions.stringOperation(Operator<? super String> operator,
Expression<?>... args)
|
|
static
|
Expressions.timeOperation(Class<T> type,
Operator<? super T> operator,
Expression<?>... args)
|
|
protected void |
SerializerBase.visitOperation(Class<?> type,
Operator<?> operator,
List<? extends Expression<?>> args)
|
|
| Uses of Operator in com.mysema.query.types |
|---|
| Classes in com.mysema.query.types that implement Operator | |
|---|---|
class |
OperatorImpl<T>
OperatorImpl is the default implementation of the Operator interface |
class |
PathType
PathType represents the relation of a Path to its parent |
| Fields in com.mysema.query.types with type parameters of type Operator | |
|---|---|
static List<Operator<?>> |
Ops.compareOps
|
static List<Operator<?>> |
Ops.equalsOps
|
static List<Operator<?>> |
Ops.notEqualsOps
|
| Methods in com.mysema.query.types that return Operator | |
|---|---|
Operator<? super T> |
OperationImpl.getOperator()
|
Operator<? super T> |
Operation.getOperator()
Get the operator symbol for this operation |
| Methods in com.mysema.query.types with parameters of type Operator | ||
|---|---|---|
protected void |
Templates.add(Operator<?> op,
String pattern)
|
|
protected void |
Templates.add(Operator<?> op,
String pattern,
int pre)
|
|
static
|
OperationImpl.create(Class<? extends RT> type,
Operator<? super RT> operator,
Expression<?>... args)
|
|
int |
Templates.getPrecedence(Operator<?> operator)
|
|
Template |
Templates.getTemplate(Operator<?> op)
|
|
| Constructors in com.mysema.query.types with parameters of type Operator | |
|---|---|
OperationImpl(Class<? extends T> type,
Operator<? super T> operator,
Expression<?>... args)
|
|
OperationImpl(Class<? extends T> type,
Operator<? super T> operator,
List<Expression<?>> args)
|
|
PredicateOperation(Operator<Boolean> operator,
Expression<?>... args)
|
|
PredicateOperation(Operator<Boolean> operator,
List<Expression<?>> args)
|
|
| Uses of Operator in com.mysema.query.types.expr |
|---|
| Methods in com.mysema.query.types.expr that return Operator | |
|---|---|
Operator<? super T> |
DateOperation.getOperator()
|
Operator<? super T> |
DateTimeOperation.getOperator()
|
Operator<? super T> |
TimeOperation.getOperator()
|
Operator<? super T> |
NumberOperation.getOperator()
|
Operator<? super T> |
EnumOperation.getOperator()
|
Operator<? super String> |
StringOperation.getOperator()
|
Operator<? super Boolean> |
BooleanOperation.getOperator()
|
Operator<? super T> |
SimpleOperation.getOperator()
|
Operator<? super T> |
ComparableOperation.getOperator()
|
Operator<? super T> |
DslOperation.getOperator()
|
| Methods in com.mysema.query.types.expr with parameters of type Operator | ||
|---|---|---|
static
|
EnumOperation.create(Class<? extends D> type,
Operator<? super D> op,
Expression<?>... args)
Factory method |
|
static
|
NumberOperation.create(Class<? extends D> type,
Operator<? super D> op,
Expression<?>... args)
Factory method |
|
static
|
SimpleOperation.create(Class<D> type,
Operator<? super D> op,
Expression<?>... args)
Factory method |
|
static
|
DslOperation.create(Class<D> type,
Operator<? super D> op,
Expression<?>... args)
Factory method |
|
static
|
DateOperation.create(Class<D> type,
Operator<? super D> op,
Expression<?>... args)
Factory method |
|
static
|
DateTimeOperation.create(Class<D> type,
Operator<? super D> op,
Expression<?>... args)
Factory method |
|
static
|
TimeOperation.create(Class<D> type,
Operator<? super D> op,
Expression<?>... args)
Factory method |
|
static
|
ComparableOperation.create(Class<D> type,
Operator<? super D> op,
Expression<?>... args)
Factory method |
|
static BooleanExpression |
BooleanOperation.create(Operator<? super Boolean> op,
Expression<?>... args)
|
|
static StringExpression |
StringOperation.create(Operator<? super String> op,
Expression<?>... args)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||