Uses of Class
org.synchronoss.cpo.CpoException

Packages that use CpoException
org.synchronoss.cpo   
org.synchronoss.cpo.jdbc   
org.synchronoss.cpo.transform.jdbc   
 

Uses of CpoException in org.synchronoss.cpo
 

Methods in org.synchronoss.cpo that throw CpoException
 void CpoWhere.addWhere(CpoWhere cw)
           
 void CpoAdapterRemote.clearMetaClass()
          Clears the metadata for all classes.
 void CpoAdapterBean.clearMetaClass()
           
 void CpoAdapter.clearMetaClass()
          Clears the metadata for all classes for the current datasource.
 void CpoAdapterBean.clearMetaClass(boolean all)
           
 void CpoAdapter.clearMetaClass(boolean all)
          Clears the metadata for all classes.
 void CpoAdapterRemote.clearMetaClass(java.lang.Object obj)
          Clears the metadata for the specified object.
 void CpoAdapterBean.clearMetaClass(java.lang.Object obj)
           
 void CpoAdapter.clearMetaClass(java.lang.Object obj)
          Clears the metadata for the specified object.
 void CpoAdapterRemote.clearMetaClass(java.lang.String className)
          Clears the metadata for the specified fully qualifed class name.
 void CpoAdapterBean.clearMetaClass(java.lang.String className)
           
 void CpoAdapter.clearMetaClass(java.lang.String className)
          Clears the metadata for the specified fully qualifed class name.
 void CpoTrxAdapter.close()
          Closes the current transaction behind the CpoTrxAdapter.
 void CpoTrxAdapter.commit()
          Commits the current transaction behind the CpoTrxAdapter
<T> long
CpoAdapterRemote.deleteObject(java.lang.String name, T obj)
          Removes the Object from the datasource.
<T> long
CpoAdapterBean.deleteObject(java.lang.String name, T obj)
          Removes the Object from the datasource.
<T> long
CpoAdapter.deleteObject(java.lang.String name, T obj)
          Removes the Object from the datasource.
<T> long
CpoAdapterRemote.deleteObject(T obj)
          Removes the Object from the datasource.
<T> long
CpoAdapterBean.deleteObject(T obj)
          Removes the Object from the datasource.
<T> long
CpoAdapter.deleteObject(T obj)
          Removes the Object from the datasource.
<T> long
CpoAdapterRemote.deleteObjects(java.util.Collection<T> coll)
          Removes the Objects contained in the collection from the datasource.
<T> long
CpoAdapterBean.deleteObjects(java.util.Collection<T> coll)
          Removes the Objects contained in the collection from the datasource.
<T> long
CpoAdapter.deleteObjects(java.util.Collection<T> coll)
          Removes the Objects contained in the collection from the datasource.
<T> long
CpoAdapterRemote.deleteObjects(java.lang.String name, java.util.Collection<T> coll)
          Removes the Objects contained in the collection from the datasource.
<T> long
CpoAdapterBean.deleteObjects(java.lang.String name, java.util.Collection<T> coll)
          Removes the Objects contained in the collection from the datasource.
<T> long
CpoAdapter.deleteObjects(java.lang.String name, java.util.Collection<T> coll)
          Removes the Objects contained in the collection from the datasource.
 java.lang.Object CpoAdapterBean.executeAdapterMethod(java.lang.String name, java.lang.Class<?>[] parameterTypes, java.lang.Object[] args)
           
<T,C> T
CpoAdapterRemote.executeObject(java.lang.String name, C criteria, T result)
          Executes an Object that represents an executable object within the datasource.
<T,C> T
CpoAdapterBean.executeObject(java.lang.String name, C criteria, T result)
          Executes an Object whose MetaData contains a stored procedure.
<T,C> T
CpoAdapter.executeObject(java.lang.String name, C criteria, T result)
          Executes an Object that represents an executable object within the datasource.
<T> T
CpoAdapterRemote.executeObject(java.lang.String name, T object)
          Executes an Object whose MetaData contains a stored procedure.
<T> T
CpoAdapterBean.executeObject(java.lang.String name, T object)
          Executes an Object whose MetaData contains a stored procedure.
<T> T
CpoAdapter.executeObject(java.lang.String name, T object)
          Executes an Object whose metadata will call an executable within the datasource.
