Class Summary |
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. |