com.mysema.query.types
Class Ops.QuantOps

java.lang.Object
  extended by com.mysema.query.types.Ops.QuantOps
Enclosing class:
Ops

public static final class Ops.QuantOps
extends Object

Quantification operators


Field Summary
static Operator<Object> ALL
           
static Operator<Object> ANY
           
static Operator<Comparable> AVG_IN_COL
           
static Operator<Comparable> MAX_IN_COL
           
static Operator<Comparable> MIN_IN_COL
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

AVG_IN_COL

public static final Operator<Comparable> AVG_IN_COL

MAX_IN_COL

public static final Operator<Comparable> MAX_IN_COL

MIN_IN_COL

public static final Operator<Comparable> MIN_IN_COL

ANY

public static final Operator<Object> ANY

ALL

public static final Operator<Object> ALL


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