Uses of Class
de.mguennewig.pobjects.Junction

Packages that use Junction
de.mguennewig.pobjects The package de.mguennewig.pobjects provides an abstraction layer on top of a set of database tables by which table rows can be accessed transparently as Java objects. 
 

Uses of Junction in de.mguennewig.pobjects
 

Methods in de.mguennewig.pobjects that return Junction
static Junction Junction.and(Term... terms)
           
static Junction Junction.convert(Predicate pred)
          Converts a given AND or OR Predicate into a Junction.
 Junction Junction.flatten()
           
static Junction Junction.or(Term... terms)
           
 Junction Junction.removeDuplicates()
           
 

Methods in de.mguennewig.pobjects with parameters of type Junction
static java.lang.Boolean Terms.evalJunction(Junction j, Record rec)