Package | Description |
---|---|
com.sleepycat.persist |
The Direct Persistence Layer (DPL) adds a persistent object model to the
Berkeley DB transactional engine.
|
com.sleepycat.persist.evolve |
Utilities for managing class evolution of persistent objects.
|
Modifier and Type | Method and Description |
---|---|
EvolveStats |
EntityStore.evolve(EvolveConfig config)
Performs conversion of unevolved objects in order to reduce lazy
conversion overhead.
|
Modifier and Type | Method and Description |
---|---|
EvolveConfig |
EvolveConfig.addClassToEvolve(java.lang.String entityClass)
Adds an entity class for a primary index to be converted.
|
EvolveConfig |
EvolveConfig.clone()
Returns a shallow copy of the configuration.
|
EvolveConfig |
EvolveConfig.cloneConfig()
Deprecated.
As of JE 4.0.13, replaced by
clone() . |
EvolveConfig |
EvolveConfig.setEvolveListener(EvolveListener listener)
Sets a progress listener that is notified each time an entity is read.
|
Copyright (c) 2002, 2017 Oracle and/or its affiliates. All rights reserved.