Uses of Class
org.ujoframework.criterion.Operator

Packages that use Operator
org.ujoframework.criterion Package for the UJO Criterion. 
org.ujoframework.orm The ORM support. 
 

Uses of Operator in org.ujoframework.criterion
 

Methods in org.ujoframework.criterion that return Operator
 Operator ValueCriterion.getOperator()
          Returns an operator
static Operator Operator.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Operator[] Operator.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.ujoframework.criterion with parameters of type Operator
static
<UJO extends Ujo,TYPE>
Criterion<UJO>
Criterion.newInstance(UjoProperty<UJO,TYPE> property, Operator operator, TYPE value)
          Deprecated. See the where(...) method.
static
<UJO extends Ujo,TYPE>
Criterion<UJO>
Criterion.newInstance(UjoProperty<UJO,TYPE> property, Operator operator, UjoProperty<?,TYPE> value)
          Deprecated. See the where(...) method.
static
<UJO extends Ujo,TYPE>
Criterion<UJO>
Criterion.where(UjoProperty<UJO,TYPE> property, Operator operator, TYPE value)
          New criterion instance
static
<UJO extends Ujo,TYPE>
Criterion<UJO>
Criterion.where(UjoProperty<UJO,TYPE> property, Operator operator, UjoProperty<?,TYPE> value)
          New criterion instance
 

Constructors in org.ujoframework.criterion with parameters of type Operator
ValueCriterion(UjoProperty<UJO,? extends java.lang.Object> property, Operator operator, java.lang.Object value)
          An undefined operator (null) is replaced by EQ.
ValueCriterion(UjoProperty<UJO,? extends java.lang.Object> property, Operator operator, UjoProperty<UJO,java.lang.Object> value)
          An undefined operator (null) is replaced by EQ.
 

Uses of Operator in org.ujoframework.orm
 

Methods in org.ujoframework.orm that return Operator
 Operator CriterionDecoder.getOperator(int i)
          Returns operator.
 



Copyright © 2010. All Rights Reserved.