Package io.agistep.event.repository
Class SimpleAggregateRepository<AGG>
java.lang.Object
io.agistep.event.repository.SimpleAggregateRepository<AGG>
- All Implemented Interfaces:
AggregateRepository<AGG>
-
Constructor Summary
ConstructorsConstructorDescriptionSimpleAggregateRepository(AggregateInitializer<AGG> initializer, EventStorage storage) -
Method Summary
-
Constructor Details
-
SimpleAggregateRepository
-
-
Method Details
-
getNextId
public long getNextId()- Specified by:
getNextIdin interfaceAggregateRepository<AGG>
-
save
- Specified by:
savein interfaceAggregateRepository<AGG>
-
findById
- Specified by:
findByIdin interfaceAggregateRepository<AGG>
-