<T> T
CpoAdapterRemote.executeObject(T obj)
          Executes an Object that represents an executable object within the datasource.
<T> T
CpoAdapterBean.executeObject(T object)
          Executes an Object whose MetaData contains a stored procedure.
<T> T
CpoAdapter.executeObject(T obj)
          Executes an Object whose metadata will call an executable within the datasource.
<T> long
CpoAdapterRemote.existsObject(java.lang.String name, T obj)
          The CpoAdapter will check to see if this object exists in the datasource.
<T> long
CpoAdapterBean.existsObject(java.lang.String name, T obj)
          The CpoAdapter will check to see if this object exists in the datasource.
<T> long
CpoAdapter.existsObject(java.lang.String name, T obj)
          The CpoAdapter will check to see if this object exists in the datasource.
<T> long
CpoAdapterBean.existsObject(java.lang.String name, T obj, java.util.Collection<CpoWhere> wheres)
          The CpoAdapter will check to see if this object exists in the datasource.
<T> long
CpoAdapter.existsObject(java.lang.String name, T obj, java.util.Collection<CpoWhere> wheres)
          The CpoAdapter will check to see if this object exists in the datasource.
<T> long
CpoAdapterRemote.existsObject(T obj)
          The CpoAdapter will check to see if this object exists in the datasource.
<T> long
CpoAdapterBean.existsObject(T obj)
          The CpoAdapter will check to see if this object exists in the datasource.
<T> long
CpoAdapter.existsObject(T obj)
          The CpoAdapter will check to see if this object exists in the datasource.
 java.lang.Class<?> CpoAdapterBean.getAdapterClass()
           
 CpoTrxAdapter CpoAdapterBean.getCpoTrxAdapter()
           
 CpoTrxAdapter CpoAdapter.getCpoTrxAdapter()
          Provides a mechanism for the user to obtain a CpoTrxAdapter object.
 java.lang.Class<?> CpoSqlAdapter.getSqlTypeClass(java.lang.String typeName)
           
 java.util.Collection<java.lang.String> CpoSqlAdapter.getSqlTypes()
           
<T> long
CpoAdapterRemote.insertObject(java.lang.String name, T obj)
          Creates the Object in the datasource.
<T> long
CpoAdapterBean.insertObject(java.lang.String name, T obj)
          Creates the Object and stores it in the datasource.
<T> long
CpoAdapter.insertObject(java.lang.String name, T obj)
          Creates the Object in the datasource.
<T> long
CpoAdapterRemote.insertObject(T obj)
          Creates the Object in the datasource.
<T> long
CpoAdapterBean.insertObject(T obj)
          Creates the Object and stores it in the datasource.
<T> long
CpoAdapter.insertObject(T obj)
          Creates the Object in the datasource.
<T> long
CpoAdapterRemote.insertObjects(java.util.Collection<T> coll)
          Iterates through a collection of Objects, creates and stores them in the datasource.
<T> long
CpoAdapterBean.insertObjects(java.util.Collection<T> coll)
          Iterates through a collection of Objects, creates them and stores them in the datasource.
<T> long
CpoAdapter.insertObjects(java.util.Collection<T> coll)
          Iterates through a collection of Objects, creates and stores them in the datasource.
<T> long
CpoAdapterRemote.insertObjects(java.lang.String name, java.util.Collection<T> coll)
          Iterates through a collection of Objects, creates and stores them in the datasource.
<T> long
CpoAdapterBean.insertObjects(java.lang.String name, java.util.Collection<T> coll)
          Iterates through a collection of Objects, creates them and stores them in the datasource.
<T> long
CpoAdapter.insertObjects(java.lang.String name, java.util.Collection<T> coll)
          Iterates through a collection of Objects, creates and stores them in the datasource.
 boolean CpoTrxAdapter.isClosed()
          Returns true if the TrxAdapter has been closed, false if it is still active
 CpoOrderBy CpoAdapterRemote.newOrderBy(java.lang.String attribute, boolean ascending)
          DOCUMENT ME!
 CpoOrderBy CpoAdapterBean.newOrderBy(java.lang.String attribute, boolean ascending)
           
 CpoOrderBy CpoAdapter.newOrderBy(java.lang.String attribute, boolean ascending)
          newOrderBy allows you to dynamically change the order of the objects in the resulting collection.
 CpoOrderBy CpoAdapterBean.newOrderBy(java.lang.String attribute, boolean ascending, java.lang.String function)
           
 CpoOrderBy CpoAdapter.newOrderBy(java.lang.String attribute, boolean ascending, java.lang.String function)
          newOrderBy allows you to dynamically change the order of the objects in the resulting collection.
