|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Operator | |
---|---|
com.mysema.query | Contains basic Query elements |
com.mysema.query.collections | Implementations of Querydsl query interfaces for JavaBean collections |
com.mysema.query.jdo | JDOQL support for Querydsl |
com.mysema.query.jpa | Query implementations for HQL and JPAQL |
com.mysema.query.mongodb | |
com.mysema.query.sql | SQL/JDBC support for Querydsl |
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.collections |
---|
Methods in com.mysema.query.collections with parameters of type Operator | |
---|---|
protected void |
ColQuerySerializer.visitOperation(Class<?> type,
Operator<?> operator,
List<? extends Expression<?>> args)
|
Uses of Operator in com.mysema.query.jdo |
---|
Methods in com.mysema.query.jdo with parameters of type Operator | |
---|---|
protected void |
JDOQLSerializer.visitOperation(Class<?> type,
Operator<?> operator,
List<? extends Expression<?>> args)
|
Uses of Operator in com.mysema.query.jpa |
---|
Fields in com.mysema.query.jpa declared as Operator | |
---|---|
static Operator<Object> |
JPQLTemplates.CAST
|
static Operator<Boolean> |
JPQLTemplates.MEMBER_OF
|
static Operator<String> |
JPQLTemplates.TYPE
|
Methods in com.mysema.query.jpa with parameters of type Operator | |
---|---|
protected void |
JPQLSerializer.visitOperation(Class<?> type,
Operator<?> operator,
List<? extends Expression<?>> args)
|
boolean |
HQLTemplates.wrapElements(Operator<?> operator)
|
boolean |
JPQLTemplates.wrapElements(Operator<?> operator)
|
Uses of Operator in com.mysema.query.mongodb |
---|
Fields in com.mysema.query.mongodb declared as Operator | |
---|---|
static Operator<Boolean> |
MongodbOps.ELEM_MATCH
|
static Operator<Boolean> |
MongodbOps.NEAR
|
Uses of Operator in com.mysema.query.sql |
---|
Fields in com.mysema.query.sql declared as Operator | |
---|---|
static Operator<Object> |
SQLTemplates.CAST
|
static Operator<Object> |
SQLTemplates.NEXTVAL
|
static Operator<Object> |
SQLTemplates.UNION
|
Methods in com.mysema.query.sql with parameters of type Operator | |
---|---|
protected void |
SQLSerializer.visitOperation(Class<?> type,
Operator<?> operator,
List<? extends Expression<?>> args)
|
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 |