|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JdbcQuery | |
---|---|
org.synchronoss.cpo.jdbc |
Uses of JdbcQuery in org.synchronoss.cpo.jdbc |
---|
Methods in org.synchronoss.cpo.jdbc that return types with arguments of type JdbcQuery | |
---|---|
java.util.ArrayList<JdbcQuery> |
JdbcMetaClass.getQueryGroup(java.lang.String qgType,
java.lang.String qgName)
|
java.util.HashMap<java.lang.String,java.util.HashMap<java.lang.String,java.util.ArrayList<JdbcQuery>>> |
JdbcMetaClass.getQueryGroups()
|
Methods in org.synchronoss.cpo.jdbc with parameters of type JdbcQuery | |
---|---|
void |
JdbcMetaClass.addQueryToGroup(JdbcQuery jq)
|
protected java.util.List<BindAttribute> |
JdbcPreparedStatementFactory.getBindValues(JdbcQuery jq,
java.lang.Object obj)
Called by the CPO Framework. |
Constructors in org.synchronoss.cpo.jdbc with parameters of type JdbcQuery | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |