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. |