Class DbPatchAction

All Implemented Interfaces:
Comparable<DbPostAction>

public class DbPatchAction extends DbPostAction
Delegates all operations to DbPostAction which currently implements all POST/PUT/PATCH methods.

Currently this class exists as a potential future compatibility shim and so that people looking at the source code tree before really digging in will not be confused by the superficial lack of a PATCH action class.

  • Constructor Details

    • DbPatchAction

      public DbPatchAction()