Uses of Class
org.synchronoss.cpo.CpoNativeQuery

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
<T> long
CpoAdapterBean.deleteObject(java.lang.String name, T obj, java.util.Collection<CpoWhere> wheres, java.util.Collection<CpoOrderBy> orderBy, java.util.Collection<CpoNativeQuery> nativeQueries)
          Removes the Object from the datasource.
<T> long
CpoAdapter.deleteObject(java.lang.String name, T obj, java.util.Collection<CpoWhere> wheres, java.util.Collection<CpoOrderBy> orderBy, java.util.Collection<CpoNativeQuery> nativeQueries)
          Removes the Object from the datasource.
<T> long
CpoAdapterBean.deleteObjects(java.lang.String name, java.util.Collection<T> coll, java.util.Collection<CpoWhere> wheres, java.util.Collection<CpoOrderBy> orderBy, java.util.Collection<CpoNativeQuery> nativeQueries)
          Removes the Objects contained in the collection from the datasource.
<T> long
CpoAdapter.deleteObjects(java.lang.String name, java.util.Collection<T> coll, java.util.Collection<CpoWhere> wheres, java.util.Collection<CpoOrderBy> orderBy, java.util.Collection<CpoNativeQuery> nativeQueries)
          Removes the Objects contained in the collection from the datasource.
<T> long
CpoAdapterBean.insertObject(java.lang.String name, T obj, java.util.Collection<CpoWhere> wheres, java.util.Collection<CpoOrderBy> orderBy, java.util.Collection<CpoNativeQuery> nativeQueries)
          Creates the Object in the datasource.
<T> long
CpoAdapter.insertObject(java.lang.String name, T obj, java.util.Collection<CpoWhere> wheres, java.util.Collection<CpoOrderBy> orderBy, java.util.Collection<CpoNativeQuery> nativeQueries)
          Creates the Object in the datasource.
<T> long
CpoAdapterBean.insertObjects(java.lang.String name, java.util.Collection<T> coll, java.util.Collection<CpoWhere> wheres, java.util.Collection<CpoOrderBy> orderBy, java.util.Collection<CpoNativeQuery> nativeQueries)
          Iterates through a collection of Objects, creates and stores them in the datasource.
<T> long
CpoAdapter.insertObjects(java.lang.String name, java.util.Collection<T> coll, java.util.Collection<CpoWhere> wheres, java.util.Collection<CpoOrderBy> orderBy, java.util.Collection<CpoNativeQuery> nativeQueries)
          Iterates through a collection of Objects, creates and stores them in the datasource.
<T,C> T
CpoAdapterBean.retrieveBean(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 bean from the datasource.
<T,C> T
CpoAdapter.retrieveBean(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 bean from the datasource.
<T> T
CpoAdapterBean.retrieveBean(java.lang.String name, T bean, java.util.Collection<CpoWhere> wheres, java.util.Collection<CpoOrderBy> orderBy, java.util.Collection<CpoNativeQuery> nativeQueries)
          Retrieves the bean from the datasource.
<T> T
CpoAdapter.retrieveBean(java.lang.String name, T bean, java.util.Collection<CpoWhere> wheres, java.util.Collection<CpoOrderBy> orderBy, java.util.Collection<CpoNativeQuery> nativeQueries)
          Retrieves the bean from the datasource.
<T,C> java.util.List<T>
CpoAdapterBean.retrieveBeans(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 bean from the datasource.
<T,C> java.util.List<T>
CpoAdapter.retrieveBeans(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 bean from the datasource.
<T,C> CpoResultSet<T>
CpoAdapterBean.retrieveBeans(java.lang.String name, C criteria, T result, java.util.Collection<CpoWhere> wheres, java.util.Collection<CpoOrderBy> orderBy, java.util.Collection<CpoNativeQuery> nativeQueries, int queueSize)
          Retrieves the bean from the datasource.
<T,C> CpoResultSet<T>
CpoAdapter.retrieveBeans(java.lang.String name, C criteria, T result, java.util.Collection<CpoWhere> wheres, java.util.Collection<CpoOrderBy> orderBy, java.util.Collection<CpoNativeQuery> nativeQueries, int queueSize)
          Retrieves the bean from the datasource.
<T,C> T
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)
          Deprecated. use retrieveBean
<T,C> T
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)
          Deprecated. use retrieveBean
<T,C> java.util.Collection<T>
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)
          Deprecated. use retrieveBeans
<T,C> java.util.Collection<T>
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)
          Deprecated. use retrieveBeans
