Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Package org.roller.business.persistence

Base and common classes that may be used in any implementation of the Roller Business Tier interfaces.

See:
          Description

Interface Summary
Condition A condition is a where clause expression and may be made up, recursively, or other where clause expressions.
ConditionVisitor  
PersistenceStrategy Persistence strategy masks underlying persistence mechanism.
Query Generalized notion of a query, see QueryText for usage example.
QueryFactory  
 

Class Summary
BaseQuery Experimental: Hibernate implementation of query.
BooleanCondition  
BooleanOperator Boolean operator such as EQ, NE, LT, or GT.
FieldCondition  
Operator Operator such as EQ, IS_NULL, etc.
QueryTest Tests for experimental query API.
SortByOperator Sort-by operator: ASC or DESC.
 

Package org.roller.business.persistence Description

Base and common classes that may be used in any implementation of the Roller Business Tier interfaces. Currently, there is only one implementation of the Roller Business Tier interfaces and it uses the Castor Object-Relational mapping framework.