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

io.ebeaninternal.server.core.RowReader Maven / Gradle / Ivy

There is a newer version: 15.8.1
Show newest version
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