| Package | Description | 
|---|---|
| com.sleepycat.persist.evolve | 
 Utilities for managing class evolution of persistent objects. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Conversion | 
Converter.getConversion()
Returns the converter instance specified to the constructor. 
 | 
| Constructor and Description | 
|---|
Converter(java.lang.String className,
         int classVersion,
         Conversion conversion)
Creates a mutation for converting all instances of the given class
 version to the current version of the class. 
 | 
Converter(java.lang.String declaringClassName,
         int declaringClassVersion,
         java.lang.String fieldName,
         Conversion conversion)
Creates a mutation for converting all values of the given field in the
 given class version to a type compatible with the current declared type
 of the field. 
 | 
EntityConverter(java.lang.String entityClassName,
               int classVersion,
               Conversion conversion,
               java.util.Set<java.lang.String> deletedKeys)
Creates a mutation for converting all instances of the given entity
 class version to the current version of the class. 
 | 
Copyright (c) 2004,2014 Oracle. All rights reserved.