<T,C> CpoResultSet<T>
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)
          Deprecated. use retrieveBeans
<T,C> CpoResultSet<T>
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)
          Deprecated. use retrieveBeans
<T> long
CpoAdapterBean.updateObject(java.lang.String name, T obj, java.util.Collection<CpoWhere> wheres, java.util.Collection<CpoOrderBy> orderBy, java.util.Collection<CpoNativeQuery> nativeQueries)
          Update the Object in the datasource.
<T> long
CpoAdapter.updateObject(java.lang.String name, T obj, java.util.Collection<CpoWhere> wheres, java.util.Collection<CpoOrderBy> orderBy, java.util.Collection<CpoNativeQuery> nativeQueries)
          Update the Object in the datasource.
<T> long
CpoAdapterBean.updateObjects(java.lang.String name, java.util.Collection<T> coll, java.util.Collection<CpoWhere> wheres, java.util.Collection<CpoOrderBy> orderBy, java.util.Collection<CpoNativeQuery> nativeQueries)
          Updates a collection of Objects in the datasource.
<T> long
CpoAdapter.updateObjects(java.lang.String name, java.util.Collection<T> coll, java.util.Collection<CpoWhere> wheres, java.util.Collection<CpoOrderBy> orderBy, java.util.Collection<CpoNativeQuery> nativeQueries)
          Updates a collection of Objects in the datasource.
 

Uses of CpoNativeQuery in org.synchronoss.cpo.jdbc
 

Method parameters in org.synchronoss.cpo.jdbc with type arguments of type CpoNativeQuery
<T> long
JdbcCpoAdapter.deleteObject(java.lang.String name, T obj, java.util.Collection<CpoWhere> wheres, java.util.Collection<CpoOrderBy> orderBy, java.util.Collection<CpoNativeQuery> nativeQueries)
          Removes the Object from the datasource.
<T> long
JdbcCpoAdapter.deleteObjects(java.lang.String name, java.util.Collection<T> coll, java.util.Collection<CpoWhere> wheres, java.util.Collection<CpoOrderBy> orderBy, java.util.Collection<CpoNativeQuery> nativeQueries)
          Removes the Objects contained in the collection from the datasource.
<T> long
JdbcCpoAdapter.insertObject(java.lang.String name, T obj, java.util.Collection<CpoWhere> wheres, java.util.Collection<CpoOrderBy> orderBy, java.util.Collection<CpoNativeQuery> nativeQueries)
          Creates the Object in the datasource.
<T> long
JdbcCpoAdapter.insertObjects(java.lang.String name, java.util.Collection<T> coll, java.util.Collection<CpoWhere> wheres, java.util.Collection<CpoOrderBy> orderBy, java.util.Collection<CpoNativeQuery> nativeQueries)
          Iterates through a collection of Objects, creates and stores them in the datasource.
protected
<T> long
JdbcCpoAdapter.processBatchUpdateGroup(T[] arr, java.lang.String groupType, java.lang.String groupName, java.util.Collection<CpoWhere> wheres, java.util.Collection<CpoOrderBy> orderBy, java.util.Collection<CpoNativeQuery> nativeQueries, java.sql.Connection con, java.sql.Connection metaCon)
          DOCUMENT ME!
