| 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 | Field and Description | 
|---|---|
static SequenceConfig | 
SequenceConfig.DEFAULT
Default configuration used if null is passed to methods that create a
    cursor. 
 | 
| 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. 
 | 
void | 
Database.removeSequence(Transaction txn,
              DatabaseEntry key,
              SequenceConfig config)
Remove the sequence from the database. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
SequenceConfig | 
EntityStore.getSequenceConfig(java.lang.String name)
Returns the default Berkeley DB engine API configuration for a named key
 sequence. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
EntityStore.setSequenceConfig(java.lang.String name,
                 SequenceConfig config)
Configures a named key sequence using the Berkeley DB engine API. 
 | 
Copyright (c) 1996, 2019 Oracle and/or its affiliates. All rights reserved.