|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CpoNativeQuery | |
---|---|
org.synchronoss.cpo | |
org.synchronoss.cpo.jdbc |
Uses of CpoNativeQuery in org.synchronoss.cpo |
---|
Method parameters in org.synchronoss.cpo with type arguments of type CpoNativeQuery | ||
---|---|---|
|
CpoAdapterBean.retrieveObject(java.lang.String name,
C criteria,
T result,
java.util.Collection<CpoWhere> wheres,
java.util.Collection<CpoOrderBy> orderBy,
java.util.Collection<CpoNativeQuery> nativeQuery)
Retrieves the Object from the datasource. |
|
|
CpoAdapter.retrieveObject(java.lang.String name,
C criteria,
T result,
java.util.Collection<CpoWhere> wheres,
java.util.Collection<CpoOrderBy> orderBy,
java.util.Collection<CpoNativeQuery> nativeQueries)
Retrieves the Object from the datasource. |
|
|
CpoAdapterBean.retrieveObjects(java.lang.String name,
C criteria,
java.util.Collection<CpoWhere> wheres,
java.util.Collection<CpoOrderBy> orderBy,
java.util.Collection<CpoNativeQuery> nativeQuery,
T result)
Retrieves the Object from the datasource. |
|
|
CpoAdapter.retrieveObjects(java.lang.String name,
C criteria,
java.util.Collection<CpoWhere> wheres,
java.util.Collection<CpoOrderBy> orderBy,
java.util.Collection<CpoNativeQuery> nativeQueries,
T result)
Retrieves the Object from the datasource. |
|
|
CpoAdapterBean.retrieveObjects(java.lang.String name,
C criteria,
java.util.Collection<CpoWhere> wheres,
java.util.Collection<CpoOrderBy> orderBy,
java.util.Collection<CpoNativeQuery> nativeQuery,
T result,
int queueSize)
|
|
|
CpoAdapter.retrieveObjects(java.lang.String name,
C criteria,
java.util.Collection<CpoWhere> wheres,
java.util.Collection<CpoOrderBy> orderBy,
java.util.Collection<CpoNativeQuery> nativeQueries,
T result,
int queueSize)
Retrieves the Object from the datasource. |
Uses of CpoNativeQuery in org.synchronoss.cpo.jdbc |
---|
Method parameters in org.synchronoss.cpo.jdbc with type arguments of type CpoNativeQuery | ||
---|---|---|
protected
|
JdbcCpoAdapter.processSelectGroup(java.lang.String name,
C criteria,
T result,
java.util.Collection<CpoWhere> wheres,
java.util.Collection<CpoOrderBy> orderBy,
java.util.Collection<CpoNativeQuery> nativeQueries,
boolean useRetrieve)
DOCUMENT ME! |
|
protected
|
JdbcCpoAdapter.processSelectGroup(java.lang.String name,
C criteria,
T result,
java.util.Collection<CpoWhere> wheres,
java.util.Collection<CpoOrderBy> orderBy,
java.util.Collection<CpoNativeQuery> nativeQueries,
boolean useRetrieve,
CpoResultSet<T> resultSet)
|
|
protected
|
JdbcCpoAdapter.processSelectGroup(java.lang.String name,
C criteria,
T result,
java.util.Collection<CpoWhere> wheres,
java.util.Collection<CpoOrderBy> orderBy,
java.util.Collection<CpoNativeQuery> nativeQueries,
java.sql.Connection con,
java.sql.Connection metaCon,
boolean useRetrieve,
CpoResultSet<T> resultSet)
DOCUMENT ME! |
|
|
JdbcCpoAdapter.retrieveObject(java.lang.String name,
C criteria,
T result,
java.util.Collection<CpoWhere> wheres,
java.util.Collection<CpoOrderBy> orderBy,
java.util.Collection<CpoNativeQuery> nativeQueries)
Retrieves the Object from the datasource. |
|
|
JdbcCpoAdapter.retrieveObjects(java.lang.String name,
C criteria,
java.util.Collection<CpoWhere> wheres,
java.util.Collection<CpoOrderBy> orderBy,
java.util.Collection<CpoNativeQuery> nativeQueries,
T result)
Retrieves the Object from the datasource. |
|
|
JdbcCpoAdapter.retrieveObjects(java.lang.String name,
C criteria,
java.util.Collection<CpoWhere> wheres,
java.util.Collection<CpoOrderBy> orderBy,
java.util.Collection<CpoNativeQuery> nativeQueries,
T result,
int queueSize)
Retrieves the Object from the datasource. |
Constructor parameters in org.synchronoss.cpo.jdbc with type arguments of type CpoNativeQuery | |
---|---|
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 |