Uses of Class
org.jminor.common.model.Conjunction

Packages that use Conjunction
org.jminor.common.db.criteria   
org.jminor.common.model   
org.jminor.framework.client.model   
 

Uses of Conjunction in org.jminor.common.db.criteria
 

Constructors in org.jminor.common.db.criteria with parameters of type Conjunction
CriteriaSet(Conjunction conjunction)
          Initializes a new CriteriaSet instance
CriteriaSet(Conjunction conjunction, Criteria<T>... criteria)
          Initializes a new CriteriaSet instance
 

Uses of Conjunction in org.jminor.common.model
 

Methods in org.jminor.common.model that return Conjunction
 Conjunction State.AggregateState.getConjunction()
           
static Conjunction Conjunction.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Conjunction[] Conjunction.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.jminor.common.model with parameters of type Conjunction
static State.AggregateState States.aggregateState(Conjunction conjunction, StateObserver... stateObservers)
          Instantiates a new State.AggregateState object.
 

Uses of Conjunction in org.jminor.framework.client.model
 

Methods in org.jminor.framework.client.model that return Conjunction
 Conjunction EntityTableSearchModel.getSearchConjunction()
           
 Conjunction DefaultEntityTableSearchModel.getSearchConjunction()
          
 

Methods in org.jminor.framework.client.model with parameters of type Conjunction
 void EntityTableSearchModel.setSearchConjunction(Conjunction conjunction)
           
 void DefaultEntityTableSearchModel.setSearchConjunction(Conjunction conjunction)