Uses of Interface
org.synchronoss.cpo.core.CpoAdapter
Packages that use 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.