From 780b92ada9afcf1d58085a83a0b9e6bc982203d1 Mon Sep 17 00:00:00 2001 From: Lorry Tar Creator Date: Tue, 17 Feb 2015 17:25:57 +0000 Subject: Imported from /home/lorry/working-area/delta_berkeleydb/db-6.1.23.tar.gz. --- docs/java/com/sleepycat/bind/EntityBinding.html | 493 ++++++++++++------------ 1 file changed, 246 insertions(+), 247 deletions(-) (limited to 'docs/java/com/sleepycat/bind/EntityBinding.html') diff --git a/docs/java/com/sleepycat/bind/EntityBinding.html b/docs/java/com/sleepycat/bind/EntityBinding.html index 4e946d7f..59265688 100644 --- a/docs/java/com/sleepycat/bind/EntityBinding.html +++ b/docs/java/com/sleepycat/bind/EntityBinding.html @@ -1,270 +1,269 @@ - - - - - -EntityBinding (Oracle - Berkeley DB Java API) - - - - - - - - - - - - -
- - +//--> + + - - - - - - - - - - - - - - - - -
-Berkeley DB
version 5.3.21
-
- + + +
+ + +
+ + + - -
-

- -com.sleepycat.bind -
-Interface EntityBinding<E>

-
-
All Known Implementing Classes:
SerialSerialBinding, TupleSerialBinding, TupleSerialMarshalledBinding, TupleTupleBinding, TupleTupleMarshalledBinding
-
-
-
-
public interface EntityBinding<E>
- - -

-A binding between a key-value entry pair and an entity object. +

+
com.sleepycat.bind
+

Interface EntityBinding<E>

+
+
+
+
    +
  • +
    +
    All Known Implementing Classes:
    +
    SerialSerialBinding, TupleSerialBinding, TupleSerialMarshalledBinding, TupleTupleBinding, TupleTupleMarshalledBinding
    +
    +
    +
    +
    public interface EntityBinding<E>
    +
    A binding between a key-value entry pair and an entity object.

    WARNING: Binding instances are typically shared by multiple threads and binding methods are called without any special synchronization. Therefore, bindings must be thread safe. In general no shared state should be used and any caching of computed values must be done with proper - synchronization.

    -

    - -

    -


    - -

    - + synchronization.

    +
  • +
+
+
+ +
+
+
    +
  • - - - - - - -
    -Method Detail
    - -

    -entryToObject

    -
    -E entryToObject(DatabaseEntry key,
    -                DatabaseEntry data)
    -
    -
    Converts key and data entry buffers into an entity Object. -

    -

    -
    Parameters:
    key - is the source key entry.
    data - is the source data entry. -
    Returns:
    the resulting Object.
    -
    -
    -
    - -

    -objectToKey

    -
    -void objectToKey(E object,
    -                 DatabaseEntry key)
    -
    -
    Extracts the key entry from an entity Object. -

    -

    -
    Parameters:
    object - is the source Object.
    key - is the destination entry buffer.
    -
    -
    -
    - -

    -objectToData

    -
    -void objectToData(E object,
    -                  DatabaseEntry data)
    -
    -
    Extracts the data entry from an entity Object. -

    -

    -
    Parameters:
    object - is the source Object.
    data - is the destination entry buffer.
    -
    -
    +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        entryToObject

        +
        E entryToObject(DatabaseEntry key,
        +              DatabaseEntry data)
        +
        Converts key and data entry buffers into an entity Object.
        +
        Parameters:
        key - is the source key entry.
        data - is the source data entry.
        +
        Returns:
        the resulting Object.
        +
      • +
      + + + + + +
        +
      • +

        objectToKey

        +
        void objectToKey(E object,
        +               DatabaseEntry key)
        +
        Extracts the key entry from an entity Object.
        +
        Parameters:
        object - is the source Object.
        key - is the destination entry buffer.
        +
      • +
      + + + + + +
        +
      • +

        objectToData

        +
        void objectToData(E object,
        +                DatabaseEntry data)
        +
        Extracts the data entry from an entity Object.
        +
        Parameters:
        object - is the source Object.
        data - is the destination entry buffer.
        +
      • +
      +
    • +
    +
  • +
+
+
-
- - - - - - - - - - - - - - - - - - -
-Berkeley DB
version 5.3.21
-
- + + +
+ + +
+ + + - -
-Copyright (c) 1996, 2012 Oracle and/or its affiliates. All rights reserved. - - +

Copyright (c) 1996, 2015 Oracle and/or its affiliates. All rights reserved.

+ + -- cgit v1.2.1