Uses of Class
sk.baka.tools.jpa.OperatorEnum

Packages that use OperatorEnum
sk.baka.tools.jpa   
 

Uses of OperatorEnum in sk.baka.tools.jpa
 

Fields in sk.baka.tools.jpa declared as OperatorEnum
 OperatorEnum CriteriaList.Criteria.operator
          The operator to use.
 

Methods in sk.baka.tools.jpa that return OperatorEnum
static OperatorEnum OperatorEnum.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static OperatorEnum[] OperatorEnum.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in sk.baka.tools.jpa with parameters of type OperatorEnum
CriteriaList.Criteria(String jpaField, OperatorEnum op, Serializable desiredValue)
          Creates a new criteria object.
 



Copyright © 2009-2010. All Rights Reserved.