Class | Description |
---|---|
BaseJDBCStorage |
the base JDBC storage used by this persistence layer
|
JDBCRow |
a wrapper around JDBC resultset as a result of queries in the persistence
storage
|
SQLQueryConditionGenerator |
A visitor for query condition generating the query string
|
SQLQueryPSFiller |
A visitor for query condition generating prepared statement setter
|