<T> CpoOrderBy
CpoAdapterRemote.newOrderBy(java.lang.String attribute, boolean ascending, java.lang.String function)
          DOCUMENT ME!
 CpoWhere CpoAdapterRemote.newWhere()
          DOCUMENT ME!
 CpoWhere CpoAdapterBean.newWhere()
           
 CpoWhere CpoAdapter.newWhere()
          DOCUMENT ME!
<T> CpoWhere
CpoAdapterRemote.newWhere(int logical, java.lang.String attr, int comp, T value)
          DOCUMENT ME!
<T> CpoWhere
CpoAdapterBean.newWhere(int logical, java.lang.String attr, int comp, T value)
           
<T> CpoWhere
CpoAdapter.newWhere(int logical, java.lang.String attr, int comp, T value)
          DOCUMENT ME!
<T> CpoWhere
CpoAdapterRemote.newWhere(int logical, java.lang.String attr, int comp, T value, boolean not)
          DOCUMENT ME!
<T> CpoWhere
CpoAdapterBean.newWhere(int logical, java.lang.String attr, int comp, T value, boolean not)
           
<T> CpoWhere
CpoAdapter.newWhere(int logical, java.lang.String attr, int comp, T value, boolean not)
          DOCUMENT ME!
<T> long
CpoAdapterRemote.persistObject(java.lang.String name, T obj)
          Persists the Object into the datasource.
<T> long
CpoAdapterBean.persistObject(java.lang.String name, T obj)
          Persists the Object into the datasource.
<T> long
CpoAdapter.persistObject(java.lang.String name, T obj)
          Persists the Object into the datasource.
<T> long
CpoAdapterRemote.persistObject(T obj)
          Persists the Object into the datasource.
<T> long
CpoAdapterBean.persistObject(T obj)
          Persists the Object into the datasource.
<T> long
CpoAdapter.persistObject(T obj)
          Persists the Object into the datasource.
<T> long
CpoAdapterRemote.persistObjects(java.util.Collection<T> coll)
          Persists a collection of Objects into the datasource.
<T> long
CpoAdapterBean.persistObjects(java.util.Collection<T> coll)
          Persists a collection of Objects into the datasource.
<T> long
CpoAdapter.persistObjects(java.util.Collection<T> coll)
          Persists a collection of Objects into the datasource.
<T> long
CpoAdapterRemote.persistObjects(java.lang.String name, java.util.Collection<T> coll)
          Persists a collection of Objects into the datasource.
<T> long
CpoAdapterBean.persistObjects(java.lang.String name, java.util.Collection<T> coll)
          Persists a collection of Objects into the datasource.
<T> long
CpoAdapter.persistObjects(java.lang.String name, java.util.Collection<T> coll)
          Persists a collection of Objects into the datasource.
 void CpoReleasible.release()
          release is called by the CPO framework.
<T,C> T
CpoAdapterBean.retrieveBean(java.lang.String name, C criteria, T result, java.util.Collection<CpoWhere> wheres, java.util.Collection<CpoOrderBy> orderBy)
          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)
          Retrieves the bean from 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)
          Retrieves the bean from the datasource.
<T> T
CpoAdapter.retrieveBean(java.lang.String name, T bean)
          Retrieves the bean from the datasource.
<T> T
CpoAdapterBean.retrieveBean(T bean)
          Retrieves the bean from the datasource.
<T> T
CpoAdapter.retrieveBean(T bean)
          Retrieves the Bean from the datasource.
<C> java.util.List<C>
CpoAdapterBean.retrieveBeans(java.lang.String name, C criteria)
          Retrieves the bean from the datasource.
<C> java.util.List<C>
CpoAdapter.retrieveBeans(java.lang.String name, C criteria)
          Retrieves the bean from the datasource.
<C> java.util.List<C>
CpoAdapterBean.retrieveBeans(java.lang.String name, C criteria, java.util.Collection<CpoOrderBy> orderBy)
          Retrieves the bean from the datasource.
