
com.nfwork.dbfound.model.adapter.ExecuteAdapter Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of dbfound Show documentation
Show all versions of dbfound Show documentation
dbfound development platform
package com.nfwork.dbfound.model.adapter;
import com.nfwork.dbfound.core.Context;
import com.nfwork.dbfound.model.bean.Param;
import java.util.Map;
public interface ExecuteAdapter {
default void beforeExecute(Context context, Map params){
}
default void afterExecute(Context context, Map params){
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy