init
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
package com.eactive.eai.common.ibatis;
|
||||
|
||||
|
||||
public interface SqlMapClientRefreshable {
|
||||
|
||||
void refresh() throws Exception;
|
||||
|
||||
|
||||
void setCheckInterval(int ms);
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user