|
Berkeley DB version 5.3.28 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
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 5.3.28 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |