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 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.
|
Modifier and Type | Method and Description |
---|---|
Mutations |
RawStore.getMutations()
Returns the set of mutations that were configured and stored previously.
|
Copyright (c) 2002, 2017 Oracle and/or its affiliates. All rights reserved.