Package | Description |
---|---|
com.sleepycat.persist |
The Direct Persistence Layer (DPL) adds a persistent object model to the
Berkeley DB transactional engine.
|
Modifier and Type | Interface and Description |
---|---|
interface |
EntityCursor<V>
Traverses entity values or key values and allows deleting or updating the
entity at the current cursor position.
|
Modifier and Type | Method and Description |
---|---|
ForwardCursor<E> |
EntityJoin.entities()
Opens a cursor that returns the entities qualifying for the join.
|
ForwardCursor<E> |
EntityJoin.entities(Transaction txn,
CursorConfig config)
Opens a cursor that returns the entities qualifying for the join.
|
ForwardCursor<PK> |
EntityJoin.keys()
Opens a cursor that returns the primary keys of entities qualifying for
the join.
|
ForwardCursor<PK> |
EntityJoin.keys(Transaction txn,
CursorConfig config)
Opens a cursor that returns the primary keys of entities qualifying for
the join.
|
Copyright (c) 2002, 2017 Oracle and/or its affiliates. All rights reserved.