java.lang.Object
com.arjuna.ats.internal.arjuna.objectstore.jdbc.JDBCStore
All Implemented Interfaces:
BaseStore, ObjectStoreAPI, ParticipantStore, RecoveryStore, TxLog

public class JDBCStore extends Object implements ObjectStoreAPI
An object store implementation which uses a JDBC database for maintaining object states. All states are maintained within a single table. It is assumed that only one object will use a given instance of the JDBCStore. Hence, there is no need for synchronizations.