Package org.alfresco.repo.domain.schema.script
package org.alfresco.repo.domain.schema.script
-
ClassDescriptionThe
--DELETE_NOT_EXISTS primaryTable.columnName,secondaryTable1.columnName1,...,secondaryTableN.columnNameN batch.size.propertystatement is used to delete all the items that don't have any corresponding key in any of the secondary tables (e.g. secondaryTable1.columnName1,...,secondaryTableN.columnNameN).Same logic as DeleteNotExistsExecutor with the following changes:Extendsto cope with MySQL specific fetch size limitation and restrictions.DeleteNotExistsExecutorExecutes a set of zero or more SQL scripts.ScriptBundleExecutorimplementation.Defines a SQL script executor that executes a single SQL script.Defines a statement executor.