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

com.jpattern.orm.query.IOrmRowMapper Maven / Gradle / Ivy

package com.jpattern.orm.query;

/**
 * An Orm object result reader
 * @author Francesco Cina
 *
 * 15/lug/2011
 */
public interface IOrmRowMapper  {

	/**
	 * this method is called for every object extracted by the IOrmQuery
	 * @param newObject
	 * @param rowCount
	 */
	void read(T newObject, int rowCount);
	
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy