Uses of Package
org.azzyzt.jee.runtime.dto.query

Packages that use org.azzyzt.jee.runtime.dto.query
org.azzyzt.jee.runtime.dto.query   
org.azzyzt.jee.runtime.eao   
org.azzyzt.jee.runtime.util   
 

Classes in org.azzyzt.jee.runtime.dto.query used by org.azzyzt.jee.runtime.dto.query
BinaryBooleanExpression
          Abstract boolean expression class with some common code for validity checking and simplification
BinaryFieldOperator
          Supported operators for expressions involving fields
Expression
          The abstract parent class for boolean expressions and unary and binary expressions referencing fields.
FieldExpression
          The abstract parent class for expressions that refer to entity fields.
FieldReference
          A FieldReference is an Operand in an Expression.
FieldReferer
          Interface to be implemented by classes that refer to entity fields
Literal
          Literal occurring in an Expression.
LiteralType
          Types of literals occurring in expressions
Node
          A QuerySpec has an Expression, but is itself used by the parser as root of the expression tree.
Operand
          Abstract parent class for operands in expressions
OrderByClause
          QuerySpec has a list of order-by clauses.
QuerySpec
          For each entity class Azzyzt JEE Tools create two type-specific service beans with, among others, a list operation.
UnaryBooleanExpression
          Parent class for boolean expressions with one term.
UnaryFieldOperator
          Enumeration of supported unary field operators
 

Classes in org.azzyzt.jee.runtime.dto.query used by org.azzyzt.jee.runtime.eao
OrderByClause
          QuerySpec has a list of order-by clauses.
QuerySpec
          For each entity class Azzyzt JEE Tools create two type-specific service beans with, among others, a list operation.
 

Classes in org.azzyzt.jee.runtime.dto.query used by org.azzyzt.jee.runtime.util
QuerySpec
          For each entity class Azzyzt JEE Tools create two type-specific service beans with, among others, a list operation.