Uses of Class
org.axonframework.eventsourcing.eventstore.legacyjpa.JpaEventStorageEngine.Builder
Packages that use JpaEventStorageEngine.Builder
-
Uses of JpaEventStorageEngine.Builder in org.axonframework.eventsourcing.eventstore.legacyjpa
Methods in org.axonframework.eventsourcing.eventstore.legacyjpa that return JpaEventStorageEngine.BuilderModifier and TypeMethodDescriptionJpaEventStorageEngine.Builder.batchSize(int batchSize) JpaEventStorageEngine.builder()Deprecated.Instantiate a Builder to be able to create aJpaEventStorageEngine.JpaEventStorageEngine.Builder.dataSource(DataSource dataSource) Sets thePersistenceExceptionResolveras aSQLErrorCodesResolver, using the providedDataSourceto resolve the error codes.JpaEventStorageEngine.Builder.entityManagerProvider(EntityManagerProvider entityManagerProvider) Sets theEntityManagerProviderwhich provides theEntityManagerused to access the underlying database for thisEventStorageEngineimplementation.JpaEventStorageEngine.Builder.eventSerializer(Serializer eventSerializer) JpaEventStorageEngine.Builder.explicitFlush(boolean explicitFlush) Sets theexplicitFlushfield specifying whether to explicitly callEntityManager.flush()after inserting the Events published in this Unit of Work.JpaEventStorageEngine.Builder.finalAggregateBatchPredicate(Predicate<List<? extends DomainEventData<?>>> finalAggregateBatchPredicate) Defines the predicate to use to recognize the terminal batch when reading an event stream for an aggregate.JpaEventStorageEngine.Builder.gapCleaningThreshold(int gapCleaningThreshold) Sets the threshold of number of gaps in a token before an attempt to clean gaps up is taken.JpaEventStorageEngine.Builder.gapTimeout(int gapTimeout) Sets the amount of time until a 'gap' in a TrackingToken may be considered timed out.JpaEventStorageEngine.Builder.lowestGlobalSequence(long lowestGlobalSequence) Sets thelowestGlobalSequencespecifying the first expected auto generated sequence number.JpaEventStorageEngine.Builder.maxGapOffset(int maxGapOffset) Sets themaxGapOffsetspecifying the maximum distance in sequence numbers between a missing event and the event with the highest known index.JpaEventStorageEngine.Builder.persistenceExceptionResolver(PersistenceExceptionResolver persistenceExceptionResolver) JpaEventStorageEngine.Builder.snapshotFilter(Predicate<? super DomainEventData<?>> snapshotFilter) Deprecated.JpaEventStorageEngine.Builder.snapshotFilter(SnapshotFilter snapshotFilter) JpaEventStorageEngine.Builder.snapshotSerializer(Serializer snapshotSerializer) JpaEventStorageEngine.Builder.transactionManager(TransactionManager transactionManager) Sets theTransactionManagerused to manage transaction around fetching event data.JpaEventStorageEngine.Builder.upcasterChain(EventUpcaster upcasterChain) Constructors in org.axonframework.eventsourcing.eventstore.legacyjpa with parameters of type JpaEventStorageEngine.BuilderModifierConstructorDescriptionprotectedDeprecated.Instantiate aJpaEventStorageEnginebased on the fields contained in theJpaEventStorageEngine.Builder.
snapshotFilter(SnapshotFilter)