| Package | Description |
|---|---|
| com.sleepycat.persist.evolve |
Utilities for managing class evolution of persistent objects.
|
| Modifier and Type | Method and Description |
|---|---|
Deleter |
Mutations.getDeleter(String className,
int classVersion,
String fieldName)
Returns the deleter mutation for the given class, version and field, or
null if none exists.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<Deleter> |
Mutations.getDeleters()
Returns an unmodifiable collection of all deleter mutations.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Mutations.addDeleter(Deleter deleter)
Adds a deleter mutation.
|
Copyright © 2024. All rights reserved.