- 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
-
Method Details
-
get
Retrieve the object.- Parameters:
resultSet- the result set- Returns:
- the object
- Throws:
SQLException- if the result set throwsSQLException.
-