Berkeley DB
version 4.7.25

Uses of Interface
com.sleepycat.persist.evolve.Conversion

Packages that use Conversion
com.sleepycat.persist.evolve Utilities for managing class evolution of persistent objects. 
 

Uses of Conversion in com.sleepycat.persist.evolve
 

Methods in com.sleepycat.persist.evolve that return Conversion
 Conversion Converter.getConversion()
          Returns the converter instance specified to the constructor.
 

Constructors in com.sleepycat.persist.evolve with parameters of type Conversion
Converter(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(String declaringClassName, int declaringClassVersion, 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(String entityClassName, int classVersion, Conversion conversion, Set<String> deletedKeys)
          Creates a mutation for converting all instances of the given entity class version to the current version of the class.
 


Berkeley DB
version 4.7.25

Copyright (c) 1996,2008 Oracle. All rights reserved.