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/persist/class-use/PrimaryIndex.html | 517 ++++++++++----------- 1 file changed, 233 insertions(+), 284 deletions(-) (limited to 'docs/java/com/sleepycat/persist/class-use/PrimaryIndex.html') diff --git a/docs/java/com/sleepycat/persist/class-use/PrimaryIndex.html b/docs/java/com/sleepycat/persist/class-use/PrimaryIndex.html index 4c8b47e8..4a2c992c 100644 --- a/docs/java/com/sleepycat/persist/class-use/PrimaryIndex.html +++ b/docs/java/com/sleepycat/persist/class-use/PrimaryIndex.html @@ -1,298 +1,247 @@ - - - - - -Uses of Class com.sleepycat.persist.PrimaryIndex (Oracle - Berkeley DB Java API) - - - - - - - - - - - - -
- - +//--> + + - - - - - - - - - - - - -
-Berkeley DB
version 5.3.21
-
- + + + + + - -
-
-

-Uses of Class
com.sleepycat.persist.PrimaryIndex

-
- - - - - - - - - - - - - -
-Packages that use PrimaryIndex
com.sleepycat.persistThe Direct Persistence Layer (DPL) adds a persistent object model to the -Berkeley DB transactional engine. 
com.sleepycat.persist.rawRaw data access for general purpose tools and manual conversions. 
-  -

- - - - - -
-Uses of PrimaryIndex in com.sleepycat.persist
-  -

- - - - - - - - - - - - - -
Methods in com.sleepycat.persist that return PrimaryIndex
- PrimaryIndex<PK,E>SecondaryIndex.getPrimaryIndex() - -
-          Returns the primary index associated with this secondary index.
- - - - - -
-<PK,E> PrimaryIndex<PK,E>
-
EntityStore.getPrimaryIndex(Class<PK> primaryKeyClass, - Class<E> entityClass) - -
-          Returns the primary index for a given entity class, opening it if - necessary.
-  -

- - - - - - - - - - - - - -
Methods in com.sleepycat.persist with parameters of type PrimaryIndex
- - - - - -
-<SK,PK,E> SecondaryIndex<SK,PK,E>
-
EntityStore.getSecondaryIndex(PrimaryIndex<PK,E> primaryIndex, - Class<SK> keyClass, - String keyName) - -
-          Returns a secondary index for a given primary index and secondary key, - opening it if necessary.
- - - - - -
-<SK,PK,E1,E2 extends E1> -
-SecondaryIndex<SK,PK,E2>
-
EntityStore.getSubclassIndex(PrimaryIndex<PK,E1> primaryIndex, - Class<E2> entitySubclass, - Class<SK> keyClass, - String keyName) - -
-          Returns a secondary index for a secondary key in an entity subclass, - opening it if necessary.
-  -

- - - - - - - - - - - -
Constructors in com.sleepycat.persist with parameters of type PrimaryIndex
EntityJoin(PrimaryIndex<PK,E> index) - -
-          Creates a join object for a given primary index.
SecondaryIndex(SecondaryDatabase database, - Database keysDatabase, - PrimaryIndex<PK,E> primaryIndex, - Class<SK> secondaryKeyClass, - EntryBinding<SK> secondaryKeyBinding) - -
-          Creates a secondary index without using an EntityStore.
-  -

- - - - - -
-Uses of PrimaryIndex in com.sleepycat.persist.raw
-  -

- - - - - - - - - -
Methods in com.sleepycat.persist.raw that return PrimaryIndex
- PrimaryIndex<Object,RawObject>RawStore.getPrimaryIndex(String entityClass) - -
-          Opens the primary index for a given entity class.
-  -

-


- - +
+

Uses of Class
com.sleepycat.persist.PrimaryIndex

+
+
+ +
- - - - - - - - - - - - -
-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