Package org.axonframework.eventsourcing.eventstore.jdbc.statements
package org.axonframework.eventsourcing.eventstore.jdbc.statements
-
ClassDescriptionContract which defines how to build a PreparedStatement for use on
JdbcEventStorageEngine.appendEvents(List, Serializer)Contract which defines how to build a PreparedStatement for use onJdbcEventStorageEngine.storeSnapshot(DomainEventMessage, Serializer).Contract which defines how to build a PreparedStatement for use onJdbcEventStorageEngine.cleanGaps(TrackingToken)Contract which defines how to build a PreparedStatement for use onJdbcEventStorageEngine.createHeadToken()Contract which defines how to build a PreparedStatement for use onJdbcEventStorageEngine.createTailToken()Contract which defines how to build a PreparedStatement for use onJdbcEventStorageEngine.createTokenAt(Instant)Contract which defines how to build a PreparedStatement for use onJdbcEventStorageEngine.storeSnapshot(DomainEventMessage, Serializer)Contract which defines how to build a PreparedStatement for use onJdbcEventStorageEngine.fetchTrackedEvents(TrackingToken, int)Class which holds the defaultPreparedStatementbuilder methods for use in theJdbcEventStorageEngine.Contract which defines how to build a PreparedStatement for use onJdbcEventStorageEngine.lastSequenceNumberFor(String)Contract which defines how to build a PreparedStatement for use onJdbcEventStorageEngine.fetchDomainEvents(String, long, int)Contract which defines how to build a PreparedStatement for use onJdbcEventStorageEngine.fetchTrackedEvents(TrackingToken, int)Contract which defines how to build a PreparedStatement for use onJdbcEventStorageEngine.fetchTrackedEvents(TrackingToken, int)Contract which defines how to build a PreparedStatement for use oninvalid input: '@author Lucas Campos @since 4.3'Writer interface for writing a formatted timestamp to aPreparedStatementduring updates of the database.