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 | 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 | 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) 1996, 2020 Oracle and/or its affiliates. All rights reserved.