Berkeley DB
version 4.7.25

Uses of Class
com.sleepycat.persist.evolve.Deleter

Packages that use Deleter
com.sleepycat.persist.evolve Utilities for managing class evolution of persistent objects. 
 

Uses of Deleter in com.sleepycat.persist.evolve
 

Methods in com.sleepycat.persist.evolve that return Deleter
 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.
 

Methods in com.sleepycat.persist.evolve that return types with arguments of type Deleter
 Collection<Deleter> Mutations.getDeleters()
          Returns an unmodifiable collection of all deleter mutations.
 

Methods in com.sleepycat.persist.evolve with parameters of type Deleter
 void Mutations.addDeleter(Deleter deleter)
          Adds a deleter mutation.
 


Berkeley DB
version 4.7.25

Copyright (c) 1996,2008 Oracle. All rights reserved.