[cvs]
expresso/expresso-web/WEB-INF/src/com/jcorporate/expresso/core/dataobjects/jdbc
JDBCExecutor.java
JCorporate Ltd
jcorp at jcorp2.servlets.net
Tue Sep 21 21:55:13 PDT 2004
Update of /home/javacorp/.cvs/expresso/expresso/expresso-web/WEB-INF/src/com/jcorporate/expresso/core/dataobjects/jdbc
In directory jcorp2.servlets.net:/tmp/cvs-serv13740/expresso-web/WEB-INF/src/com/jcorporate/expresso/core/dataobjects/jdbc
Modified Files:
JDBCExecutor.java
Log Message:
fixed javadoc warnings
Index: JDBCExecutor.java
===================================================================
RCS file: /home/javacorp/.cvs/expresso/expresso/expresso-web/WEB-INF/src/com/jcorporate/expresso/core/dataobjects/jdbc/JDBCExecutor.java,v
retrieving revision 1.57
retrieving revision 1.58
diff -C2 -d -r1.57 -r1.58
*** JDBCExecutor.java 22 Sep 2004 04:28:40 -0000 1.57
--- JDBCExecutor.java 22 Sep 2004 04:55:11 -0000 1.58
***************
*** 111,114 ****
--- 111,115 ----
* away from the DBObject class and work strictly with the DataObject Interface.
* @author Michael Rimov
+ * @author Yves Henri AMAIZO <amy_amaizo at compuserve.com>
* @version $Revision$ on $Date$
* @since Expresso 5.0
***************
*** 957,962 ****
* @throws DuplicateKeyException if one of the records was already in the
* data source
- * @author Yves Henri AMAIZO
- * @version $Revision$ on $Date$
*/
public void addBatch(List valueObjectList) throws DataException, DuplicateKeyException {
--- 958,961 ----
***************
*** 972,977 ****
* data source
* @throws DataException upon error updating the data source
- * @author Yves Henri AMAIZO
- * @version $Revision$ on $Date$
*/
public void updateBatch(List valueObjectList) throws DataException {
--- 971,974 ----
***************
*** 1340,1345 ****
* @throws DataException upon error deleting the object to the data source
*
- * @author Yves Henri AMAIZO
- * @version $Revision$ on $Date$
*/
public void deleteAll(DataObject valueObject, boolean deleteChangedCache) throws DataException {
--- 1337,1340 ----
***************
*** 1413,1420 ****
*
* @param criteria the JDBCDataObject to build from
! * @param useAllFields True if all fields are to be used,
! * false for only key fields
! * @param allocatedBuffer - An already allocated FastStringBuffer to fill out.
! * This allows for compatability with, for example, object pools.
* @throws DataException upon error
* @return A FastStringBuffer containing the "where" clause for the SQL statement
--- 1408,1413 ----
*
* @param criteria the JDBCDataObject to build from
! * @param myCallableStatement the statement
! *
* @throws DataException upon error
* @return A FastStringBuffer containing the "where" clause for the SQL statement
***************
*** 1572,1578 ****
* @return true if the data object was successfully retrieved
* @throws DataException
- *
- * @author Yves Henri AMAIZO
- * @version $Revision$ on $Date$
*/
public void runStoreProcedure(DataObject valueObject)
--- 1565,1568 ----
***************
*** 1691,1696 ****
* @throws DuplicateKeyException if one of the records was already in the
* data source
- * @author Yves Henri AMAIZO
- * @version $Revision$ on $Date$
*/
public void addBatch(List valueObjectList, boolean addChangedFieldsOnly) throws DataException, DuplicateKeyException {
--- 1681,1684 ----
***************
*** 1991,1996 ****
* has changed should be included in the update.
* @throws DataException upon error updating the data source
- * @author Yves Henri AMAIZO
- * @version $Revision$ on $Date$
*/
public void updateBatch(List valueObjectList, boolean updateChangedFieldsOnly) throws DataException {
--- 1979,1982 ----
***************
*** 2294,2302 ****
* @param valueObjectList A list of <code>DataObject</code>s to update to the underlying
* data source
! * @param updateChangedFieldsOnly flag to signify if only fields whose value
! * has changed should be included in the update.
* @throws DataException upon error updating the data source
- * @author Yves Henri AMAIZO
- * @version $Revision$ on $Date$
*/
public void deleteBatch(List valueObjectList, boolean deleteWithSetFieldsOnly) throws DataException {
--- 2280,2286 ----
* @param valueObjectList A list of <code>DataObject</code>s to update to the underlying
* data source
! * @param deleteWithSetFieldsOnly Only include changed fields in the update
! *
* @throws DataException upon error updating the data source
*/
public void deleteBatch(List valueObjectList, boolean deleteWithSetFieldsOnly) throws DataException {
***************
*** 2602,2607 ****
* data source
* @throws DataException upon error deleting the data source
- * @author Yves Henri AMAIZO
- * @version $Revision$ on $Date$
*/
public void deleteBatch(List valueObjectList) throws DataException {
--- 2586,2589 ----
More information about the cvs
mailing list