Polish docs
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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>>
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user