Package org.castor.cpa.persistence.sql.engine


package org.castor.cpa.persistence.sql.engine
  • Classes
    Class
    Description
    CastorConnection class holding connection and factory parameters to encapsulate their usage in case of creation of CastorStatements.
    CastorStatement class to wrap handling of PreparedStatements by providing functionality to prepare statements, bind parameters, execute statements and, close statements.
    SQLStatementDelete class that makes use of delete class hierarchy to generate SQL query structure.
    SQLStatementCreate class that makes use of KeyGenerators methods to build sql insert statement and execute them.
    SQLStatementInsertCheck class to check duplicate primary key problem.
    SQLStatementStore class that makes use of Update class hierarchy to generate sql query structure.
    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.