spring-webflow
spring-webflow copied to clipboard
Add support for persistent flow variables [SWF-368]
Keith Donald opened SWF-368 and commented
It would be convenient to allow the definition of persistent flow variables, that when created, automatically associate themselves with the flow's persistence context. e.g.
<var name="booking" class="example.Booking" persistent="true"/>
Issue Links:
- #998 Add Flow Managed Persistence Context Support for Hibernate and JPA ("depends on")
- #1174 Improve the design of the flow variable abstraction ("depends on")
1 votes, 1 watchers