Interface HibernateStatementListener

    • Method Detail

      • notifySelectStatement

        void notifySelectStatement​(String sql)
      • notifyUpdateStatement

        void notifyUpdateStatement​(String sql)
      • notifyInsertStatement

        void notifyInsertStatement​(String sql)
      • notifyDeleteStatement

        void notifyDeleteStatement​(String sql)