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 and Description |
---|---|
static DatabaseNamer |
DatabaseNamer.DEFAULT
The default database namer.
|
Modifier and Type | Method and Description |
---|---|
DatabaseNamer |
StoreConfig.getDatabaseNamer()
Returns the object reponsible for naming of files and databases.
|
Modifier and Type | Method and 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, 2017 Oracle and/or its affiliates. All rights reserved.