Uses of Class
org.axonframework.repository.LockingStrategy

Packages that use LockingStrategy
org.axonframework.eventsourcing Classes related to event sourcing. 
org.axonframework.repository Classes related to the repository interface and implementations. 
 

Uses of LockingStrategy in org.axonframework.eventsourcing
 

Constructors in org.axonframework.eventsourcing with parameters of type LockingStrategy
EventSourcingRepository(LockingStrategy lockingStrategy)
          Initialize a repository with the given locking strategy.
GenericEventSourcingRepository(Class<T> aggregateType, LockingStrategy lockingStrategy)
          Creates a GenericEventSourcingRepository for aggregates of the given aggregateType, using the given lockingStrategy.
 

Uses of LockingStrategy in org.axonframework.repository
 

Methods in org.axonframework.repository that return LockingStrategy
static LockingStrategy LockingStrategy.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static LockingStrategy[] LockingStrategy.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.axonframework.repository with parameters of type LockingStrategy
GenericJpaRepository(Class<T> aggregateType, LockingStrategy lockingStrategy)
          Initialize a repository for storing aggregates of the given aggregateType with an additional lockingStrategy.
LockingRepository(LockingStrategy lockingStrategy)
          Initialize the repository with the given lockingStrategy.
 



Copyright © 2011. All Rights Reserved.