Package | Description |
---|---|
com.sleepycat.persist |
The Direct Persistence Layer (DPL) adds a persistent object model to the
Berkeley DB transactional engine.
|
Modifier and Type | Field | Description |
---|---|---|
static DatabaseNamer |
DatabaseNamer.DEFAULT |
The default database namer.
|
Modifier and Type | Method | Description |
---|---|---|
DatabaseNamer |
StoreConfig.getDatabaseNamer() |
Returns the object reponsible for naming of files and databases.
|
Modifier and Type | Method | Description |
---|---|---|
StoreConfig |
StoreConfig.setDatabaseNamer(DatabaseNamer databaseNamer) |
Specifies the object reponsible for naming of files and databases.
|
void |
StoreConfig.setDatabaseNamerVoid(DatabaseNamer databaseNamer) |
The void return setter for use by Bean editors.
|
Copyright (c) 1996, 2020 Oracle and/or its affiliates. All rights reserved.