< prev index next >

src/java.sql.rowset/share/classes/com/sun/rowset/providers/RIOptimisticProvider.java

Print this page

        

*** 34,44 **** /** * The reference implementation of a JDBC Rowset synchronization provider * providing optimistic synchronization with a relational datastore * using any JDBC technology-enabled driver. ! * <p> * <h3>1.0 Backgroud</h3> * This synchronization provider is registered with the * <code>SyncFactory</code> by default as the * <code>com.sun.rowset.providers.RIOptimisticProvider</code>. * As an extension of the <code>SyncProvider</code> abstract --- 34,44 ---- /** * The reference implementation of a JDBC Rowset synchronization provider * providing optimistic synchronization with a relational datastore * using any JDBC technology-enabled driver. ! * * <h3>1.0 Backgroud</h3> * This synchronization provider is registered with the * <code>SyncFactory</code> by default as the * <code>com.sun.rowset.providers.RIOptimisticProvider</code>. * As an extension of the <code>SyncProvider</code> abstract
< prev index next >