Deprecated. Configure database, subclasses should overload this method, but still call super.configure() so that everything
is configured correctly.
Container<T extends java.lang.Comparable<? super T> & java.lang.Cloneable & java.io.Serializable,C extends java.lang.Comparable<? super C>> - Class in org.ov4j.db4oImpl
IContainer implementation using DB4O database for adta and DB4O extended memory database for mapping IDs.
Container<T extends java.lang.Comparable<? super T> & java.lang.Cloneable & java.io.Serializable,C extends java.lang.Comparable<? super C>> - Class in org.ov4j.hessianImpl
Controler<T extends java.lang.Comparable<? super T> & java.lang.Cloneable & java.io.Serializable,C extends java.lang.Comparable<? super C>> - Class in org.ov4j
Find the Class to use for comparing this version, will replace "data" by "comp" in the package name and add
"ComparisonResult" to the class of the versions's versioned object.
Determine if the container has already been closed.
Item<T extends java.lang.Comparable<? super T> & java.lang.Cloneable & java.io.Serializable,C extends java.lang.Comparable<? super C>> - Class in org.ov4j.data
This is the objects stored in the system, it holds all versions for a given ID.
Load multiple items at once, using the specified ids.
LoadThread<T extends java.lang.Comparable<? super T> & java.lang.Cloneable & java.io.Serializable,C extends java.lang.Comparable<? super C>> - Class in org.ov4j
MemoryContainer<T extends java.lang.Comparable<? super T> & java.lang.Cloneable & java.io.Serializable,C extends java.lang.Comparable<? super C>> - Class in org.ov4j.db4oImpl
Deprecated.The MemoryContainer relied on the db4o replication mechanisms which is now external in dRS, the
MemoryContainer will no longer be extended.
Will retry the call the specified number of times and will notify the instance when it reaches the maximum number
of retries or it has a successful result.