Class UpdateWhereSelectionAndProcedure

java.lang.Object
com.activeviam.activepivot.server.impl.api.database.UpdateWhereSelectionAndProcedure

public final class UpdateWhereSelectionAndProcedure extends Object
A wrapper to contain the result of the @IUpdateWhereProcedureFactory.
Author:
ActiveViam
  • Constructor Details

    • UpdateWhereSelectionAndProcedure

      public UpdateWhereSelectionAndProcedure(ITransactionManager.IUpdateWhereProcedure procedure, ISelection selection, Set<String> updatedFields)
      Creates a new UpdateWhereSelectionAndProcedure instance.
      Parameters:
      procedure - The update procedure.
      selection - The selection for the update where.
      updatedFields - The set of field that will be updated. This fields will be checked for write permissions.
  • Method Details