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 SecondaryConfig |
SecondaryConfig.DEFAULT |
Modifier and Type | Method and Description |
---|---|
SecondaryConfig |
SecondaryDatabase.getSecondaryConfig()
Returns a copy of the secondary configuration of this database.
|
Modifier and Type | Method and Description |
---|---|
SecondaryDatabase |
Environment.openSecondaryDatabase(Transaction txn,
java.lang.String fileName,
java.lang.String databaseName,
Database primaryDatabase,
SecondaryConfig config)
Open a database.
|
Constructor and Description |
---|
SecondaryDatabase(java.lang.String fileName,
java.lang.String databaseName,
Database primaryDatabase,
SecondaryConfig config)
Open a database.
|
Modifier and Type | Method and Description |
---|---|
SecondaryConfig |
EntityStore.getSecondaryConfig(java.lang.Class entityClass,
java.lang.String keyName)
Returns the default secondary database Berkeley DB engine API
configuration for an entity class and key name.
|
Modifier and Type | Method and Description |
---|---|
void |
EntityStore.setSecondaryConfig(java.lang.Class entityClass,
java.lang.String keyName,
SecondaryConfig config)
Configures a secondary database for an entity class and key name using
the Berkeley DB engine API.
|
Copyright (c) 1996, 2017 Oracle and/or its affiliates. All rights reserved.