Oracle NoSQL Database
version 11gR2.2.0.26

Uses of Class
oracle.kv.avro.SchemaNotAllowedException

Packages that use SchemaNotAllowedException
oracle.kv.avro Binding classes for serializing and deserializing Values as Avro binary data. 
 

Uses of SchemaNotAllowedException in oracle.kv.avro
 

Methods in oracle.kv.avro that throw SchemaNotAllowedException
 T SpecificAvroBinding.toObject(Value value)
          After doing a read operation using a KVStore method, the user calls toObject with the Value obtained from the read operation.
 JsonRecord JsonAvroBinding.toObject(Value value)
          After doing a read operation using a KVStore method, the user calls toObject with the Value obtained from the read operation.
 GenericRecord GenericAvroBinding.toObject(Value value)
          After doing a read operation using a KVStore method, the user calls toObject with the Value obtained from the read operation.
 T AvroBinding.toObject(Value value)
          After doing a read operation using a KVStore method, the user calls toObject with the Value obtained from the read operation.
 Value GenericAvroBinding.toValue(GenericRecord object)
          Before doing a write operation, the user calls toValue passing an object she wishes to store.
 Value JsonAvroBinding.toValue(JsonRecord object)
          Before doing a write operation, the user calls toValue passing an object she wishes to store.
 Value SpecificAvroBinding.toValue(T object)
          Before doing a write operation, the user calls toValue passing an object she wishes to store.
 Value AvroBinding.toValue(T object)
          Before doing a write operation, the user calls toValue passing an object she wishes to store.
 


Oracle NoSQL Database
version 11gR2.2.0.26

Copyright (c) 2011, 2013 Oracle and/or its affiliates. All rights reserved.