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/persist/EntityJoin.html | 725 ++++++++++++------------ 1 file changed, 354 insertions(+), 371 deletions(-) (limited to 'docs/java/com/sleepycat/persist/EntityJoin.html') diff --git a/docs/java/com/sleepycat/persist/EntityJoin.html b/docs/java/com/sleepycat/persist/EntityJoin.html index c19547b0..01a1ea26 100644 --- a/docs/java/com/sleepycat/persist/EntityJoin.html +++ b/docs/java/com/sleepycat/persist/EntityJoin.html @@ -1,107 +1,105 @@ - - - - - -EntityJoin (Oracle - Berkeley DB Java API) - - - - - - - - - - - - -
- - +//--> + + - - - - - - - - - - - - - - - - -
-Berkeley DB
version 5.3.21
-
- + + +
+ + +
+ + + - -
-

- -com.sleepycat.persist -
-Class EntityJoin<PK,E>

-
-java.lang.Object
-  extended by com.sleepycat.persist.EntityJoin<PK,E>
-
-
-
-
public class EntityJoin<PK,E>
extends Object
- - -

-Performs an equality join on two or more secondary keys. +

+
com.sleepycat.persist
+

Class EntityJoin<PK,E>

+
+
+ +
+
    +
  • +
    +
    +
    public class EntityJoin<PK,E>
    +extends java.lang.Object
    +
    Performs an equality join on two or more secondary keys.

    EntityJoin objects are thread-safe. Multiple threads may safely call the methods of a shared EntityJoin object.

    @@ -136,305 +134,290 @@ Performs an equality join on two or more secondary keys. } } finally { results.close(); - } -

    - -

    -


    - -

    - + }

    +
  • +
+
+
+ +
+
+
    +
  • - - - - - - -
    -Constructor Detail
    - -

    -EntityJoin

    -
    -public EntityJoin(PrimaryIndex<PK,E> index)
    -
    -
    Creates a join object for a given primary index. -

    -

    -
    Parameters:
    index - the primary index on which the join will operate.
    -
    - +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        EntityJoin

        +
        public EntityJoin(PrimaryIndex<PK,E> index)
        +
        Creates a join object for a given primary index.
        +
        Parameters:
        index - the primary index on which the join will operate.
        +
      • +
      +
    • +
    - - - - - - -
    -Method Detail
    - -

    -addCondition

    -
    -public <SK> void addCondition(SecondaryIndex<SK,PK,E> index,
    -                              SK key)
    -
    -
    Adds a secondary key condition to the equality join. Only entities +
      +
    • + + +

      Method Detail

      + + + + + +
        +
      • +

        addCondition

        +
        public <SK> void addCondition(SecondaryIndex<SK,PK,E> index,
        +                     SK key)
        +
        Adds a secondary key condition to the equality join. Only entities having the given key value in the given secondary index will be returned - by the join operation. -

        -

        -
        Parameters:
        index - the secondary index containing the given key value.
        key - the key value to match during the join.
        -
        -
    -
    - -

    -entities

    -
    -public ForwardCursor<E> entities()
    -                          throws DatabaseException
    -
    -
    Opens a cursor that returns the entities qualifying for the join. The + by the join operation.
+
Parameters:
index - the secondary index containing the given key value.
key - the key value to match during the join.
+ + + + + + + + + + + + + + + + + + + + + + +
+ -
- - - - - - - - - - - - - - - - - - -
-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