Uses of Interface
org.axonframework.eventsourcing.eventstore.jdbc.statements.ReadEventDataWithGapsStatementBuilder
Packages that use ReadEventDataWithGapsStatementBuilder
Package
Description
JDBC Implementation of the EventStore.
-
Uses of ReadEventDataWithGapsStatementBuilder in org.axonframework.eventsourcing.eventstore.jdbc
Methods in org.axonframework.eventsourcing.eventstore.jdbc with parameters of type ReadEventDataWithGapsStatementBuilderModifier and TypeMethodDescriptionJdbcEventStorageEngine.Builder.readEventDataWithGaps(ReadEventDataWithGapsStatementBuilder readEventDataWithGaps) Set the PreparedStatement to be used onJdbcEventStorageEngine.readEventDataWithGaps(Connection, long, int, List).