
sf.database.mapper.MapperInvoke Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sorm Show documentation
Show all versions of sorm Show documentation
java jpa tool for spring
The newest version!
package sf.database.mapper;
import sf.database.dao.DBClient;
import java.lang.reflect.Method;
/**
* @author
*/
public interface MapperInvoke {
Object call(DBClient client, Class> entityClass, Method m, Object[] args);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy