|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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,
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. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||