io.ebeaninternal.server.core.RowReader Maven / Gradle / Ivy
package io.ebeaninternal.server.core;
import java.sql.SQLException;
/**
* Read a row building a result for that row.
*/
public interface RowReader {
/**
* Build and return a result for a row.
*/
T read() throws SQLException;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy