org.xorm.query |
|
Java Source File Name | Type | Comment |
AbstractQueryLanguage.java | Class | Implementation of QueryLanguage interface that provides common methods
to set and get variables and parameters. |
AndCondition.java | Class | |
BoundExpression.java | Class | Represents a Query where parameters have been bound to specific
values and mapped against the datastore. |
CodeParser.java | Class | |
CodeQuery.java | Class | Implementation of JDO query interface that
executes Java code that follows a particular pattern. |
CompoundCondition.java | Class | |
Condition.java | Class | |
DataQuery.java | Class | Implementation of JDO query interface for native queries (using
DataQuery.LANGUAGE). |
Expression.java | Class | |
ExpressionValidator.java | Class | Validates and normalizes expressions. |
ExpressionVisitor.java | Interface | |
Operator.java | Class | A typesafe enumeration with some helper functions. |
OrCondition.java | Class | |
QueryContext.java | Class | Represents a Query where parameters have been bound to
specific values. |
QueryImpl.java | Class | Implementation of JDO query interface. |
QueryLanguage.java | Interface | This small interface must be implemented by any dialect of a query
language that will be used with XORM. |
QueryOrdering.java | Class | Immutable class to capture ordering information. |
QuerySyntaxException.java | Class | |
RawCondition.java | Class | RawConditions represent queries in some native query format against
a set of tables. |
Selector.java | Class | |
SimpleCondition.java | Class | |