Class SqlCommandPatchAction

java.lang.Object
de.hybris.platform.patches.actions.SqlCommandPatchAction
All Implemented Interfaces:
PatchAction

public class SqlCommandPatchAction extends Object implements PatchAction
Executes the database query during init/update. In case the execute failed, perform method could throw IllegalArgumentException, which is rethrow as PatchActionException and handled in the PatchExecutionUnitAspect.handlePerformActionPatch(org.aspectj.lang.ProceedingJoinPoint).
  • Constructor Details

    • SqlCommandPatchAction

      public SqlCommandPatchAction()
  • Method Details