Class GenericTableSchema
java.lang.Object
org.opendaylight.ovsdb.lib.schema.TableSchema<GenericTableSchema>
org.opendaylight.ovsdb.lib.schema.GenericTableSchema
- 
Field Summary
Fields inherited from class org.opendaylight.ovsdb.lib.schema.TableSchema
UUID_COLUMN_SCHMEMA, VERSION_COLUMN_SCHMEMA - 
Constructor Summary
ConstructorsConstructorDescriptionGenericTableSchema(String name) GenericTableSchema(String name, Map<String, ColumnSchema> columns) GenericTableSchema(TableSchema tableSchema)  - 
Method Summary
Methods inherited from class org.opendaylight.ovsdb.lib.schema.TableSchema
as, column, column, createRow, createRows, getColumnList, getColumns, getColumnSchemas, getColumnType, getName, hasColumn, haveInternallyGeneratedColumns, insert, multiValuedColumn, multiValuedColumn, updatesFromJson 
- 
Constructor Details
- 
GenericTableSchema
 - 
GenericTableSchema
 - 
GenericTableSchema
 
 - 
 - 
Method Details
- 
fromJson
public static GenericTableSchema fromJson(String tableName, com.fasterxml.jackson.databind.JsonNode json)  - 
withInternallyGeneratedColumns
- Specified by:
 withInternallyGeneratedColumnsin classTableSchema<GenericTableSchema>
 
 -