Package | Description |
---|---|
org.seedstack.business.util.inmemory |
Provides in-memory implementations of some business concepts.
|
org.seedstack.jpa |
Provides classes to use JPA with Seed and the Business Framework.
|
org.seedstack.mongodb.morphia |
Modifier and Type | Class and Description |
---|---|
class |
BaseInMemoryRepository<A extends AggregateRoot<I>,I>
An helper base class that can be extended to create an in-memory
implementation of a
Repository . |
class |
DefaultInMemoryRepository<A extends AggregateRoot<I>,I>
Default repository implementation for in-memory persistence.
|
Modifier and Type | Class and Description |
---|---|
class |
BaseJpaRepository<A extends AggregateRoot<I>,I>
This class can serve as a base class for the JPA repositories.
|
Modifier and Type | Class and Description |
---|---|
class |
BaseMorphiaRepository<A extends AggregateRoot<ID>,ID>
This class can serve as a base class for Morphia repositories.
|
Copyright © 2013-2018–2019 SeedStack. All rights reserved.