protected
<T,C> java.util.List<T>
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
<T,C> void
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
<T,C> void
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!
protected
<T> T
JdbcCpoAdapter.processSelectGroup(T obj, java.lang.String groupName, java.util.Collection<CpoWhere> wheres, java.util.Collection<CpoOrderBy> orderBy, java.util.Collection<CpoNativeQuery> nativeQueries)
          Retrieves the Object from the datasource.
protected
<T> T
JdbcCpoAdapter.processSelectGroup(T obj, java.lang.String groupName, java.util.Collection<CpoWhere> wheres, java.util.Collection<CpoOrderBy> orderBy, java.util.Collection<CpoNativeQuery> nativeQueries, java.sql.Connection con, java.sql.Connection metaCon)
          DOCUMENT ME!
protected
<T> long
JdbcCpoAdapter.processUpdateGroup(java.util.Collection<T> coll, java.lang.String groupType, java.lang.String groupName, java.util.Collection<CpoWhere> wheres, java.util.Collection<CpoOrderBy> orderBy, java.util.Collection<CpoNativeQuery> nativeQueries)
          DOCUMENT ME!
protected
<T> long
JdbcCpoAdapter.processUpdateGroup(java.util.Collection<T> coll, java.lang.String groupType, java.lang.String groupName, java.util.Collection<CpoWhere> wheres, java.util.Collection<CpoOrderBy> orderBy, java.util.Collection<CpoNativeQuery> nativeQueries, java.sql.Connection con, java.sql.Connection meta)
          DOCUMENT ME!
protected
<T> long
JdbcCpoAdapter.processUpdateGroup(T obj, java.lang.String groupType, java.lang.String groupName, java.util.Collection<CpoWhere> wheres, java.util.Collection<CpoOrderBy> orderBy, java.util.Collection<CpoNativeQuery> nativeQueries)
          DOCUMENT ME!
protected
<T> long
JdbcCpoAdapter.processUpdateGroup(T obj, java.lang.String groupType, java.lang.String groupName, java.util.Collection<CpoWhere> wheres, java.util.Collection<CpoOrderBy> orderBy, java.util.Collection<CpoNativeQuery> nativeQueries, java.sql.Connection con, java.sql.Connection metaCon)
          DOCUMENT ME!
<T,C> T
JdbcCpoAdapter.retrieveBean(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 bean from the datasource.
<T> T
JdbcCpoAdapter.retrieveBean(java.lang.String name, T bean, java.util.Collection<CpoWhere> wheres, java.util.Collection<CpoOrderBy> orderBy, java.util.Collection<CpoNativeQuery> nativeQueries)
          Retrieves the bean from the datasource.
<T,C> java.util.List<T>
JdbcCpoAdapter.retrieveBeans(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 bean from the datasource.
<T,C> CpoResultSet<T>
JdbcCpoAdapter.retrieveBeans(java.lang.String name, C criteria, T result, java.util.Collection<CpoWhere> wheres, java.util.Collection<CpoOrderBy> orderBy, java.util.Collection<CpoNativeQuery> nativeQueries, int queueSize)
          Retrieves the bean from the datasource.
<T,C> T
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)
          Deprecated. use retrieveBean
<T,C> java.util.Collection<T>
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)
          Deprecated. use retrieveBeans
<T,C> CpoResultSet<T>
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)
          Deprecated. use retrieveBeans
<T> long
JdbcCpoAdapter.updateObject(java.lang.String name, T obj, java.util.Collection<CpoWhere> wheres, java.util.Collection<CpoOrderBy> orderBy, java.util.Collection<CpoNativeQuery> nativeQueries)
          Update the Object in the datasource.
<T> long
JdbcCpoAdapter.updateObjects(java.lang.String name, java.util.Collection<T> coll, java.util.Collection<CpoWhere> wheres, java.util.Collection<CpoOrderBy> orderBy, java.util.Collection<CpoNativeQuery> nativeQueries)
          Updates a collection of Objects in 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.
 



Copyright © 2012. All Rights Reserved.