Class PurgeReport


  • public class PurgeReport
    extends java.lang.Object
    The purge report contains information about the deleted rows for each table and also the deleted values which are removed from the deployment cache. If now entities are deleted since the database was already clean the purge report is empty.
    Author:
    Christopher Zell
    • Constructor Detail

      • PurgeReport

        public PurgeReport()
    • Method Detail

      • setDatabasePurgeReport

        public void setDatabasePurgeReport​(DatabasePurgeReport databasePurgeReport)
      • setCachePurgeReport

        public void setCachePurgeReport​(CachePurgeReport cachePurgeReport)
      • isEmpty

        public boolean isEmpty()