Berkeley DB Java Edition
version 3.0.12

Uses of Class
com.sleepycat.persist.raw.RawObject

Packages that use RawObject
com.sleepycat.persist.evolve Utilities for managing class evolution for persistent objects. 
com.sleepycat.persist.raw Raw data access for general purpose tools and manual conversions. 
 

Uses of RawObject in com.sleepycat.persist.evolve
 

Methods in com.sleepycat.persist.evolve that return types with arguments of type RawObject
 PrimaryIndex<Object,RawObject> ConversionStore.createTempIndex(String entityClass)
          Opens a new temporary primary index for copying new data to a new index rather than updating an index in place.
 

Method parameters in com.sleepycat.persist.evolve with type arguments of type RawObject
 void ConversionStore.installTempIndex(Transaction txn, PrimaryIndex<Object,RawObject> tempIndex)
          Installs a temporary primary index as the current index.
 

Uses of RawObject in com.sleepycat.persist.raw
 

Methods in com.sleepycat.persist.raw that return RawObject
 RawObject RawObject.getSuper()
          Returns the instance of the superclass, or null if the superclass is Object or Enum.
 

Methods in com.sleepycat.persist.raw that return types with arguments of type RawObject
 PrimaryIndex<Object,RawObject> RawStore.getPrimaryIndex(String entityClass)
          Opens the primary index for a given entity class.
 SecondaryIndex<Object,Object,RawObject> RawStore.getSecondaryIndex(String entityClass, String keyName)
          Opens the secondary index for a given entity class and secondary key name.
 

Constructors in com.sleepycat.persist.raw with parameters of type RawObject
RawObject(RawType type, Map<String,Object> values, RawObject superObject)
          Creates a raw object with a given set of field values for a complex type.
 


Berkeley DB Java Edition
version 3.0.12

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