@DefaultAnnotation(value=javax.annotation.Nonnull.class)

Package com.mysema.query.types.operation

Operations represent typed operations with operator and arguments

See:
          Description

Interface Summary
Operation<OP,RT> Operation represents an operation with operator and arguments
Operator<RT> Operator represents operator symbols
Ops Ops provides the operators for the fluent query grammar.
Ops.AggOps Aggreation operators
Ops.DateTimeOps Date and time operators
Ops.MathOps Math operators
Ops.QuantOps Quantification operators
Ops.StringOps String operators
 

Class Summary
OBoolean OBoolean represents boolean operations
OComparable<OpType,D extends Comparable<?>> OComparable represents Comparable operations
ODate<OpType extends Comparable<?>,D extends Comparable<?>> ODate represents Date operations
ODateTime<OpType extends Comparable<?>,D extends Comparable<?>> ODateTime represents DateTime operations
ONumber<OpType extends Number,D extends Number & Comparable<?>> ONumber represents numeric operations
OperationMixin<OP,RT>  
OperatorImpl<RT> OperatorImpl is the default implementation of the Operator interface
OSimple<OpType,D> OSimple represents a simple operation expression
OString OString represents a String typed operation
OTime<OpType,D extends Comparable<?>> OTime represents Time functions
 

Package com.mysema.query.types.operation Description

Operations represent typed operations with operator and arguments



Copyright © 2007-2010 Mysema Ltd. All Rights Reserved.