Class JournalJdbcHelper

  • All Implemented Interfaces:

    
    public class JournalJdbcHelper
    
                        

    Helper for journal operations on databases, table must have delete_dt and commit_id columns. Before deleting, update commit_id=? and delete_dt=NOW(3), and then actually delete the record.

    Since:

    2019-09-28

    Author:

    trydofor