<C> java.util.List<C>
CpoAdapter.retrieveBeans(java.lang.String name, C criteria, java.util.Collection<CpoOrderBy> orderBy)
          Retrieves the bean from the datasource.
<C> java.util.List<C>
CpoAdapterBean.retrieveBeans(java.lang.String name, C criteria, java.util.Collection<CpoWhere> wheres, java.util.Collection<CpoOrderBy> orderBy)
          Retrieves the bean from the datasource.
<C> java.util.List<C>
CpoAdapter.retrieveBeans(java.lang.String name, C criteria, java.util.Collection<CpoWhere> wheres, java.util.Collection<CpoOrderBy> orderBy)
          Retrieves the bean from the datasource.
<C> java.util.List<C>
CpoAdapterBean.retrieveBeans(java.lang.String name, C criteria, CpoWhere where, java.util.Collection<CpoOrderBy> orderBy)
          Retrieves the bean from the datasource.
<C> java.util.List<C>
CpoAdapter.retrieveBeans(java.lang.String name, C criteria, CpoWhere where, java.util.Collection<CpoOrderBy> orderBy)
          Retrieves the bean from the datasource.
<T,C> java.util.List<T>
CpoAdapterBean.retrieveBeans(java.lang.String name, C criteria, T result)
          Retrieves the bean from the datasource.
<T,C> java.util.List<T>
CpoAdapter.retrieveBeans(java.lang.String name, C criteria, T result)
          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)
          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)
          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> java.util.List<T>
CpoAdapterBean.retrieveBeans(java.lang.String name, C criteria, T result, CpoWhere where, java.util.Collection<CpoOrderBy> orderBy)
          Retrieves the bean from the datasource.
<T,C> java.util.List<T>
CpoAdapter.retrieveBeans(java.lang.String name, C criteria, T result, CpoWhere where, java.util.Collection<CpoOrderBy> orderBy)
          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)
          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)
          Deprecated. use retrieveBean
<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> T
CpoAdapterRemote.retrieveObject(java.lang.String name, C criteria, T result, CpoWhere where, java.util.Collection<? extends CpoOrderBy> orderBy)
          Retrieves the Object from the datasource.
<T> T
CpoAdapterRemote.retrieveObject(java.lang.String name, T obj)
          Retrieves the Object from the datasource.
<T> T
CpoAdapterBean.retrieveObject(java.lang.String name, T obj)
          Deprecated. use retrieveBean
<T> T
CpoAdapter.retrieveObject(java.lang.String name, T obj)
          Deprecated. use retrieveBean
<T> T
CpoAdapterRemote.retrieveObject(T obj)
          Retrieves the Object from the datasource.
<T> T
CpoAdapterBean.retrieveObject(T obj)
          Deprecated. use retrieveBean
<T> T
CpoAdapter.retrieveObject(T obj)
          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,C> java.util.Collection<T>
CpoAdapterBean.retrieveObjects(java.lang.String name, C criteria, java.util.Collection<CpoWhere> wheres, java.util.Collection<CpoOrderBy> orderBy, 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, T result)
          Deprecated. use retrieveBean
<T,C> T
CpoAdapterRemote.retrieveObjects(java.lang.String name, C criteria, T result, CpoWhere where, java.util.Collection<? extends CpoOrderBy> orderBy)
          Retrieves the Object from the datasource.
 void CpoTrxAdapter.rollback()
          Rollback the current transaction behind the CpoTrxAdapter
<T> long
CpoAdapterRemote.transactObjects(java.util.Collection<CpoObject<T>> coll)
          Deprecated.  
<T> long
CpoAdapterBean.transactObjects(java.util.Collection<CpoObject<T>> coll)
          Deprecated.  
<T> long
CpoAdapter.transactObjects(java.util.Collection<CpoObject<T>> coll)
          Deprecated.  
<T> long
CpoAdapterRemote.updateObject(java.lang.String name, T obj)
          Update the Object in the datasource.
<T> long
CpoAdapterBean.updateObject(java.lang.String name, T obj)
          Persists the Object into the datasource.
<T> long
CpoAdapter.updateObject(java.lang.String name, T obj)
          Update the Object in the datasource.
<T> long
CpoAdapterRemote.updateObject(T obj)
          Update the Object in the datasource.
<T> long
CpoAdapterBean.updateObject(T obj)
          Persists the Object into the datasource.
