Polish docs

This commit is contained in:
Janne Valkealahti
2021-03-13 13:03:21 +00:00
parent 439c854cac
commit adce03c2e4
3 changed files with 5 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
[[statemachine-examples-datapersist]]
== Data Persist
[[statemachine-examples-datajpapersist]]
== Data JPA Persist
The data persist sample shows how you can state machine concepts
with a persisting machine in an external repository. This sample uses

View File

@@ -42,6 +42,8 @@ normal build cycle. This chapter includes the following samples:
<<statemachine-examples-datapersist>>
<<statemachine-examples-datajpapersist>>
<<statemachine-examples-datajpamultipersist>>
<<statemachine-examples-monitoring>>

View File

@@ -46,6 +46,7 @@ specifically handle the case in which the same bean is called by different
state machines. This limitation is something that will be resolved in
future releases.
[[state-machine-via-builder]]
=== State Machine through a Builder
Using adapters (as shown above) has a limitation imposed by its