|
||||||||||
| 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.hql | Query implementations for HQL and JPAQL |
| com.mysema.query.jdoql | JDOQL support for Querydsl |
| com.mysema.query.sql | SQL/JDBC support for Querydsl |
| 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<Expr<?>> args)
|
| Uses of Operator in com.mysema.query.hql |
|---|
| Fields in com.mysema.query.hql declared as Operator | |
|---|---|
static Operator<Object> |
JPQLTemplates.CAST
|
static Operator<Boolean> |
JPQLTemplates.MEMBER_OF
|
| Methods in com.mysema.query.hql with parameters of type Operator | |
|---|---|
protected void |
HQLSerializer.visitOperation(Class<?> type,
Operator<?> operator,
List<Expr<?>> args)
|
boolean |
HQLTemplates.wrapElements(Operator<?> operator)
|
boolean |
JPQLTemplates.wrapElements(Operator<?> operator)
|
| Uses of Operator in com.mysema.query.jdoql |
|---|
| Methods in com.mysema.query.jdoql with parameters of type Operator | |
|---|---|
protected void |
JDOQLSerializer.visitOperation(Class<?> type,
Operator<?> operator,
List<Expr<?>> args)
|
| 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.UNION
|
| Methods in com.mysema.query.sql with parameters of type Operator | |
|---|---|
protected void |
SQLSerializer.visitOperation(Class<?> type,
Operator<?> operator,
List<Expr<?>> args)
|
| Uses of Operator in com.mysema.query.types |
|---|
| Classes in com.mysema.query.types that implement Operator | |
|---|---|
class |
OperatorImpl<RT>
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 RT> |
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)
|
int |
Templates.getPrecedence(Operator<?> operator)
|
Template |
Templates.getTemplate(Operator<?> op)
|
protected Template |
SerializerBase.getTemplate(Operator<?> op)
|
protected void |
SerializerBase.visitOperation(Class<?> type,
Operator<?> operator,
List<Expr<?>> args)
|
| Uses of Operator in com.mysema.query.types.expr |
|---|
| Methods in com.mysema.query.types.expr that return Operator | |
|---|---|
Operator<? super String> |
OString.getOperator()
|
Operator<? super D> |
OEnum.getOperator()
|
Operator<? super RT> |
OperationMixin.getOperator()
|
Operator<? super D> |
ODate.getOperator()
|
Operator<? super D> |
OComparable.getOperator()
|
Operator<? super D> |
OSimple.getOperator()
|
Operator<? super D> |
ONumber.getOperator()
|
Operator<? super D> |
OTime.getOperator()
|
Operator<? super Boolean> |
OBoolean.getOperator()
|
Operator<? super D> |
ODateTime.getOperator()
|
| Methods in com.mysema.query.types.expr with parameters of type Operator | ||
|---|---|---|
static
|
OEnum.create(Class<? extends D> type,
Operator<? super D> op,
Expr<?>... args)
Factory method |
|
static
|
ONumber.create(Class<? extends D> type,
Operator<? super D> op,
Expr<?>... args)
Factory method |
|
static
|
OSimple.create(Class<D> type,
Operator<? super D> op,
Expr<?>... args)
Factory method |
|
static
|
ODate.create(Class<D> type,
Operator<? super D> op,
Expr<?>... args)
Factory method |
|
static
|
OComparable.create(Class<D> type,
Operator<? super D> op,
Expr<?>... args)
Factory method |
|
static
|
OTime.create(Class<D> type,
Operator<? super D> op,
Expr<?>... args)
Factory method |
|
static
|
ODateTime.create(Class<D> type,
Operator<? super D> op,
Expr<?>... args)
Factory method |
|
static EBoolean |
OBoolean.create(Operator<? super Boolean> op,
Expr<?>... args)
|
|
static EString |
OString.create(Operator<? super String> op,
Expr<?>... args)
|
|
| Constructors in com.mysema.query.types.expr with parameters of type Operator | |
|---|---|
OperationMixin(Operation<RT> self,
Operator<? super RT> operator,
List<Expr<?>> args)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||