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