Uses of Interface
org.synchronoss.cpo.core.CpoAdapter
Packages that use CpoAdapter
Package
Description
-
Uses of CpoAdapter in org.synchronoss.cpo.cassandra
Classes in org.synchronoss.cpo.cassandra that implement CpoAdapterModifier and TypeClassDescriptionclassCassandraCpoAdapter is the Cassandra implementation ofCpoAdapter, a set of routines that are responsible for managing value beans from a Cassandra datasource.Methods in org.synchronoss.cpo.cassandra that return CpoAdapter -
Uses of CpoAdapter in org.synchronoss.cpo.core
Subinterfaces of CpoAdapter in org.synchronoss.cpo.coreModifier and TypeInterfaceDescriptioninterfaceCpoTrxAdapter adds commit, rollback, and close functionality to the methods already in CpoAdapter.Classes in org.synchronoss.cpo.core that implement CpoAdapterModifier and TypeClassDescriptionclassThe CpoBaseAdapter has common functionality needed by all Adapter implementationsMethods in org.synchronoss.cpo.core that return CpoAdapterModifier and TypeMethodDescriptionCpoAdapterFactory.getCpoAdapter()Gets aCpoAdapterthat manages its own connections per call (no explicit transaction control).static CpoAdapterCpoAdapterFactoryManager.getCpoAdapter()Gets theCpoAdapterfor the default configuration context.static CpoAdapterCpoAdapterFactoryManager.getCpoAdapter(String context) Gets theCpoAdapterfor the named configuration context. -
Uses of CpoAdapter in org.synchronoss.cpo.jdbc
Classes in org.synchronoss.cpo.jdbc that implement CpoAdapterModifier and TypeClassDescriptionclassJdbcCpoAdapter is the JDBC implementation ofCpoAdapter, a set of routines that are responsible for managing value beans from a jdbc datasource.classA transaction adapter that allows the user to control the commits and role backsMethods in org.synchronoss.cpo.jdbc that return CpoAdapter -
Uses of CpoAdapter in org.synchronoss.cpo.jdbc.jta
Classes in org.synchronoss.cpo.jdbc.jta that implement CpoAdapterModifier and TypeClassDescriptionclassA JdbcCpoXaAdapter wraps the XAResource processing around a JdbcCpoTrxAdapter.