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)
commita8994e33dec1789f5ea1a8b1ef667ca38953094f
treeb91dd84cb956add4a4368103bd3d8cdabfb9d536
parented74a76221be74ffcd9888435c08639ec94553ae
parent3b278c99b7c97191e9a98987f7e4ea0f754878e0
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.