Uses of Class
org.castor.cpa.persistence.sql.query.JoinOperator

Packages that use JoinOperator
org.castor.cpa.persistence.sql.query   
 

Uses of JoinOperator in org.castor.cpa.persistence.sql.query
 

Methods in org.castor.cpa.persistence.sql.query that return JoinOperator
 JoinOperator Join.getOperator()
          Method returning operator currently set.
static JoinOperator JoinOperator.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static JoinOperator[] JoinOperator.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.castor.cpa.persistence.sql.query with parameters of type JoinOperator
Join(JoinOperator oper, Qualifier join)
          Constructor taking two parameters, constructing JoinOperator instance from string and delegating call to the default constructor.
Join(JoinOperator oper, Qualifier join, Condition cond)
          Default constructor copying passed values to class variables.
 



Copyright © 2012. All Rights Reserved.