See: Description
Class | Description |
---|---|
BaseInMemoryRepository<A extends AggregateRoot<I>,I> |
An helper base class that can be extended to create an in-memory
implementation of a
Repository . |
DefaultInMemoryRepository<A extends AggregateRoot<I>,I> |
Default repository implementation for in-memory persistence.
|
InMemorySequenceGenerator |
Identity generator that generates
Long numbers by using an every-incrementing AtomicLong . |
Annotation Type | Description |
---|---|
InMemory |
Qualifier annotation that can be used at injection points to specify that an in-memory implementation should be
injected.
|
Copyright © 2013-2018–2019 SeedStack. All rights reserved.