Class UpdateWhereSelectionAndProcedure
java.lang.Object
com.activeviam.activepivot.server.impl.api.database.UpdateWhereSelectionAndProcedure
A wrapper to contain the result of the @IUpdateWhereProcedureFactory.
- Author:
- ActiveViam
-
Constructor Summary
ConstructorsConstructorDescriptionUpdateWhereSelectionAndProcedure(ITransactionManager.IUpdateWhereProcedure procedure, ISelection selection, Set<String> updatedFields) Creates a newUpdateWhereSelectionAndProcedureinstance. -
Method Summary
-
Constructor Details
-
UpdateWhereSelectionAndProcedure
public UpdateWhereSelectionAndProcedure(ITransactionManager.IUpdateWhereProcedure procedure, ISelection selection, Set<String> updatedFields) Creates a newUpdateWhereSelectionAndProcedureinstance.- 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
-
getProcedure
The update procedure. -
getSelection
The selection for the update where. -
getUpdatedFields
The set of field that will be updated. This fields will be checked for write permissions. -
equals
-
hashCode
public int hashCode() -
toString
-