Berkeley DB XML
version 2.5.16

Uses of Interface
com.sleepycat.persist.EntityCursor

Packages that use EntityCursor
com.sleepycat.persist The Direct Persistence Layer (DPL) adds a persistent object model to the Berkeley DB transactional engine. 
 

Uses of EntityCursor in com.sleepycat.persist
 

Methods in com.sleepycat.persist that return EntityCursor
 EntityCursor<V> EntityCursor.dup()
          Duplicates the cursor at the cursor position.
 EntityCursor<V> EntityIndex.entities()
          Opens a cursor for traversing all entities in this index.
 EntityCursor<V> EntityIndex.entities(K fromKey, boolean fromInclusive, K toKey, boolean toInclusive)
          Opens a cursor for traversing entities in a key range.
 EntityCursor<V> EntityIndex.entities(Transaction txn, CursorConfig config)
          Opens a cursor for traversing all entities in this index.
 EntityCursor<V> EntityIndex.entities(Transaction txn, K fromKey, boolean fromInclusive, K toKey, boolean toInclusive, CursorConfig config)
          Opens a cursor for traversing entities in a key range.
 EntityCursor<K> EntityIndex.keys()
          Opens a cursor for traversing all keys in this index.
 EntityCursor<K> EntityIndex.keys(K fromKey, boolean fromInclusive, K toKey, boolean toInclusive)
          Opens a cursor for traversing keys in a key range.
 EntityCursor<K> EntityIndex.keys(Transaction txn, CursorConfig config)
          Opens a cursor for traversing all keys in this index.
 EntityCursor<K> EntityIndex.keys(Transaction txn, K fromKey, boolean fromInclusive, K toKey, boolean toInclusive, CursorConfig config)
          Opens a cursor for traversing keys in a key range.
 


Berkeley DB XML
version 2.5.16

Copyright (c) 1996,2009 Oracle. All rights reserved.