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