Uses of Interface
net.sf.jso.storage.ObjectData

Packages that use ObjectData
net.sf.jso.cache   
net.sf.jso.storage   
 

Uses of ObjectData in net.sf.jso.cache
 

Methods in net.sf.jso.cache that return ObjectData
 ObjectData ObjectDataCache.put(ObjectData data)
          Puts an object's data in the cache.
 ObjectData ObjectDataCache.get(OID oid)
          Gets an object's data in the cache.
 ObjectData JSOObjectDataCache.put(ObjectData data)
          Puts an object's data in the cache.
 ObjectData JSOObjectDataCache.get(OID oid)
          Gets an object's data in the cache.
 

Methods in net.sf.jso.cache with parameters of type ObjectData
 ObjectData ObjectDataCache.put(ObjectData data)
          Puts an object's data in the cache.
 ObjectData JSOObjectDataCache.put(ObjectData data)
          Puts an object's data in the cache.
 

Uses of ObjectData in net.sf.jso.storage
 

Subinterfaces of ObjectData in net.sf.jso.storage
 interface ObjectFieldData
          Interface for handling an object's storable data to be managed by a data manager.
 interface ObjectMetadata
          Interface for handling an object's storable metadata to be managed by a object manager.