Uses of Interface
com.github.kagkarlsson.jdbc.ResultSetMapper
Packages that use ResultSetMapper
-
Uses of ResultSetMapper in com.github.kagkarlsson.jdbc
Classes in com.github.kagkarlsson.jdbc that implement ResultSetMapperFields in com.github.kagkarlsson.jdbc declared as ResultSetMapperModifier and TypeFieldDescriptionstatic final ResultSetMapper<Boolean>Mappers.NON_EMPTY_RESULTSETMethods in com.github.kagkarlsson.jdbc with parameters of type ResultSetMapperModifier and TypeMethodDescription<T> TJdbcRunner.query(String query, PreparedStatementSetter setParameters, ResultSetMapper<T> resultSetMapper) -
Uses of ResultSetMapper in com.github.kagkarlsson.scheduler.jdbc
Fields in com.github.kagkarlsson.scheduler.jdbc with type parameters of type ResultSetMapperModifier and TypeFieldDescriptionfinal Supplier<ResultSetMapper<List<Execution>>>JdbcTaskRepositoryContext.resultSetMapper