| Package | Description |
|---|---|
| org.axonframework.common.jdbc |
| Constructor and Description |
|---|
PagingJdbcIterable(TransactionManager transactionManager,
Supplier<Connection> connectionProvider,
PagingJdbcIterable.PagingStatementSupplier pagingQuerySupplier,
int pageSize,
JdbcUtils.SqlResultConverter<R> resultConverter,
Function<SQLException,RuntimeException> errorHandler)
Construct a new
Iterable of type R, utilizing paging queries to retrieve the entries. |
Copyright © 2010–2025. All rights reserved.