Uses of Interface
org.azzyzt.jee.runtime.dto.query.Node

Packages that use Node
org.azzyzt.jee.runtime.dto.query   
 

Uses of Node in org.azzyzt.jee.runtime.dto.query
 

Classes in org.azzyzt.jee.runtime.dto.query that implement Node
 class And
          A binary boolean expression that is true when all its terms are true.
 class BinaryBooleanExpression
          Abstract boolean expression class with some common code for validity checking and simplification
 class Not
          A unary boolean expression that negates its term
 class Or
          A binary boolean expression that is true when at least one of its terms is true.
 class QuerySpec
          For each entity class Azzyzt JEE Tools create two type-specific service beans with, among others, a list operation.
 class UnaryBooleanExpression
          Parent class for boolean expressions with one term.