Uses of Interface
de.hybris.platform.patches.actions.PatchAction
-
Packages that use PatchAction Package Description de.hybris.platform.patches de.hybris.platform.patches.actions -
-
Uses of PatchAction in de.hybris.platform.patches
Fields in de.hybris.platform.patches declared as PatchAction Modifier and Type Field Description protected PatchActionAbstractPatch. importPatchActionprotected PatchActionAbstractPatch. sqlCommandPatchActionMethods in de.hybris.platform.patches with parameters of type PatchAction Modifier and Type Method Description voidAbstractPatch. setImportPatchAction(PatchAction importPatchAction)voidAbstractPatch. setSqlCommandPatchAction(PatchAction sqlCommandPatchAction) -
Uses of PatchAction in de.hybris.platform.patches.actions
Classes in de.hybris.platform.patches.actions that implement PatchAction Modifier and Type Class Description classImportPatchActionThis class is responsible for importing data (impexes) to the system.classSqlCommandPatchActionExecutes the database query during init/update.
-