java.lang.Object
org.simpleflatmapper.jdbc.ConnectedSelectQuery<T,P>
-
Constructor Summary
ConstructorsConstructorDescriptionConnectedSelectQuery(SelectQuery<T, P> delegate, TransactionTemplate txFactory) -
Method Summary
-
Constructor Details
-
ConnectedSelectQuery
-
-
Method Details
-
readFirst
- Throws:
SQLException
-
read
public <C extends org.simpleflatmapper.util.CheckedConsumer<? super T>> C read(P p, C consumer) throws SQLException - Throws:
SQLException
-