<T> long
CpoAdapter.updateObject(T obj)
          Update the Object in the datasource.
<T> long
CpoAdapterRemote.updateObjects(java.util.Collection<T> coll)
          Updates a collection of Objects in the datasource.
<T> long
CpoAdapterBean.updateObjects(java.util.Collection<T> coll)
          Persists a collection of Objects into the datasource.
<T> long
CpoAdapter.updateObjects(java.util.Collection<T> coll)
          Updates a collection of Objects in the datasource.
<T> long
CpoAdapterRemote.updateObjects(java.lang.String name, java.util.Collection<T> coll)
          Updates a collection of Objects in the datasource.
<T> long
CpoAdapterBean.updateObjects(java.lang.String name, java.util.Collection<T> coll)
          Persists a collection of Objects into the datasource.
<T> long
CpoAdapter.updateObjects(java.lang.String name, java.util.Collection<T> coll)
          Updates a collection of Objects in the datasource.
 

Uses of CpoException in org.synchronoss.cpo.jdbc
 

Methods in org.synchronoss.cpo.jdbc that throw CpoException
 void JdbcCpoWhere.addWhere(CpoWhere cw)
           
 void JdbcCpoTrxAdapter.close()
           
 void JdbcCpoTrxAdapter.commit()
           
<T> long
JdbcCpoAdapter.deleteObject(java.lang.String name, T obj)
          Removes the Object from the datasource.
<T> long
JdbcCpoAdapter.deleteObject(T obj)
          Removes the Object from the datasource.
<T> long
JdbcCpoAdapter.deleteObjects(java.util.Collection<T> coll)
          Removes the Objects contained in the collection from the datasource.
<T> long
JdbcCpoAdapter.deleteObjects(java.lang.String name, java.util.Collection<T> coll)
          Removes the Objects contained in the collection from the datasource.
<T,C> T
JdbcCpoAdapter.executeObject(java.lang.String name, C criteria, T result)
          Executes an Object that represents an executable object within the datasource.
<T> T
JdbcCpoAdapter.executeObject(java.lang.String name, T object)
          Executes an Object whose metadata will call an executable within the datasource.
<T> T
JdbcCpoAdapter.executeObject(T object)
          Executes an Object whose metadata will call an executable within the datasource.
<T> long
JdbcCpoAdapter.existsObject(java.lang.String name, T obj)
          The CpoAdapter will check to see if this object exists in the datasource.
<T> long
JdbcCpoAdapter.existsObject(java.lang.String name, T obj, java.util.Collection<CpoWhere> wheres)
          The CpoAdapter will check to see if this object exists in the datasource.
protected
<T> long
JdbcCpoAdapter.existsObject(java.lang.String name, T obj, java.sql.Connection con, java.sql.Connection metaCon, java.util.Collection<CpoWhere> wheres)
          The CpoAdapter will check to see if this object exists in the datasource.
<T> long
JdbcCpoAdapter.existsObject(T obj)
          The CpoAdapter will check to see if this object exists in the datasource.
protected static
<T> java.lang.reflect.Method[]
JdbcAttribute.findMethods(JdbcMetaClass<T> jmc, java.lang.String methodName, int args, boolean hasReturn)
           
protected  java.util.List<BindAttribute> JdbcPreparedStatementFactory.getBindValues(JdbcQuery jq, java.lang.Object obj)
          Called by the CPO Framework.
static CpoAdapter JdbcCpoFactory.getCpoAdapter()
           
static CpoAdapter JdbcCpoFactory.getCpoAdapter(java.lang.String context)
           
 CpoTrxAdapter JdbcCpoAdapter.getCpoTrxAdapter()
          Provides a mechanism for the user to obtain a CpoTrxAdapter object.
protected
<T> java.lang.String
JdbcCpoAdapter.getGroupType(T obj, java.lang.String type, java.lang.String name, java.sql.Connection c, java.sql.Connection meta)
          DOCUMENT ME!
protected
<T> JdbcMetaClass<T>
JdbcCpoAdapter.getMetaClass(T obj, java.sql.Connection c)
          DOCUMENT ME!
protected  java.sql.Connection JdbcCpoAdapter.getMetaConnection()
          DOCUMENT ME!
 java.util.ArrayList<JdbcQuery> JdbcMetaClass.getQueryGroup(java.lang.String qgType, java.lang.String qgName)
           
