|
Berkeley DB Java Edition version ${release.version} |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SequenceConfig | |
---|---|
com.sleepycat.je | Foundation for creating environments, databases and transactions; provides cursor based data access. |
com.sleepycat.persist | The Direct Persistence Layer (DPL) adds a persistent object model to the Berkeley DB transactional engine. |
Uses of SequenceConfig in com.sleepycat.je |
---|
Fields in com.sleepycat.je declared as SequenceConfig | |
---|---|
static SequenceConfig |
SequenceConfig.DEFAULT
Default configuration used if null is passed to methods that create a cursor. |
Methods in com.sleepycat.je with parameters of type SequenceConfig | |
---|---|
Sequence |
Database.openSequence(Transaction txn,
DatabaseEntry key,
SequenceConfig config)
Opens a sequence in the database. |
Uses of SequenceConfig in com.sleepycat.persist |
---|
Methods in com.sleepycat.persist that return SequenceConfig | |
---|---|
SequenceConfig |
EntityStore.getSequenceConfig(String name)
Returns the default Berkeley DB engine API configuration for a named key sequence. |
Methods in com.sleepycat.persist with parameters of type SequenceConfig | |
---|---|
void |
EntityStore.setSequenceConfig(String name,
SequenceConfig config)
Configures a named key sequence using the Berkeley DB engine API. |
|
Berkeley DB Java Edition version ${release.version} |
|||||||||
PREV NEXT | FRAMES NO FRAMES |