Package org.synchronoss.cpo.jdbc
Class JdbcCpoTrxAdapter
java.lang.Object
org.synchronoss.cpo.core.cache.CpoAdapterCache
org.synchronoss.cpo.core.CpoBaseAdapter<DataSource>
org.synchronoss.cpo.jdbc.JdbcCpoAdapter
org.synchronoss.cpo.jdbc.JdbcCpoTrxAdapter
- All Implemented Interfaces:
Serializable,AutoCloseable,CpoAdapter,CpoTrxAdapter
A transaction adapter that allows the user to control the commits and role backs
- See Also:
-
Method Summary
Methods inherited from class org.synchronoss.cpo.jdbc.JdbcCpoAdapter
existsBean, getCpoAttributes, getCpoMetaDescriptor, getInstance, getInstance, newWhere, newWhere, newWhereMethods inherited from class org.synchronoss.cpo.core.CpoBaseAdapter
deleteBean, deleteBeans, executeBean, getBatchSize, getDataSourceName, getFetchSize, insertBean, insertBeans, newOrderBy, newOrderBy, newOrderBy, newOrderBy, retrieveBean, retrieveBean, retrieveBeans, setBatchSize, setFetchSize, updateBean, updateBeans, upsertBean, upsertBeansMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.synchronoss.cpo.core.CpoAdapter
deleteBean, deleteBean, deleteBean, deleteBeans, deleteBeans, deleteBeans, executeBean, executeBean, executeBean, existsBean, existsBean, existsBean, getBatchSize, getCpoAttributes, getCpoMetaDescriptor, getDataSourceName, getFetchSize, insertBean, insertBean, insertBean, insertBeans, insertBeans, insertBeans, newOrderBy, newOrderBy, newOrderBy, newOrderBy, newWhere, newWhere, newWhere, retrieveBean, retrieveBean, retrieveBean, retrieveBean, retrieveBeans, retrieveBeans, retrieveBeans, retrieveBeans, setBatchSize, setFetchSize, updateBean, updateBean, updateBean, updateBeans, updateBeans, updateBeans, upsertBean, upsertBean, upsertBean, upsertBeans, upsertBeans, upsertBeans
-
Method Details
-
commit
- Specified by:
commitin interfaceCpoTrxAdapter- Throws:
CpoException
-
rollback
- Specified by:
rollbackin interfaceCpoTrxAdapter- Throws:
CpoException
-
isClosed
- Specified by:
isClosedin interfaceCpoTrxAdapter- Throws:
CpoException
-
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCpoTrxAdapter- Throws:
CpoException
-