Package | Description |
---|---|
com.sleepycat.persist.evolve |
Utilities for managing class evolution of persistent objects.
|
Modifier and Type | Class and Description |
---|---|
class |
EntityConverter
A subclass of Converter that allows specifying keys to be deleted.
|
Modifier and Type | Method and Description |
---|---|
Converter |
Mutations.getConverter(java.lang.String className,
int classVersion,
java.lang.String fieldName)
Returns the converter mutation for the given class, version and field,
or null if none exists.
|
Modifier and Type | Method and Description |
---|---|
java.util.Collection<Converter> |
Mutations.getConverters()
Returns an unmodifiable collection of all converter mutations.
|
Modifier and Type | Method and Description |
---|---|
void |
Mutations.addConverter(Converter converter)
Adds a converter mutation.
|
Copyright (c) 2002, 2017 Oracle and/or its affiliates. All rights reserved.