 | Create Entity Action | This adds an action that allows to create a basic entity |
 | Create Entity Key Action | This adds an action that allows to create a entity key for a given entity |
 | Save Entity Action | This adds an action that allows to save a given entity |
 | Load Entity Action | This adds an action that allows to load a given entity |
 | Load Entity List Action | This adds an action that allows to load a list of entities meeting the given criteria |
 | Load Entity Lenient Action | This adds an action that allows to load an entity from the database, given the key of the item to be load |
 | Load List Action | This adds an action that supports the loading of lists using reflection given an entity name and list method. |
 | Begin Transaction Action | This adds an action for beginning a new database transaction |
 | Commit Transaction Action | This adds an action for committing a nested database transaction |
 | Rollback Transaction Action | This adds an action for rolling back a nested database transaction |