Uses of Interface
org.synchronoss.cpo.core.CpoTrxAdapter
Packages that use CpoTrxAdapter
Package
Description
-
Uses of CpoTrxAdapter in org.synchronoss.cpo.cassandra
Methods in org.synchronoss.cpo.cassandra that return CpoTrxAdapter -
Uses of CpoTrxAdapter in org.synchronoss.cpo.core
Methods in org.synchronoss.cpo.core that return CpoTrxAdapterModifier and TypeMethodDescriptionCpoAdapterFactory.getCpoTrxAdapter()Gets aCpoTrxAdapterpinned to a single connection/session for explicit transaction control (commit/rollback/close).static CpoTrxAdapterCpoAdapterFactoryManager.getCpoTrxAdapter()Gets aCpoTrxAdapterfor the default configuration context.static CpoTrxAdapterCpoAdapterFactoryManager.getCpoTrxAdapter(String context) Gets aCpoTrxAdapterfor the named configuration context. -
Uses of CpoTrxAdapter in org.synchronoss.cpo.jdbc
Classes in org.synchronoss.cpo.jdbc that implement CpoTrxAdapterModifier and TypeClassDescriptionclassA transaction adapter that allows the user to control the commits and role backsMethods in org.synchronoss.cpo.jdbc that return CpoTrxAdapterModifier and TypeMethodDescriptionJdbcCpoAdapterFactory.getCpoTrxAdapter()Provides a mechanism for the user to obtain a CpoTrxAdapter object. -
Uses of CpoTrxAdapter in org.synchronoss.cpo.jdbc.jta
Classes in org.synchronoss.cpo.jdbc.jta that implement CpoTrxAdapterModifier and TypeClassDescriptionclassA JdbcCpoXaAdapter wraps the XAResource processing around a JdbcCpoTrxAdapter.