protected  java.sql.Connection JdbcCpoAdapter.getReadConnection()
          DOCUMENT ME!
protected  java.sql.Connection JdbcCpoTrxAdapter.getStaticConnection()
           
protected  java.sql.Connection JdbcCpoAdapter.getStaticConnection()
           
protected  java.sql.Connection JdbcCpoAdapter.getWriteConnection()
          DOCUMENT ME!
<T> long
JdbcCpoAdapter.insertObject(java.lang.String name, T obj)
          Creates the Object in the datasource.
<T> long
JdbcCpoAdapter.insertObject(T obj)
          Creates the Object in the datasource.
<T> long
JdbcCpoAdapter.insertObjects(java.util.Collection<T> coll)
          Iterates through a collection of Objects, creates and stores them in the datasource.
<T> long
JdbcCpoAdapter.insertObjects(java.lang.String name, java.util.Collection<T> coll)
          Iterates through a collection of Objects, creates and stores them in the datasource.
 void JdbcAttribute.invokeGetter(JdbcCallableStatementFactory jcsf, java.lang.Object obj, int idx)
           
 void JdbcAttribute.invokeGetter(JdbcPreparedStatementFactory jpsf, java.lang.Object obj, int idx)
           
 void JdbcAttribute.invokeSetter(java.lang.Object obj, java.sql.CallableStatement cs, int idx)
           
 void JdbcAttribute.invokeSetter(java.lang.Object obj, java.sql.ResultSet rs, int idx)
           
 boolean JdbcCpoTrxAdapter.isClosed()
           
 CpoOrderBy JdbcCpoAdapter.newOrderBy(java.lang.String attribute, boolean ascending)
          newOrderBy allows you to dynamically change the order of the objects in the resulting collection.
 CpoOrderBy JdbcCpoAdapter.newOrderBy(java.lang.String attribute, boolean ascending, java.lang.String function)
          newOrderBy allows you to dynamically change the order of the objects in the resulting collection.
 CpoWhere JdbcCpoAdapter.newWhere()
          DOCUMENT ME!
<T> CpoWhere
JdbcCpoAdapter.newWhere(int logical, java.lang.String attr, int comp, T value)
          DOCUMENT ME!
<T> CpoWhere
JdbcCpoAdapter.newWhere(int logical, java.lang.String attr, int comp, T value, boolean not)
          DOCUMENT ME!
<T> long
JdbcCpoAdapter.persistObject(java.lang.String name, T obj)
          Persists the Object into the datasource.
<T> long
JdbcCpoAdapter.persistObject(T obj)
          Persists the Object into the datasource.
<T> long
JdbcCpoAdapter.persistObjects(java.util.Collection<T> coll)
          Persists a collection of Objects into the datasource.
<T> long
JdbcCpoAdapter.persistObjects(java.lang.String name, java.util.Collection<T> coll)
          Persists a collection of Objects into the datasource.
protected
<T> long
JdbcCpoAdapter.processBatchUpdateGroup(T[] arr, java.lang.String groupType, java.lang.String groupName, java.sql.Connection con, java.sql.Connection metaCon)
          DOCUMENT ME!
protected
<T,C> T
JdbcCpoAdapter.processExecuteGroup(java.lang.String name, C criteria, T result)
          Executes an Object whose MetaData contains a stored procedure.
protected
<T,C> T
JdbcCpoAdapter.processExecuteGroup(java.lang.String name, C criteria, T result, java.sql.Connection conn, 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)
          Retrieves the Object from the datasource.
protected
<T> T
JdbcCpoAdapter.processSelectGroup(T obj, java.lang.String groupName, 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)
          DOCUMENT ME!
protected
<T> long
JdbcCpoAdapter.processUpdateGroup(java.util.Collection<T> coll, java.lang.String groupType, java.lang.String groupName, 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)
          DOCUMENT ME!
protected
<T> long
JdbcCpoAdapter.processUpdateGroup(T obj, java.lang.String groupType, java.lang.String groupName, java.sql.Connection con, java.sql.Connection metaCon)
          DOCUMENT ME!
 void JdbcPreparedStatementFactory.release()
          Called by the CPO framework.
 void JdbcCallableStatementFactory.release()
          Called by the CPO framework.
