-
Feature Request
-
Resolution: Won't Do
-
Major
-
None
This method can be called from a web service method while a transaction is active to notify the framework that no changes have been made during execution of the service method. This is a useful alternative to annotating the ServiceRequest as ReadOnly as it allows the business logic to decide at runtime if modifications were made.
public interface Control { public void readOnly(); }
- is cloned by
-
JBTM-970 Allow a ServiceRequest to be annotated as read only
-
- Closed
-