Merge changes Iec115491,I5b6f87c7,I6c05abf0
authorBrent Salisbury <brent.salisbury@gmail.com>
Wed, 27 Aug 2014 02:15:07 +0000 (02:15 +0000)
committerGerrit Code Review <gerrit@opendaylight.org>
Wed, 27 Aug 2014 02:15:07 +0000 (02:15 +0000)
commit496eba7b9fc0d6ff8f6f3ba461ad1c30b7a2e8bc
tree6fe8a3a0cf9c39a23962719c479ee2a4959ede72
parentffb18bd7ae022d67febdc4366fcb3b6d90637878
parent6d484b1cfbaa757726f3c6d380b755e56052b6bf
Merge changes Iec115491,I5b6f87c7,I6c05abf0

* changes:
  Added a few convenience methods in plugin that can be used with or without passing the Parent Table and Column info for inserting and deleting rows.
  Removed unused ObjectMapper which is potentially confusing
  GET API uses @Consumes annotation incorrectly, while it should be @Produces.