| Package | Description |
|---|---|
| org.synchronoss.cpo.jdbc |
| Modifier and Type | Class and Description |
|---|---|
class |
JdbcCpoTrxAdapter |
| Modifier and Type | Method and Description |
|---|---|
static JdbcCpoAdapter |
JdbcCpoAdapter.getInstance(JdbcCpoMetaDescriptor metaDescriptor,
DataSourceInfo<DataSource> jdsiTrx) |
static JdbcCpoAdapter |
JdbcCpoAdapter.getInstance(JdbcCpoMetaDescriptor metaDescriptor,
DataSourceInfo<DataSource> jdsiWrite,
DataSourceInfo<DataSource> jdsiRead)
Creates a JdbcCpoAdapter.
|
| Constructor and Description |
|---|
JdbcCallableStatementFactory(Connection conn,
JdbcCpoAdapter jca,
CpoFunction function,
Object obj)
Used to build the CallableStatement that is used by CPO to create the actual JDBC CallableStatement.
|
JdbcPreparedStatementFactory(Connection conn,
JdbcCpoAdapter jca,
CpoClass criteria,
CpoFunction function,
T obj,
Collection<CpoWhere> wheres,
Collection<CpoOrderBy> orderBy,
Collection<CpoNativeFunction> nativeQueries)
Used to build the PreparedStatement that is used by CPO to create the actual JDBC PreparedStatement.
|
Copyright © 2014. All Rights Reserved.