Resolved the Serialization and Deserialization issues for MultiValued Columns with... 70/7970/1
authorMadhu Venugopal <mavenugo@gmail.com>
Fri, 13 Jun 2014 06:11:47 +0000 (23:11 -0700)
committerMadhu Venugopal <mavenugo@gmail.com>
Fri, 13 Jun 2014 06:11:47 +0000 (23:11 -0700)
commit31de2f97a43518ecc501b8ee0137617baf6f2778
tree4d489ab6afaece7db251232aede3e02d698ca74f
parent385beff61442ecb64049aa0b8569123c3e080c97
Resolved the Serialization and Deserialization issues for MultiValued Columns with the specialized "set" and "map" indicators.

Fixed various classes where the KeyValue ColumnType is not handled.
Also added IT tests to cover both Serialization and Deserialization aspects of KeyValue ColumntType by using the external_ids column of Bridge table.

Change-Id: I067bba372da8c02b0befbdb5210dda9068ea397f
Signed-off-by: Madhu Venugopal <mavenugo@gmail.com>
library/src/main/java/org/opendaylight/ovsdb/lib/notation/Column.java
library/src/main/java/org/opendaylight/ovsdb/lib/notation/OvsDBMap.java
library/src/main/java/org/opendaylight/ovsdb/lib/operations/Insert.java
library/src/main/java/org/opendaylight/ovsdb/lib/schema/ColumnType.java
library/src/main/java/org/opendaylight/ovsdb/lib/schema/TableSchema.java
library/src/test/java/org/opendaylight/ovsdb/lib/OvsDBClientTestIT.java