ERXUnsafeReadWriteRouteController< T extends EOEnterpriseObject > Class Reference
List of all members.
Detailed Description
If you just want to quickly drop in a controller to test
your entities, you can use or extend ERXUnsafeReadWriteRouteController. This provides a default read/write interface to the attributes and to-one relationships of the specified entity.
routeRequestHandler.addDefaultRoutes(YourEntity.ENTITY_NAME, ERXUnsafeReadWriteRouteController.class);
- Author:
- mschrag
- Parameters:
-
| <T> | the type of your entity |
Constructor & Destructor Documentation
| ERXUnsafeReadWriteRouteController |
( |
WORequest |
request |
) |
|
Member Function Documentation
| boolean allowUpdates |
( |
|
) |
[protected] |
The documentation for this class was generated from the following file: