Implement the transactions following the TPC-C specification using client side prepared statements. Thus all the logic is contained within this class. The client, through this object, holds onto PreparedStatements for all the SQL for its lifetime.
This standard implementation is based upon the sample programs in the appendix of the TPC-C specification.
More specific direct (client side) implementations could extend this class overriding methods as needed.