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.
|
com.sleepycat.persist.raw |
Raw data access for general purpose tools and manual conversions.
|
Class and Description |
---|
EvolveConfig
Configuration properties for eager conversion of unevolved objects.
|
EvolveStats
Statistics accumulated during eager entity evolution.
|
IncompatibleClassException
A class has been changed incompatibly and no mutation has been configured to
handle the change or a new class version number has not been assigned.
|
Mutations
A collection of mutations for configuring class evolution.
|
Class and Description |
---|
Conversion
Converts an old version of an object value to conform to the current class
or field definition.
|
Converter
A mutation for converting an old version of an object value to conform to
the current class or field definition.
|
Deleter
A mutation for deleting an entity class or field.
|
EvolveConfig
Configuration properties for eager conversion of unevolved objects.
|
EvolveEvent
The event passed to the EvolveListener interface during eager entity
evolution.
|
EvolveListener
The listener interface called during eager entity evolution.
|
EvolveStats
Statistics accumulated during eager entity evolution.
|
Mutation
The base class for all mutations.
|
Renamer
A mutation for renaming a class or field without changing the instance or
field value.
|
Class and Description |
---|
Mutations
A collection of mutations for configuring class evolution.
|
Copyright (c) 2002, 2017 Oracle and/or its affiliates. All rights reserved.