001 package org.kuali.common.jdbc.reset; 002 003 import org.kuali.common.util.execute.Executable; 004 005 public interface JdbcResetConfig { 006 007 Executable jdbcResetExecutable(); 008 009 }