All Downloads are FREE. Search and download functionalities are using the official Maven repository.

sf.database.mapper.MapperInvoke Maven / Gradle / Ivy

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