Package | Description |
---|---|
com.sleepycat.persist |
The Direct Persistence Layer (DPL) adds a persistent object model to the
Berkeley DB transactional engine.
|
com.sleepycat.persist.raw |
Raw data access for general purpose tools and manual conversions.
|
Modifier and Type | Method | 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 | Description |
---|---|---|
StoreConfig |
StoreConfig.setMutations(Mutations mutations) |
Configures mutations for performing lazy evolution of stored instances.
|
void |
StoreConfig.setMutationsVoid(Mutations mutations) |
The void return setter for use by Bean editors.
|
Modifier and Type | Method | Description |
---|---|---|
Mutations |
RawStore.getMutations() |
Returns the set of mutations that were configured and stored previously.
|
Copyright (c) 1996, 2020 Oracle and/or its affiliates. All rights reserved.