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. --- .../sleepycat/bind/class-use/EntityBinding.html | 681 ++++++++++----------- 1 file changed, 320 insertions(+), 361 deletions(-) (limited to 'docs/java/com/sleepycat/bind/class-use/EntityBinding.html') diff --git a/docs/java/com/sleepycat/bind/class-use/EntityBinding.html b/docs/java/com/sleepycat/bind/class-use/EntityBinding.html index 88d48392..9cdde7d1 100644 --- a/docs/java/com/sleepycat/bind/class-use/EntityBinding.html +++ b/docs/java/com/sleepycat/bind/class-use/EntityBinding.html @@ -1,376 +1,335 @@ - - - - - -Uses of Interface com.sleepycat.bind.EntityBinding (Oracle - Berkeley DB Java API) - - - - - - - - - - - - -
- - +//--> + + - - - - - - - - - - - - -
-Berkeley DB
version 5.3.21
-
- + + + + + - -
-
-

-Uses of Interface
com.sleepycat.bind.EntityBinding

-
- - - - - - - - - - - - - - - - - - - - - -
-Packages that use EntityBinding
com.sleepycat.bind.serialBindings that use Java serialization. 
com.sleepycat.bind.tupleBindings that use sequences of primitive fields, or tuples. 
com.sleepycat.collectionsData access based on the standard Java collections API. 
com.sleepycat.persistThe Direct Persistence Layer (DPL) adds a persistent object model to the -Berkeley DB transactional engine. 
-  -

- - - - - -
-Uses of EntityBinding in com.sleepycat.bind.serial
-  -

- - - - - - - - - - - - - - - - - -
Classes in com.sleepycat.bind.serial that implement EntityBinding
- classSerialSerialBinding<K,D,E> - -
-          An abstract EntityBinding that treats an entity's key entry and - data entry as serialized objects.
- classTupleSerialBinding<D,E> - -
-          An abstract EntityBinding that treats an entity's key entry as - a tuple and its data entry as a serialized object.
- classTupleSerialMarshalledBinding<E extends MarshalledTupleKeyEntity> - -
-          A concrete TupleSerialBinding that delegates to the - MarshalledTupleKeyEntity interface of the entity class.
-  -

- - - - - -
-Uses of EntityBinding in com.sleepycat.bind.tuple
-  -

- - - - - - - - - - - - + + +
Classes in com.sleepycat.bind.tuple that implement EntityBinding
- classTupleTupleBinding<E> - -
-          An abstract EntityBinding that treats an entity's key entry and - data entry as tuples.
- classTupleTupleMarshalledBinding<E extends MarshalledTupleEntry & MarshalledTupleKeyEntity> - -
-          A concrete TupleTupleBinding that delegates to the +
+

Uses of Interface
com.sleepycat.bind.EntityBinding

+
+
+
+
+ +

  • + + +

    Uses of EntityBinding in com.sleepycat.collections

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    Constructors in com.sleepycat.collections with parameters of type EntityBinding 
    Constructor and Description
    StoredList(Database database, + EntityBinding<E> valueEntityBinding, + boolean writeAllowed) +
    Creates a list entity view of a Database.
    +
    StoredList(Database database, + EntityBinding<E> valueEntityBinding, + PrimaryKeyAssigner keyAssigner) +
    Creates a list entity view of a Database with a PrimaryKeyAssigner.
    +
    StoredMap(Database database, + EntryBinding<K> keyBinding, + EntityBinding<V> valueEntityBinding, + boolean writeAllowed) +
    Creates a map entity view of a Database.
    +
    StoredMap(Database database, + EntryBinding<K> keyBinding, + EntityBinding<V> valueEntityBinding, + PrimaryKeyAssigner keyAssigner) +
    Creates a map entity view of a Database with a PrimaryKeyAssigner.
    +
    StoredSortedMap(Database database, + EntryBinding<K> keyBinding, + EntityBinding<V> valueEntityBinding, + boolean writeAllowed) +
    Creates a sorted map entity view of a Database.
    +
    StoredSortedMap(Database database, + EntryBinding<K> keyBinding, + EntityBinding<V> valueEntityBinding, + PrimaryKeyAssigner keyAssigner) +
    Creates a sorted map entity view of a Database with a PrimaryKeyAssigner.
    +
    StoredSortedValueSet(Database database, + EntityBinding<E> valueEntityBinding, + boolean writeAllowed) +
    Creates a sorted value set entity view of a Database.
    +
    StoredValueSet(Database database, + EntityBinding<E> valueEntityBinding, + boolean writeAllowed) +
    Creates a value set entity view of a Database.
    +
    +
  • +
  • + + +

    Uses of EntityBinding in com.sleepycat.persist

    + + + + + + + + + + + + +
    Methods in com.sleepycat.persist that return EntityBinding 
    Modifier and TypeMethod and Description
    EntityBinding<E>PrimaryIndex.getEntityBinding() +
    Returns the entity binding for this index.
    +
    + + + + + + + + + + +
    Constructors in com.sleepycat.persist with parameters of type EntityBinding 
    Constructor and Description
    PrimaryIndex(Database database, + java.lang.Class<PK> keyClass, + EntryBinding<PK> keyBinding, + java.lang.Class<E> entityClass, + EntityBinding<E> entityBinding) +
    Creates a primary index without using an EntityStore.
    +
    +
  • + + + + - - - - - - - - - - - - -
    -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