Class RecurringJobTable

    • Constructor Detail

      • RecurringJobTable

        public RecurringJobTable​(java.sql.Connection connection,
                                 Dialect dialect,
                                 java.lang.String tablePrefix,
                                 JobMapper jobMapper)
    • Method Detail

      • save

        public RecurringJob save​(RecurringJob recurringJob)
                          throws java.sql.SQLException
        Throws:
        java.sql.SQLException
      • selectAll

        public java.util.List<RecurringJob> selectAll()
      • count

        public long count()
                   throws java.sql.SQLException
        Throws:
        java.sql.SQLException
      • deleteById

        public int deleteById​(java.lang.String id)
                       throws java.sql.SQLException
        Throws:
        java.sql.SQLException