- two types of queries
- TableQuery - automatic and direct access to database table
- FreeformQuery - use own query
- more advanced and database-oriented filtering rules
- enable connection pooling / JEE connection pooling
- integrated transaction support
- auto-commit mode supported
SQLContainer <- Container
RowItem <- Item
- RowId / TemporaryRowId : based on primary key
ColumnProperty <- Property
JDBCConnectionPool / SimpleJDBCConnectionPool / J2EEConnectionPool
QueryDelegate
- TableQuery / QueryGenerator / generator for specific databases
- FreeformQuery
Filter / OrderBy