<T,C> T
JdbcCpoAdapter.retrieveBean(java.lang.String name, C criteria, T result, java.util.Collection<CpoWhere> wheres, java.util.Collection<CpoOrderBy> orderBy)
          Retrieves the bean from the datasource.
<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)
          Retrieves the bean from the datasource.
<T> T
JdbcCpoAdapter.retrieveBean(T bean)
          Retrieves the bean from the datasource.
<C> java.util.List<C>
JdbcCpoAdapter.retrieveBeans(java.lang.String name, C criteria)
          Retrieves the bean from the datasource.
<C> java.util.List<C>
JdbcCpoAdapter.retrieveBeans(java.lang.String name, C criteria, java.util.Collection<CpoOrderBy> orderBy)
          Retrieves the bean from the datasource.
<C> java.util.List<C>
JdbcCpoAdapter.retrieveBeans(java.lang.String name, C criteria, java.util.Collection<CpoWhere> wheres, java.util.Collection<CpoOrderBy> orderBy)
          Retrieves the bean from the datasource.
<C> java.util.List<C>
JdbcCpoAdapter.retrieveBeans(java.lang.String name, C criteria, CpoWhere where, java.util.Collection<CpoOrderBy> orderBy)
          Retrieves the bean from the datasource.
<T,C> java.util.List<T>
JdbcCpoAdapter.retrieveBeans(java.lang.String name, C criteria, T result)
          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)
          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> java.util.List<T>
JdbcCpoAdapter.retrieveBeans(java.lang.String name, C criteria, T result, CpoWhere where, java.util.Collection<CpoOrderBy> orderBy)
          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)
          Deprecated. use retrieveBean
<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> T
JdbcCpoAdapter.retrieveObject(java.lang.String name, T obj)
          Deprecated. use retrieveBean
<T> T
JdbcCpoAdapter.retrieveObject(T obj)
          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,C> java.util.Collection<T>
JdbcCpoAdapter.retrieveObjects(java.lang.String name, C criteria, java.util.Collection<CpoWhere> wheres, java.util.Collection<CpoOrderBy> orderBy, T result)
          Deprecated. use retrieveBeans
 void JdbcCpoTrxAdapter.rollback()
           
protected  void JdbcPreparedStatementFactory.setBindValues(java.util.Collection<BindAttribute> bindValues)
          Called by the CPO Framework.
protected  void JdbcCpoAdapter.setContext(javax.naming.Context context)
          DOCUMENT ME!
 void JavaSqlMethod.setCsGetter(java.lang.String getterName)
           
 void JavaSqlMethod.setCsSetter(java.lang.String setterName)
           
 void JavaSqlMethod.setPsSetter(java.lang.String setterName)
           
 void JavaSqlMethod.setRsGetter(java.lang.String getterName)
           
protected  void JdbcAttribute.setTransformClass(java.lang.String className)
           
 java.lang.String JdbcCpoWhere.toString(JdbcMetaClass<?> jmc)
           
 java.lang.String JdbcCpoOrderBy.toString(JdbcMetaClass<?> jmc)
           
<T> long
JdbcCpoAdapter.transactObjects(java.util.Collection<CpoObject<T>> coll)
          Deprecated.  
protected
<T> long
JdbcCpoAdapter.transactObjects(java.util.Collection<CpoObject<T>> coll, java.sql.Connection c, java.sql.Connection meta)
          Deprecated.  
protected  java.lang.Object JdbcAttribute.transformIn(java.lang.Object datasourceObject)
           
protected  java.lang.Object JdbcAttribute.transformOut(JdbcCallableStatementFactory jcsf, java.lang.Object attributeObject)
           
protected  java.lang.Object JdbcAttribute.transformOut(JdbcPreparedStatementFactory jpsf, java.lang.Object attributeObject)
           
<T> long
JdbcCpoAdapter.updateObject(java.lang.String name, T obj)
          Update the Object in the datasource.
<T> long
JdbcCpoAdapter.updateObject(T obj)
          Update the Object in the datasource.
<T> long
JdbcCpoAdapter.updateObjects(java.util.Collection<T> coll)
          Updates a collection of Objects in the datasource.
<T> long
JdbcCpoAdapter.updateObjects(java.lang.String name, java.util.Collection<T> coll)
          Updates a collection of Objects in the datasource.
 

