Class SqlCommandPatchAction
- java.lang.Object
-
- de.hybris.platform.patches.actions.SqlCommandPatchAction
-
- All Implemented Interfaces:
PatchAction
public class SqlCommandPatchAction extends java.lang.Object implements PatchAction
Executes the database query during init/update. In case the execute failed,performmethod could throwIllegalArgumentException, which is rethrow asPatchActionExceptionand handled in thePatchExecutionUnitAspect.handlePerformActionPatch(org.aspectj.lang.ProceedingJoinPoint).
-
-
Constructor Summary
Constructors Constructor Description SqlCommandPatchAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidperform(PatchActionData data)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface de.hybris.platform.patches.actions.PatchAction
getCustomizedName
-
-
-
-
Method Detail
-
perform
public void perform(PatchActionData data)
- Specified by:
performin interfacePatchAction
-
-