db4o 8.0

Package com.db4o.collections

Interface Summary
ActivatableCollection<T> extends Collection with Transparent Activation and Transparent Persistence support
ActivatableList<T> extends List with Transparent Activation and Transparent Persistence support
ActivatableMap<K,V> extends Map with Transparent Activation and Transparent Persistence support
ActivatableSet<E> extends java.util.Set with Transparent Activation and Transparent Persistence support
 

Class Summary
ActivatableArrayList<E> extends ArrayList with Transparent Activation and Transparent Persistence support
ActivatableHashMap<K,V> extends HashMap with Transparent Activation and Transparent Persistence support
ActivatableHashSet<E> extends ArrayList with Transparent Activation and Transparent Persistence support
ActivatableHashtable<K,V> extends Hashtable with Transparent Activation and Transparent Persistence support
ActivatableLinkedList<E> extends LinkedList with Transparent Activation and Transparent Persistence support
ActivatableStack<E> extends Stack with Transparent Activation and Transparent Persistence support.
ActivatableTreeSet<E> extends ArrayList with Transparent Activation and Transparent Persistence support
ArrayList4<E> Transparent activatable ArrayList implementation.
ArrayMap4<K,V> Transparent activatable Map implementation.
CollectionFactory Collection factory with methods to create collections with behaviour that is optimized for db4o.

Example usage:
CollectionFactory.forObjectContainer(objectContainer).newBigSet();
DelegatingActivatableCollection<E>  
DelegatingActivatableSet<K>  
DelegatingCollection<V>  
DelegatingSet<K>  
 


db4o 8.0

Copyright 2009 Versant Corporation. All rights reserved.