Package com.objectwave.persist.sqlConstruction

Interface Summary
SQLAssembler An interface that handles that all SQL generating classes must implement.
 

Class Summary
ExpandingSQLObjectCache Maintain a collection of SQLObject objects.
SQLDelete A class that handles the creation of SQL Update statements.
SQLInsert A class that handles the creation of SQL Insert statements.
SQLModifier Common behavior necessary for both inserts and updates to through JDBC.
SqlModifierBuilder Utility class to builder SQL statements that will modify database table entries.
SqlModifierBuilder.Test  
SQLObject  
SqlQueryBuilder Utility class to build SQL statements.
SqlQueryBuilder.Test  
SQLSelect A class that handles the creation of SQL Select statements.
SQLSelect.Test  
SqlStatementCacheItem  
SQLUpdate A class that handles the creation of SQL Update statements.
StatementFactory Use this factory to create the instances of SQLInsert, SQLDelete, etc...
StatementFactory.Test Unit tests.