| Package | Description | 
|---|---|
| com.sleepycat.persist.evolve | 
 Utilities for managing class evolution of persistent objects. 
 | 
| Modifier and Type | Method and 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 and Description | 
|---|---|
java.util.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 (c) 2004,2014 Oracle. All rights reserved.