Oracle NoSQL Database Examples
version 11gR2.2.0.26

Uses of Class
schema.Bindings

Packages that use Bindings
schema A client application that illustrates basic schema design. 
 

Uses of Bindings in schema
 

Methods in schema with parameters of type Bindings
(package private) static Object KeyDefinition.deserializeAny(Bindings bindings, Key key, Value value)
          Translates the given Key/Value to its corresponding Java object.
(package private)  Value UserInfo.getStoreValue(Bindings bindings)
          Serializes user info attributes into the byte array of a Value.
(package private)  Value UserImage.getStoreValue(Bindings bindings)
          Deserializes the image into the byte array of a Value.
(package private)  Value LoginSummary.getStoreValue(Bindings bindings)
          Serializes the summary attributes into the byte array of a Value.
(package private)  Value LoginSession.getStoreValue(Bindings bindings)
          Serializes the only attribute, session duration, into the byte array of a Value.
(package private)  void UserInfo.setStoreValue(Bindings bindings, Value value)
          Deserializes user info attributes from the byte array of a Value.
(package private)  void UserImage.setStoreValue(Bindings bindings, Value value)
          Deserializes the image from the byte array of a Value.
(package private)  void LoginSummary.setStoreValue(Bindings bindings, Value value)
          Deserializes the summary attributes from the byte array of a Value.
(package private)  void LoginSession.setStoreValue(Bindings bindings, Value value)
          Deserializes the only attribute, session duration, from the byte array of a Value.
 


Oracle NoSQL Database Examples
version 11gR2.2.0.26

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