Package | Description |
---|---|
com.sleepycat.db | |
com.sleepycat.persist |
The Direct Persistence Layer (DPL) adds a persistent object model to the
Berkeley DB transactional engine.
|
Modifier and Type | Method and Description |
---|---|
Sequence |
Database.openSequence(Transaction txn,
DatabaseEntry key,
SequenceConfig config)
Open a sequence represented by the key in the database.
|
Modifier and Type | Method and Description |
---|---|
Sequence |
EntityStore.getSequence(java.lang.String name)
Returns a named sequence for using Berkeley DB engine API directly,
opening it if necessary.
|
Copyright (c) 1996, 2017 Oracle and/or its affiliates. All rights reserved.