|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
|
|
CpoAdapterRemote.deleteObject(java.lang.String name,
T obj)
Removes the Object from the datasource. |
|
|
CpoAdapterBean.deleteObject(java.lang.String name,
T obj)
Removes the Object from the datasource. |
|
|
CpoAdapter.deleteObject(java.lang.String name,
T obj)
Removes the Object from the datasource. |
|
|
CpoAdapterRemote.deleteObject(T obj)
Removes the Object from the datasource. |
|
|
CpoAdapterBean.deleteObject(T obj)
Removes the Object from the datasource. |
|
|
CpoAdapter.deleteObject(T obj)
Removes the Object from the datasource. |
|
|
CpoAdapterRemote.deleteObjects(java.util.Collection<T> coll)
Removes the Objects contained in the collection from the datasource. |
|
|
CpoAdapterBean.deleteObjects(java.util.Collection<T> coll)
Removes the Objects contained in the collection from the datasource. |
|
|
CpoAdapter.deleteObjects(java.util.Collection<T> coll)
Removes the Objects contained in the collection from the datasource. |
|
|
CpoAdapterRemote.deleteObjects(java.lang.String name,
java.util.Collection<T> coll)
Removes the Objects contained in the collection from the datasource. |
|
|
CpoAdapterBean.deleteObjects(java.lang.String name,
java.util.Collection<T> coll)
Removes the Objects contained in the collection from the datasource. |
|
|
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)
|
|
|
CpoAdapterRemote.executeObject(java.lang.String name,
C criteria,
T result)
Executes an Object that represents an executable object within the datasource. |
|
|
CpoAdapterBean.executeObject(java.lang.String name,
C criteria,
T result)
Executes an Object whose MetaData contains a stored procedure. |
|
|
CpoAdapter.executeObject(java.lang.String name,
C criteria,
T result)
Executes an Object that represents an executable object within the datasource. |
|
|
CpoAdapterRemote.executeObject(java.lang.String name,
T object)
Executes an Object whose MetaData contains a stored procedure. |
|
|
CpoAdapterBean.executeObject(java.lang.String name,
T object)
Executes an Object whose MetaData contains a stored procedure. |
|
|
CpoAdapter.executeObject(java.lang.String name,
T object)
Executes an Object whose metadata will call an executable within the datasource. |
|
|
CpoAdapterRemote.executeObject(T obj)
Executes an Object that represents an executable object within the datasource. |
|
|
CpoAdapterBean.executeObject(T object)
Executes an Object whose MetaData contains a stored procedure. |
|
|
CpoAdapter.executeObject(T obj)
Executes an Object whose metadata will call an executable within the datasource. |
|
|
CpoAdapterRemote.existsObject(java.lang.String name,
T obj)
The CpoAdapter will check to see if this object exists in the datasource. |
|
|
CpoAdapterBean.existsObject(java.lang.String name,
T obj)
The CpoAdapter will check to see if this object exists in the datasource. |
|
|
CpoAdapter.existsObject(java.lang.String name,
T obj)
The CpoAdapter will check to see if this object exists in the datasource. |
|
|
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. |
|
|
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. |
|
|
CpoAdapterRemote.existsObject(T obj)
The CpoAdapter will check to see if this object exists in the datasource. |
|
|
CpoAdapterBean.existsObject(T obj)
The CpoAdapter will check to see if this object exists in the datasource. |
|
|
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()
|
|
|
CpoAdapterRemote.insertObject(java.lang.String name,
T obj)
Creates the Object in the datasource. |
|
|
CpoAdapterBean.insertObject(java.lang.String name,
T obj)
Creates the Object and stores it in the datasource. |
|
|
CpoAdapter.insertObject(java.lang.String name,
T obj)
Creates the Object in the datasource. |
|
|
CpoAdapterRemote.insertObject(T obj)
Creates the Object in the datasource. |
|
|
CpoAdapterBean.insertObject(T obj)
Creates the Object and stores it in the datasource. |
|
|
CpoAdapter.insertObject(T obj)
Creates the Object in the datasource. |
|
|
CpoAdapterRemote.insertObjects(java.util.Collection<T> coll)
Iterates through a collection of Objects, creates and stores them in the datasource. |
|
|
CpoAdapterBean.insertObjects(java.util.Collection<T> coll)
Iterates through a collection of Objects, creates them and stores them in the datasource. |
|
|
CpoAdapter.insertObjects(java.util.Collection<T> coll)
Iterates through a collection of Objects, creates and stores them in the datasource. |
|
|
CpoAdapterRemote.insertObjects(java.lang.String name,
java.util.Collection<T> coll)
Iterates through a collection of Objects, creates and stores them in the datasource. |
|
|
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. |
|
|
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. |
|
|
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! |
|
|
CpoAdapterRemote.newWhere(int logical,
java.lang.String attr,
int comp,
T value)
DOCUMENT ME! |
|
|
CpoAdapterBean.newWhere(int logical,
java.lang.String attr,
int comp,
T value)
|
|
|
CpoAdapter.newWhere(int logical,
java.lang.String attr,
int comp,
T value)
DOCUMENT ME! |
|
|
CpoAdapterRemote.newWhere(int logical,
java.lang.String attr,
int comp,
T value,
boolean not)
DOCUMENT ME! |
|
|
CpoAdapterBean.newWhere(int logical,
java.lang.String attr,
int comp,
T value,
boolean not)
|
|
|
CpoAdapter.newWhere(int logical,
java.lang.String attr,
int comp,
T value,
boolean not)
DOCUMENT ME! |
|
|
CpoAdapterRemote.persistObject(java.lang.String name,
T obj)
Persists the Object into the datasource. |
|
|
CpoAdapterBean.persistObject(java.lang.String name,
T obj)
Persists the Object into the datasource. |
|
|
CpoAdapter.persistObject(java.lang.String name,
T obj)
Persists the Object into the datasource. |
|
|
CpoAdapterRemote.persistObject(T obj)
Persists the Object into the datasource. |
|
|
CpoAdapterBean.persistObject(T obj)
Persists the Object into the datasource. |
|
|
CpoAdapter.persistObject(T obj)
Persists the Object into the datasource. |
|
|
CpoAdapterRemote.persistObjects(java.util.Collection<T> coll)
Persists a collection of Objects into the datasource. |
|
|
CpoAdapterBean.persistObjects(java.util.Collection<T> coll)
Persists a collection of Objects into the datasource. |
|
|
CpoAdapter.persistObjects(java.util.Collection<T> coll)
Persists a collection of Objects into the datasource. |
|
|
CpoAdapterRemote.persistObjects(java.lang.String name,
java.util.Collection<T> coll)
Persists a collection of Objects into the datasource. |
|
|
CpoAdapterBean.persistObjects(java.lang.String name,
java.util.Collection<T> coll)
Persists a collection of Objects into the datasource. |
|
|
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. |
|
|
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. |
|
|
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. |
|
|
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. |
|
|
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. |
|
|
CpoAdapterBean.retrieveBean(java.lang.String name,
T bean)
Retrieves the bean from the datasource. |
|
|
CpoAdapter.retrieveBean(java.lang.String name,
T bean)
Retrieves the bean from the datasource. |
|
|
CpoAdapterBean.retrieveBean(T bean)
Retrieves the bean from the datasource. |
|
|
CpoAdapter.retrieveBean(T bean)
Retrieves the Bean from the datasource. |
|
|
CpoAdapterBean.retrieveBeans(java.lang.String name,
C criteria)
Retrieves the bean from the datasource. |
|
|
CpoAdapter.retrieveBeans(java.lang.String name,
C criteria)
Retrieves the bean from the datasource. |
|
|
CpoAdapterBean.retrieveBeans(java.lang.String name,
C criteria,
java.util.Collection<CpoOrderBy> orderBy)
Retrieves the bean from the datasource. |
|
|
CpoAdapter.retrieveBeans(java.lang.String name,
C criteria,
java.util.Collection<CpoOrderBy> orderBy)
Retrieves the bean from the datasource. |
|
|
CpoAdapterBean.retrieveBeans(java.lang.String name,
C criteria,
java.util.Collection<CpoWhere> wheres,
java.util.Collection<CpoOrderBy> orderBy)
Retrieves the bean from the datasource. |
|
|
CpoAdapter.retrieveBeans(java.lang.String name,
C criteria,
java.util.Collection<CpoWhere> wheres,
java.util.Collection<CpoOrderBy> orderBy)
Retrieves the bean from the datasource. |
|
|
CpoAdapterBean.retrieveBeans(java.lang.String name,
C criteria,
CpoWhere where,
java.util.Collection<CpoOrderBy> orderBy)
Retrieves the bean from the datasource. |
|
|
CpoAdapter.retrieveBeans(java.lang.String name,
C criteria,
CpoWhere where,
java.util.Collection<CpoOrderBy> orderBy)
Retrieves the bean from the datasource. |
|
|
CpoAdapterBean.retrieveBeans(java.lang.String name,
C criteria,
T result)
Retrieves the bean from the datasource. |
|
|
CpoAdapter.retrieveBeans(java.lang.String name,
C criteria,
T result)
Retrieves the bean from the datasource. |
|
|
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. |
|
|
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. |
|
|
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. |
|
|
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. |
|
|
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. |
|
|
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. |
|
|
CpoAdapterBean.retrieveBeans(java.lang.String name,
C criteria,
T result,
CpoWhere where,
java.util.Collection<CpoOrderBy> orderBy)
Retrieves the bean from the datasource. |
|
|
CpoAdapter.retrieveBeans(java.lang.String name,
C criteria,
T result,
CpoWhere where,
java.util.Collection<CpoOrderBy> orderBy)
Retrieves the bean from the datasource. |
|
|
CpoAdapterBean.retrieveObject(java.lang.String name,
C criteria,
T result,
java.util.Collection<CpoWhere> wheres,
java.util.Collection<CpoOrderBy> orderBy)
Deprecated. use retrieveBean |
|
|
CpoAdapter.retrieveObject(java.lang.String name,
C criteria,
T result,
java.util.Collection<CpoWhere> wheres,
java.util.Collection<CpoOrderBy> orderBy)
Deprecated. use retrieveBean |
|
|
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 |
|
|
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 |
|
|
CpoAdapterRemote.retrieveObject(java.lang.String name,
C criteria,
T result,
CpoWhere where,
java.util.Collection<? extends CpoOrderBy> orderBy)
Retrieves the Object from the datasource. |
|
|
CpoAdapterRemote.retrieveObject(java.lang.String name,
T obj)
Retrieves the Object from the datasource. |
|
|
CpoAdapterBean.retrieveObject(java.lang.String name,
T obj)
Deprecated. use retrieveBean |
|
|
CpoAdapter.retrieveObject(java.lang.String name,
T obj)
Deprecated. use retrieveBean |
|
|
CpoAdapterRemote.retrieveObject(T obj)
Retrieves the Object from the datasource. |
|
|
CpoAdapterBean.retrieveObject(T obj)
Deprecated. use retrieveBean |
|
|
CpoAdapter.retrieveObject(T obj)
Deprecated. use retrieveBean |
|
|
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 |
|
|
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 |
|
|
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 |
|
|
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 |
|
|
CpoAdapterBean.retrieveObjects(java.lang.String name,
C criteria,
java.util.Collection<CpoWhere> wheres,
java.util.Collection<CpoOrderBy> orderBy,
T result)
Deprecated. use retrieveBeans |
|
|
CpoAdapter.retrieveObjects(java.lang.String name,
C criteria,
java.util.Collection<CpoWhere> wheres,
java.util.Collection<CpoOrderBy> orderBy,
T result)
Deprecated. use retrieveBean |
|
|
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 |
|
|
CpoAdapterRemote.transactObjects(java.util.Collection<CpoObject<T>> coll)
Deprecated. |
|
|
CpoAdapterBean.transactObjects(java.util.Collection<CpoObject<T>> coll)
Deprecated. |
|
|
CpoAdapter.transactObjects(java.util.Collection<CpoObject<T>> coll)
Deprecated. |
|
|
CpoAdapterRemote.updateObject(java.lang.String name,
T obj)
Update the Object in the datasource. |
|
|
CpoAdapterBean.updateObject(java.lang.String name,
T obj)
Persists the Object into the datasource. |
|
|
CpoAdapter.updateObject(java.lang.String name,
T obj)
Update the Object in the datasource. |
|
|
CpoAdapterRemote.updateObject(T obj)
Update the Object in the datasource. |
|
|
CpoAdapterBean.updateObject(T obj)
Persists the Object into the datasource. |
|
|
CpoAdapter.updateObject(T obj)
Update the Object in the datasource. |
|
|
CpoAdapterRemote.updateObjects(java.util.Collection<T> coll)
Updates a collection of Objects in the datasource. |
|
|
CpoAdapterBean.updateObjects(java.util.Collection<T> coll)
Persists a collection of Objects into the datasource. |
|
|
CpoAdapter.updateObjects(java.util.Collection<T> coll)
Updates a collection of Objects in the datasource. |
|
|
CpoAdapterRemote.updateObjects(java.lang.String name,
java.util.Collection<T> coll)
Updates a collection of Objects in the datasource. |
|
|
CpoAdapterBean.updateObjects(java.lang.String name,
java.util.Collection<T> coll)
Persists a collection of Objects into the datasource. |
|
|
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()
|
|
|
JdbcCpoAdapter.deleteObject(java.lang.String name,
T obj)
Removes the Object from the datasource. |
|
|
JdbcCpoAdapter.deleteObject(T obj)
Removes the Object from the datasource. |
|
|
JdbcCpoAdapter.deleteObjects(java.util.Collection<T> coll)
Removes the Objects contained in the collection from the datasource. |
|
|
JdbcCpoAdapter.deleteObjects(java.lang.String name,
java.util.Collection<T> coll)
Removes the Objects contained in the collection from the datasource. |
|
|
JdbcCpoAdapter.executeObject(java.lang.String name,
C criteria,
T result)
Executes an Object that represents an executable object within the datasource. |
|
|
JdbcCpoAdapter.executeObject(java.lang.String name,
T object)
Executes an Object whose metadata will call an executable within the datasource. |
|
|
JdbcCpoAdapter.executeObject(T object)
Executes an Object whose metadata will call an executable within the datasource. |
|
|
JdbcCpoAdapter.existsObject(java.lang.String name,
T obj)
The CpoAdapter will check to see if this object exists in the datasource. |
|
|
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
|
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. |
|
|
JdbcCpoAdapter.existsObject(T obj)
The CpoAdapter will check to see if this object exists in the datasource. |
|
protected static
|
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
|
JdbcCpoAdapter.getGroupType(T obj,
java.lang.String type,
java.lang.String name,
java.sql.Connection c,
java.sql.Connection meta)
DOCUMENT ME! |
|
protected
|
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! |
|
|
JdbcCpoAdapter.insertObject(java.lang.String name,
T obj)
Creates the Object in the datasource. |
|
|
JdbcCpoAdapter.insertObject(T obj)
Creates the Object in the datasource. |
|
|
JdbcCpoAdapter.insertObjects(java.util.Collection<T> coll)
Iterates through a collection of Objects, creates and stores them in the datasource. |
|
|
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! |
|
|
JdbcCpoAdapter.newWhere(int logical,
java.lang.String attr,
int comp,
T value)
DOCUMENT ME! |
|
|
JdbcCpoAdapter.newWhere(int logical,
java.lang.String attr,
int comp,
T value,
boolean not)
DOCUMENT ME! |
|
|
JdbcCpoAdapter.persistObject(java.lang.String name,
T obj)
Persists the Object into the datasource. |
|
|
JdbcCpoAdapter.persistObject(T obj)
Persists the Object into the datasource. |
|
|
JdbcCpoAdapter.persistObjects(java.util.Collection<T> coll)
Persists a collection of Objects into the datasource. |
|
|
JdbcCpoAdapter.persistObjects(java.lang.String name,
java.util.Collection<T> coll)
Persists a collection of Objects into the datasource. |
|
protected
|
JdbcCpoAdapter.processBatchUpdateGroup(T[] arr,
java.lang.String groupType,
java.lang.String groupName,
java.sql.Connection con,
java.sql.Connection metaCon)
DOCUMENT ME! |
|
protected
|
JdbcCpoAdapter.processExecuteGroup(java.lang.String name,
C criteria,
T result)
Executes an Object whose MetaData contains a stored procedure. |
|
protected
|
JdbcCpoAdapter.processExecuteGroup(java.lang.String name,
C criteria,
T result,
java.sql.Connection conn,
java.sql.Connection metaCon)
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)
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! |
|
protected
|
JdbcCpoAdapter.processSelectGroup(T obj,
java.lang.String groupName)
Retrieves the Object from the datasource. |
|
protected
|
JdbcCpoAdapter.processSelectGroup(T obj,
java.lang.String groupName,
java.sql.Connection con,
java.sql.Connection metaCon)
DOCUMENT ME! |
|
protected
|
JdbcCpoAdapter.processUpdateGroup(java.util.Collection<T> coll,
java.lang.String groupType,
java.lang.String groupName)
DOCUMENT ME! |
|
protected
|
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
|
JdbcCpoAdapter.processUpdateGroup(T obj,
java.lang.String groupType,
java.lang.String groupName)
DOCUMENT ME! |
|
protected
|
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. |
|
|
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. |
|
|
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. |
|
|
JdbcCpoAdapter.retrieveBean(java.lang.String name,
T bean)
Retrieves the bean from the datasource. |
|
|
JdbcCpoAdapter.retrieveBean(T bean)
Retrieves the bean from the datasource. |
|
|
JdbcCpoAdapter.retrieveBeans(java.lang.String name,
C criteria)
Retrieves the bean from the datasource. |
|
|
JdbcCpoAdapter.retrieveBeans(java.lang.String name,
C criteria,
java.util.Collection<CpoOrderBy> orderBy)
Retrieves the bean from the datasource. |
|
|
JdbcCpoAdapter.retrieveBeans(java.lang.String name,
C criteria,
java.util.Collection<CpoWhere> wheres,
java.util.Collection<CpoOrderBy> orderBy)
Retrieves the bean from the datasource. |
|
|
JdbcCpoAdapter.retrieveBeans(java.lang.String name,
C criteria,
CpoWhere where,
java.util.Collection<CpoOrderBy> orderBy)
Retrieves the bean from the datasource. |
|
|
JdbcCpoAdapter.retrieveBeans(java.lang.String name,
C criteria,
T result)
Retrieves the bean from the datasource. |
|
|
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. |
|
|
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. |
|
|
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. |
|
|
JdbcCpoAdapter.retrieveBeans(java.lang.String name,
C criteria,
T result,
CpoWhere where,
java.util.Collection<CpoOrderBy> orderBy)
Retrieves the bean from the datasource. |
|
|
JdbcCpoAdapter.retrieveObject(java.lang.String name,
C criteria,
T result,
java.util.Collection<CpoWhere> wheres,
java.util.Collection<CpoOrderBy> orderBy)
Deprecated. use retrieveBean |
|
|
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 |
|
|
JdbcCpoAdapter.retrieveObject(java.lang.String name,
T obj)
Deprecated. use retrieveBean |
|
|
JdbcCpoAdapter.retrieveObject(T obj)
Deprecated. use retrieveBean |
|
|
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 |
|
|
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 |
|
|
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)
|
|
|
JdbcCpoAdapter.transactObjects(java.util.Collection<CpoObject<T>> coll)
Deprecated. |
|
protected
|
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)
|
|
|
JdbcCpoAdapter.updateObject(java.lang.String name,
T obj)
Update the Object in the datasource. |
|
|
JdbcCpoAdapter.updateObject(T obj)
Update the Object in the datasource. |
|
|
JdbcCpoAdapter.updateObjects(java.util.Collection<T> coll)
Updates a collection of Objects in the datasource. |
|
|
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |