[exo-jcr-commits] exo-jcr SVN: r5472 - jcr/branches/1.15.x/exo.jcr.component.core/src/main/java/org/exoplatform/services/jcr/impl/clean/rdbms.

do-not-reply at jboss.org do-not-reply at jboss.org
Tue Jan 17 10:20:30 EST 2012


Author: tolusha
Date: 2012-01-17 10:20:29 -0500 (Tue, 17 Jan 2012)
New Revision: 5472

Modified:
   jcr/branches/1.15.x/exo.jcr.component.core/src/main/java/org/exoplatform/services/jcr/impl/clean/rdbms/DBCleanerTool.java
Log:
EXOJCR-1707: Refactoring DBCleanService, Fix cleaning scripts

Modified: jcr/branches/1.15.x/exo.jcr.component.core/src/main/java/org/exoplatform/services/jcr/impl/clean/rdbms/DBCleanerTool.java
===================================================================
--- jcr/branches/1.15.x/exo.jcr.component.core/src/main/java/org/exoplatform/services/jcr/impl/clean/rdbms/DBCleanerTool.java	2012-01-17 15:19:38 UTC (rev 5471)
+++ jcr/branches/1.15.x/exo.jcr.component.core/src/main/java/org/exoplatform/services/jcr/impl/clean/rdbms/DBCleanerTool.java	2012-01-17 15:20:29 UTC (rev 5472)
@@ -79,7 +79,8 @@
     * data without any violations.
     * 
     * <br>
-    * This method does not invoke commit or rollback on {@link Connection}.
+    * This method does not invoke commit or rollback on {@link Connection} but
+    * needed autocommit mode can be set.
     * 
     * @throws DBCleanException
     */
@@ -101,7 +102,8 @@
     * (related to specific database) or does nothing.
     * 
     * <br>
-    * This method does not invoke commit or rollback on {@link Connection}. 
+    * This method does not invoke commit or rollback on {@link Connection} but
+    * needed autocommit mode can be set.
     * 
     * @throws DBCleanException
     */
@@ -122,7 +124,8 @@
     * (related to specific database) or does nothing.
     * 
     * <br>
-    * This method does not invoke commit or rollback on {@link Connection}.
+    * This method does not invoke commit or rollback on {@link Connection} but
+    * needed autocommit mode can be set.
     * 
     * @throws DBCleanException
     */



More information about the exo-jcr-commits mailing list