Berkeley DB
version 5.3.28

Uses of Package
com.sleepycat.persist.evolve

Packages that use com.sleepycat.persist.evolve
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. 
 

Classes in com.sleepycat.persist.evolve used by com.sleepycat.persist
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.
 

Classes in com.sleepycat.persist.evolve used by com.sleepycat.persist.evolve
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.
 

Classes in com.sleepycat.persist.evolve used by com.sleepycat.persist.raw
Mutations
          A collection of mutations for configuring class evolution.
 


Berkeley DB
version 5.3.28

Copyright (c) 1996, 2013 Oracle and/or its affiliates. All rights reserved.