| Package | Description |
|---|---|
| com.sleepycat.persist |
The Direct Persistence Layer (DPL) adds a persistent object model to the
Berkeley DB transactional engine.
|
| com.sleepycat.persist.impl |
INTERNAL: Direct Persistence Layer (DPL) implementation.
|
| com.sleepycat.persist.raw |
Raw data access for general purpose tools and manual conversions.
|
| Modifier and Type | Method and Description |
|---|---|
Mutations |
EntityStore.getMutations()
Returns the set of mutations that were configured when the store was
opened, or if none were configured, the set of mutations that were
configured and stored previously.
|
Mutations |
StoreConfig.getMutations()
Returns the configured mutations for performing lazy evolution of stored
instances.
|
| Modifier and Type | Method and Description |
|---|---|
StoreConfig |
StoreConfig.setMutations(Mutations mutations)
Configures mutations for performing lazy evolution of stored instances.
|
void |
StoreConfig.setMutationsVoid(Mutations mutations) |
| Modifier and Type | Method and Description |
|---|---|
Mutations |
PersistCatalog.getMutations()
Returns the current merged mutations.
|
Mutations |
Store.getMutations() |
| Constructor and Description |
|---|
PersistCatalog(Environment env,
String storePrefix,
String dbName,
DatabaseConfig dbConfig,
EntityModel modelParam,
Mutations mutationsParam,
boolean rawAccess,
Store store)
Creates a new catalog, opening the database and reading it from a given
catalog database if it already exists.
|
| Modifier and Type | Method and Description |
|---|---|
Mutations |
RawStore.getMutations()
Returns the set of mutations that were configured and stored previously.
|
Copyright © 2024. All rights reserved.