Uses of Interface
org.axonframework.common.jdbc.PagingJdbcIterable.PagingStatementSupplier
Packages that use PagingJdbcIterable.PagingStatementSupplier
-
Uses of PagingJdbcIterable.PagingStatementSupplier in org.axonframework.common.jdbc
Constructors in org.axonframework.common.jdbc with parameters of type PagingJdbcIterable.PagingStatementSupplierModifierConstructorDescriptionPagingJdbcIterable(TransactionManager transactionManager, Supplier<Connection> connectionProvider, PagingJdbcIterable.PagingStatementSupplier pagingQuerySupplier, int pageSize, JdbcUtils.SqlResultConverter<R> resultConverter, Function<SQLException, RuntimeException> errorHandler) Construct a newIterableof typeR, utilizing paging queries to retrieve the entries.