Berkeley DB Java Edition
version 3.0.12

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 complete set of active mutations for this store, including mutations configured when this store was opened and those 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 complete set of active mutations for this store, including mutations configured when this store was opened and those configured and stored previously.
 


Berkeley DB Java Edition
version 3.0.12

Copyright (c) 1996-2006 Sleepycat Software, Inc. - All rights reserved.