Package | Description |
---|---|
com.sleepycat.persist.evolve |
Utilities for managing class evolution of persistent objects.
|
Modifier and Type | Method | Description |
---|---|---|
Conversion |
Converter.getConversion() |
Returns the converter instance specified to the constructor.
|
Constructor | 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) 1996, 2020 Oracle and/or its affiliates. All rights reserved.