Constructors in org.synchronoss.cpo.jdbc that throw CpoException
JdbcAttribute(JdbcMetaClass<T> jmc, java.lang.String name, java.lang.String javaSqlTypeName, java.lang.String dbName, java.lang.String dbTable, java.lang.String dbColumn, java.lang.String transformClass)
           
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.
JdbcCpoAdapter(javax.sql.DataSource metaSource, java.lang.String metaSourceName, boolean batchSupported, java.lang.String dbTablePrefix)
           
JdbcCpoAdapter(JdbcDataSourceInfo jdsi)
          Creates a JdbcCpoAdapter.
JdbcCpoAdapter(JdbcDataSourceInfo jdsiMeta, JdbcDataSourceInfo jdsiTrx)
          Creates a JdbcCpoAdapter.
JdbcCpoAdapter(JdbcDataSourceInfo jdsiMeta, JdbcDataSourceInfo jdsiWrite, JdbcDataSourceInfo jdsiRead)
          Creates a JdbcCpoAdapter.
JdbcCpoTrxAdapter(javax.sql.DataSource metaSource, java.lang.String metaSourceName, java.sql.Connection c, boolean batchSupported, java.lang.String dbTablePrefix)
           
JdbcMetaClass(java.lang.Class<T> c, java.lang.String s)
           
JdbcParameter(JdbcAttribute attribute, java.lang.String type)
           
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.
 

Uses of CpoException in org.synchronoss.cpo.transform.jdbc
 

Methods in org.synchronoss.cpo.transform.jdbc that throw CpoException
 void OracleTemporaryClob.release()
           
 void OracleTemporaryBlob.release()
           
 byte[] TransformGZipBlob.transformIn(java.sql.Blob blob)
          Transforms the datasource object into an object required by the class
 byte[] TransformBlob.transformIn(java.sql.Blob blob)
          Transforms the datasource object into an object required by the class
 byte[] TransformGZipBytes.transformIn(byte[] inBytes)
          Transforms the datasource object into an object required by the class
 char[] TransformClob.transformIn(java.sql.Clob clob)
          Transforms the datasource object into an object required by the class
 int TransformNoOp.transformIn(int dbIn)
          Transforms the datasource object into an object required by the class.
 java.lang.String TransformStringToEncryptedString.transformIn(java.lang.String inString)
           
 char[] TransformStringChar.transformIn(java.lang.String lvc)
          Transforms the datasource object into an object required by the class
 java.sql.Timestamp TransformDateToEncryptedString.transformIn(java.lang.String inDateString)
           
 char[] TransformCharArray.transformIn(java.lang.String inStr)
          Transforms the datasource object into an object required by the class
 int TransformNoOp.transformOut(JdbcCallableStatementFactory jcsf, int attrOut)
          Transforms the data from the class attribute to the object required by the datasource.
 byte[] TransformGZipBytes.transformOut(JdbcPreparedStatementFactory jpsf, byte[] attributeObject)
          Transforms the data from the class attribute to the object required by the datasource
 java.sql.Blob TransformGZipBlob.transformOut(JdbcPreparedStatementFactory jpsf, byte[] attributeObject)
          Transforms the data from the class attribute to the object required by the datasource
 java.sql.Blob TransformBlob.transformOut(JdbcPreparedStatementFactory jpsf, byte[] attributeObject)
          Transforms the data from the class attribute to the object required by the datasource
 java.lang.String TransformStringChar.transformOut(JdbcPreparedStatementFactory jpsf, char[] attrObj)
          Transforms the data from the class attribute to the object required by the datasource
 java.sql.Clob TransformClob.transformOut(JdbcPreparedStatementFactory jpsf, char[] attributeObject)
          Transforms the data from the class attribute to the object required by the datasource
 java.lang.String TransformCharArray.transformOut(JdbcPreparedStatementFactory jpsf, char[] attributeObject)
          Transforms the data from the class attribute to the object required by the datasource
 int TransformNoOp.transformOut(JdbcPreparedStatementFactory jpsf, int attrOut)
          Transforms the data from the class attribute to the object required by the datasource.
 java.lang.String TransformStringToEncryptedString.transformOut(JdbcPreparedStatementFactory jpsf, java.lang.String outString)
           
 java.lang.String TransformDateToEncryptedString.transformOut(JdbcPreparedStatementFactory jpsf, java.sql.Timestamp tsOut)
           
 



Copyright © 2010. All Rights Reserved.