Berkeley DB
version 4.7.25

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

Packages that use Mutations
com.sleepycat.persist The Direct Persistence Layer (DPL) adds a persistent object model to the Berkeley DB transactional engine. 
com.sleepycat.persist.raw Raw data access for general purpose tools and manual conversions. 
 

Uses of Mutations in com.sleepycat.persist
 

Methods in com.sleepycat.persist that return Mutations
 Mutations StoreConfig.getMutations()
          Returns the configured mutations for performing lazy evolution of stored instances.
 Mutations EntityStore.getMutations()
          Returns the set of mutations that were configured when the store was opened, or if none were configured, the set of mutations that were configured and stored previously.
 

Methods in com.sleepycat.persist with parameters of type Mutations
 void StoreConfig.setMutations(Mutations mutations)
          Configures mutations for performing lazy evolution of stored instances.
 

Uses of Mutations in com.sleepycat.persist.raw
 

Methods in com.sleepycat.persist.raw that return Mutations
 Mutations RawStore.getMutations()
          Returns the set of mutations that were configured and stored previously.
 


Berkeley DB
version 4.7.25

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