Uses of Interface
org.axonframework.common.lock.LockFactory
Packages that use LockFactory
Package
Description
Classes related to event sourcing.
-
Uses of LockFactory in org.axonframework.common.lock
Classes in org.axonframework.common.lock that implement LockFactoryModifier and TypeClassDescriptionenumLockFactory implementation that does nothing.classImplementation of aLockFactorythat uses a pessimistic locking strategy. -
Uses of LockFactory in org.axonframework.config
Method parameters in org.axonframework.config with type arguments of type LockFactoryModifier and TypeMethodDescriptionAggregateConfigurer.configureLockFactory(Function<Configuration, LockFactory> lockFactory) Defines theLockFactoryto use in theRepositoryfor the aggregate under configuration. -
Uses of LockFactory in org.axonframework.eventsourcing
Methods in org.axonframework.eventsourcing with parameters of type LockFactoryModifier and TypeMethodDescriptionEventSourcingRepository.Builder.lockFactory(LockFactory lockFactory) Sets theLockFactoryused to lock an aggregate. -
Uses of LockFactory in org.axonframework.modelling.command
Methods in org.axonframework.modelling.command with parameters of type LockFactoryModifier and TypeMethodDescriptionGenericJpaRepository.Builder.lockFactory(LockFactory lockFactory) LockingRepository.Builder.lockFactory(LockFactory lockFactory) Sets theLockFactoryused to lock an aggregate. -
Uses of LockFactory in org.axonframework.modelling.command.legacyjpa
Methods in org.axonframework.modelling.command.legacyjpa with parameters of type LockFactoryModifier and TypeMethodDescriptionGenericJpaRepository.Builder.lockFactory(LockFactory lockFactory) -
Uses of LockFactory in org.axonframework.modelling.saga.repository
Methods in org.axonframework.modelling.saga.repository with parameters of type LockFactoryModifier and TypeMethodDescriptionAnnotatedSagaRepository.Builder.lockFactory(LockFactory lockFactory) LockingSagaRepository.Builder.lockFactory(LockFactory lockFactory) Sets theLockFactoryused to lock a saga.