| Class | Description |
|---|---|
| JpaTransactionActionBean | |
| JpaTransactionInterceptor |
Interceptor die een transactie start:
Indien de ActionBean een Transactional annotatie heeft, na de ActionBeanResolution
lifecycle state.
|
| SelectivePopulationStrategy |
When you want to select the populationstrategy per actionbean, this the way to go:
Drop the SelectivePopulationStrategy into Stripes' extensions package and annotate your action bean.
|
| Annotation Type | Description |
|---|---|
| CustomPopulationStrategy |
From: http://www.stripesframework.org/display/stripes/Overriding+PopulationStrategy+per+ActionBean
|
| Transactional |
Copyright © 2015. All rights reserved.