Uses of Class
org.synchronoss.cpo.jdbc.JdbcCpoAdapter

Packages that use JdbcCpoAdapter
org.synchronoss.cpo.jdbc   
 

Uses of JdbcCpoAdapter in org.synchronoss.cpo.jdbc
 

Subclasses of JdbcCpoAdapter in org.synchronoss.cpo.jdbc
 class JdbcCpoTrxAdapter
           
 

Constructors in org.synchronoss.cpo.jdbc with parameters of type JdbcCpoAdapter
JdbcCallableStatementFactory(java.sql.Connection conn, JdbcCpoAdapter jca, JdbcQuery jq, java.lang.Object obj)
          Used to build the CallableStatement that is used by CPO to create the actual JDBC CallableStatement.
JdbcPreparedStatementFactory(java.sql.Connection conn, JdbcCpoAdapter jca, JdbcMetaClass<T> jmcCriteria, JdbcQuery jq, T obj)
          Used to build the PreparedStatement that is used by CPO to create the actual JDBC PreparedStatement.
JdbcPreparedStatementFactory(java.sql.Connection conn, JdbcCpoAdapter jca, JdbcMetaClass<T> jmcCriteria, JdbcQuery jq, T obj, java.util.Collection<CpoWhere> wheres, java.util.Collection<CpoOrderBy> orderBy, java.util.Collection<CpoNativeQuery> nativeQueries)
          Used to build the PreparedStatement that is used by CPO to create the actual JDBC PreparedStatement.
 



Copyright © 2009. All Rights Reserved.