Uses of Interface
org.synchronoss.cpo.CpoAdapter

Packages that use CpoAdapter
org.synchronoss.cpo   
org.synchronoss.cpo.jdbc   
 

Uses of CpoAdapter in org.synchronoss.cpo
 

Subinterfaces of CpoAdapter in org.synchronoss.cpo
 interface CpoTrxAdapter
          CpoTrxAdapter adds commit, rollback, and close functionality to the methods already in CpoAdapter.
 

Classes in org.synchronoss.cpo that implement CpoAdapter
 class CpoAdapterBean
           
 

Constructors in org.synchronoss.cpo with parameters of type CpoAdapter
CpoAdapterBean(CpoAdapter cpo)
           
 

Uses of CpoAdapter in org.synchronoss.cpo.jdbc
 

Classes in org.synchronoss.cpo.jdbc that implement CpoAdapter
 class JdbcCpoAdapter
          JdbcCpoAdapter is an interface for a set of routines that are responsible for managing value objects from a datasource.
 class JdbcCpoTrxAdapter
           
 

Methods in org.synchronoss.cpo.jdbc that return CpoAdapter
static CpoAdapter JdbcCpoFactory.getCpoAdapter()
           
static CpoAdapter JdbcCpoFactory.getCpoAdapter(java.lang.String context)
           
 



Copyright © 2009. All Rights Reserved.