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

org.onetwo.dbm.jdbc.mapper.RowMapperFactory Maven / Gradle / Ivy

The newest version!
package org.onetwo.dbm.jdbc.mapper;

import org.onetwo.common.db.dquery.NamedQueryInvokeContext;

public interface RowMapperFactory {
	public DataRowMapper createRowMapper(Class type);
	public DataRowMapper createRowMapper(NamedQueryInvokeContext invokeContext);
	
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy