|
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. |
| SQLEngine |
The SQL engine performs persistence of one object type against one
SQL database. |
| SQLRelationLoader |
SQLRelationLoader is a quick hack for creating and removing relation from a many-to-many
relation database from ClassMolder. |
| 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. |
| SQLStatementLoad |
SQLStatementLoad class that makes use of select class hierarchy to generate SQL query
structure. |
| SQLStatementUpdate |
SQLStatementStore class that makes use of Update class hierarchy to generate sql
query structure. |
| SQLStatementUpdate2 |
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. |
| SQLStatementUpdateCheck2 |
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. |