Uses of Class
org.ov4j.data.Item

Packages that use Item
org.ov4j   
org.ov4j.data   
org.ov4j.db4oImpl   
org.ov4j.hessianImpl   
 

Uses of Item in org.ov4j
 

Methods in org.ov4j that return Item
 Item<T,C>[] IContainer.load(C[] ids, boolean allVersions)
          Load multiple items at once, using the specified ids.
 Item<T,C> IContainer.load(C id, boolean allVersions)
          Load an item using its id.
 Item<T,C>[] IContainer.modifiedSince(long timestamp, boolean allVersions)
          Load all items modified since the given timestamp.
 

Methods in org.ov4j with parameters of type Item
 void IContainer.batchDelete(Item<T,C>[] items, boolean keepTrack)
          Delete an array of items all at once, items which are not found will simply be ignored.
 void IContainer.batchSave(Item<T,C>[] items, boolean abortOnDuplicate)
          Save array of items all at once.
 void IContainer.delete(Item<T,C> it, boolean keepTrack)
          Delete the item.
 void IContainer.save(Item<T,C> it)
          Save the item.
 

Constructor parameters in org.ov4j with type arguments of type Item
LoadThread(java.util.List<Item<T,C>> list, IContainer cont, C id, boolean allVersions)
           
 

Uses of Item in org.ov4j.data
 

Fields in org.ov4j.data declared as Item
static Item<?,?>[] Item.EMPTY_ARRAY
          Empty Item array.
 

Methods in org.ov4j.data that return Item
 Item<T,C> Item.clone()
           
 

Uses of Item in org.ov4j.db4oImpl
 

Methods in org.ov4j.db4oImpl that return Item
 Item<T,C>[] MemoryContainer.load(C[] ids, boolean allVersions)
          Deprecated.  
 Item<T,C>[] Container.load(C[] ids, boolean allVersions)
           
 Item<T,C> MemoryContainer.load(C id, boolean allVersions)
          Deprecated.  
 Item<T,C> Container.load(C id, boolean allVersions)
           
 Item<T,C>[] MemoryContainer.modifiedSince(long timestamp, boolean allVersions)
          Deprecated.  
 Item<T,C>[] Container.modifiedSince(long timestamp, boolean allVersions)
           
 

Methods in org.ov4j.db4oImpl with parameters of type Item
 void MemoryContainer.batchDelete(Item<T,C>[] items, boolean keepTrack)
          Deprecated.  
 void Container.batchDelete(Item<T,C>[] items, boolean keepTrack)
           
 void MemoryContainer.batchSave(Item<T,C>[] items, boolean abortOnDuplicate)
          Deprecated.  
 void Container.batchSave(Item<T,C>[] items, boolean abortOnDuplicate)
           
 void MemoryContainer.delete(Item<T,C> it, boolean keepTrack)
          Deprecated.  
 void Container.delete(Item<T,C> it, boolean keepTrack)
           
 void MemoryContainer.save(Item<T,C> it)
          Deprecated.  
 void Container.save(Item<T,C> it)
           
 

Uses of Item in org.ov4j.hessianImpl
 

Fields in org.ov4j.hessianImpl with type parameters of type Item
protected  java.util.TreeMap<C,Item<T,C>> Container.recentMap
          Recently loaded cache.
 

Methods in org.ov4j.hessianImpl that return Item
 Item<T,C>[] Container.load(C[] ids, boolean allVersions)
           
 Item<T,C> Container.load(C id, boolean allVersions)
           
 Item<T,C>[] Container.modifiedSince(long timestamp, boolean allVersions)
           
 

Methods in org.ov4j.hessianImpl with parameters of type Item
 void Container.batchDelete(Item<T,C>[] items, boolean keepTrack)
           
 void Container.batchSave(Item<T,C>[] items, boolean abortOnDuplicate)
           
protected  void Container.cacheItem(C id, Item<T,C> it)
          Add an item to the cache.
 void Container.delete(Item<T,C> it, boolean keepTrack)
           
 void Container.save(Item<T,C> it)
           
 



Copyright © 2004-2007 Steve Molloy. All Rights Reserved.