Files
spring-statemachine/spring-statemachine-samples
Janne Valkealahti 33a5370d01 Preliminary support for Spring Data persist
- Add new repository model for storing StateMachineContext
  via a new StateMachineRepository.
- New StateMachineRuntimePersister interface to abstract needed
  functionality to do a runtime machine persistence.
- As runtime persistence, as of now, is done via interceptors, define
  JpaRepositoryStateMachinePersist and JpaPersistingStateMachineInterceptor
  to define StateMachineRuntimePersister logic.
- Add new datajpapersist sample demonstrating new concepts.
- Keep tests related to jpa as there's not redis/mongo integration
  implemented in this first iteration.
- As this is going to be WIP until features around this issues
  are completed, docs, etc are not yet added. Also, interfaces and impls
  are subject to change during a process.
- Relates to #423
- Relates to #426
- Relates to #427
2017-11-18 16:38:49 +00:00
..
2016-03-05 11:28:34 +00:00
2016-09-30 07:55:12 +01:00
2016-11-09 14:18:35 +00:00
2016-09-30 07:55:12 +01:00
2017-06-10 09:11:35 +01:00
2015-12-13 11:13:58 +00:00
2015-11-18 11:52:06 +00:00
2016-05-06 17:24:54 +01:00
2015-11-26 09:36:47 +00:00
2015-11-26 09:36:47 +00:00
2016-03-28 10:44:48 +01:00
2015-11-26 09:36:47 +00:00