Interface ObjectProvider<OBJECT>

All Known Implementing Classes:
AbstractObjectProvider, AssociationEntityPoolProvider, EntityPoolProvider, EntityProvider, MappedResultProvider, MapProvider, ScalarProvider

public interface ObjectProvider<OBJECT>
An object provider.

The object is mapped to a row of the result set.

  • Method Summary

    Modifier and Type
    Method
    Description
    get(ResultSet resultSet)
    Retrieve the object.
  • Method Details

    • get

      OBJECT get(ResultSet resultSet) throws SQLException
      Retrieve the object.
      Parameters:
      resultSet - the result set
      Returns:
      the object
      Throws:
      SQLException - if the result set throws SQLException.