Interface CustomizedCommonSandboxableEntityRepository


public interface CustomizedCommonSandboxableEntityRepository
Advanced functionality related to sandbox discriminated entities.
Author:
Dima Myroniuk (dmyroniuk)
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    archiveNonProductionEntities(String sandboxId, List<Class<?>> entityTypes)
    Archives sandboxed non-production entities for the specified sandbox id.
  • Method Details

    • archiveNonProductionEntities

      @Transactional void archiveNonProductionEntities(String sandboxId, List<Class<?>> entityTypes)
      Archives sandboxed non-production entities for the specified sandbox id.
      Parameters:
      sandboxId - the sandbox id
      entityTypes - the entity type to archive