|
Class Summary |
| CastorConnection |
CastorConnection class holding connection and factory parameters to encapsulate
their usage in case of creation of CastorStatements. |
| CastorStatement |
CastorStatement class to wrap handling of PreparedStatements by providing functionality
to prepare statements, bind parameters, execute statements and, close statements. |
| SQLStatementDelete |
SQLStatementDelete class that makes use of delete class hierarchy to generate SQL query
structure. |
| SQLStatementInsert |
SQLStatementCreate class that makes use of KeyGenerators methods to build sql
insert statement and execute them. |
| SQLStatementInsertCheck |
SQLStatementInsertCheck class to check duplicate primary key problem. |
| SQLStatementUpdate |
SQLStatementStore class that makes use of Update class hierarchy to generate sql
query structure. |
| SQLStatementUpdateCheck |
SQLStatementUpdatCheck class to check whether the new SQL update statement has failed because
entity has been removed previously from persistent storage or the object has been modified
before. |