Uses of Interface
com.db4o.foundation.DeepClone
-
-
Uses of DeepClone in com.db4o.foundation
Classes in com.db4o.foundation that implement DeepClone Modifier and Type Class Description class
Collection4<T>
Fast linked list for all usecases.class
Hashtable4
class
HashtableIdentityEntry
class
HashtableIntEntry
class
HashtableLongEntry
class
HashtableObjectEntry
static class
IdentityHashtable4.IdentityEntry
class
KeySpecHashtable4
class
SynchronizedHashtable4
class
Tree<T>
class
TreeObject
Constructors in com.db4o.foundation with parameters of type DeepClone Constructor Description Hashtable4(DeepClone cloneOnlyCtor)
HashtableBase(DeepClone cloneOnlyCtor)
-
Uses of DeepClone in com.db4o.internal
Subinterfaces of DeepClone in com.db4o.internal Modifier and Type Interface Description interface
VersionedTypeHandler
Classes in com.db4o.internal that implement DeepClone Modifier and Type Class Description class
Config4Class
class
Config4Field
class
Config4Impl
Configuration template for creating new db4o filesclass
DeleteInfo
class
TreeInt
Base class for balanced trees.class
TreeIntObject<T>
-
Uses of DeepClone in com.db4o.internal.diagnostic
Classes in com.db4o.internal.diagnostic that implement DeepClone Modifier and Type Class Description class
DiagnosticProcessor
-
Uses of DeepClone in com.db4o.internal.freespace
Classes in com.db4o.internal.freespace that implement DeepClone Modifier and Type Class Description class
FreeSlotNode
-
Uses of DeepClone in com.db4o.internal.handlers
Subinterfaces of DeepClone in com.db4o.internal.handlers Modifier and Type Interface Description interface
FieldAwareTypeHandler
Classes in com.db4o.internal.handlers that implement DeepClone Modifier and Type Class Description class
NullFieldAwareTypeHandler
class
StandardReferenceTypeHandler
class
StandardReferenceTypeHandler0
-
Uses of DeepClone in com.db4o.internal.handlers.array
Classes in com.db4o.internal.handlers.array that implement DeepClone Modifier and Type Class Description class
ArrayHandler
This is the latest version, the one that should be used.class
ArrayHandler0
class
ArrayHandler1
class
ArrayHandler3
class
ArrayHandler5
class
MultidimensionalArrayHandler
n-dimensional arrayclass
MultidimensionalArrayHandler0
class
MultidimensionalArrayHandler3
-
Uses of DeepClone in com.db4o.internal.ids
Classes in com.db4o.internal.ids that implement DeepClone Modifier and Type Class Description class
IdSlotTree
-
Uses of DeepClone in com.db4o.internal.query.processor
Classes in com.db4o.internal.query.processor that implement DeepClone Modifier and Type Class Description class
QCandidate
Represents an actual object in the database.class
QCandidateBase
class
QPending
class
QPrimitiveCandidate
-
Uses of DeepClone in com.db4o.internal.slots
Classes in com.db4o.internal.slots that implement DeepClone Modifier and Type Class Description class
FreespaceSlotChange
class
IdSystemSlotChange
class
ReferencedSlot
class
SlotChange
class
SystemSlotChange
-
Uses of DeepClone in com.db4o.reflect
Subinterfaces of DeepClone in com.db4o.reflect Modifier and Type Interface Description interface
Reflector
root of the reflection implementation API. -
Uses of DeepClone in com.db4o.reflect.generic
Classes in com.db4o.reflect.generic that implement DeepClone Modifier and Type Class Description class
GenericArrayClass
class
GenericClass
class
GenericField
class
GenericReflector
db4o provides GenericReflector as a wrapper around specific reflector (delegate).class
GenericVirtualField
-
Uses of DeepClone in com.db4o.reflect.jdk
Subinterfaces of DeepClone in com.db4o.reflect.jdk Modifier and Type Interface Description interface
JdkLoader
Classes in com.db4o.reflect.jdk that implement DeepClone Modifier and Type Class Description class
ClassLoaderJdkLoader
class
JdkReflector
db4o wrapper for JDK reflector functionality
-