Uses of Interface
com.db4o.internal.activation.ActivationDepth
-
Packages that use ActivationDepth Package Description com.db4o.cs.internal com.db4o.internal com.db4o.internal.activation com.db4o.internal.marshall com.db4o.typehandlers -
-
Uses of ActivationDepth in com.db4o.cs.internal
Methods in com.db4o.cs.internal with parameters of type ActivationDepth Modifier and Type Method Description java.lang.Object
ClientObjectContainer. peekPersisted(Transaction trans, java.lang.Object obj, ActivationDepth depth, boolean committed)
-
Uses of ActivationDepth in com.db4o.internal
Methods in com.db4o.internal that return ActivationDepth Modifier and Type Method Description ActivationDepth
ObjectContainerBase. defaultActivationDepth(ClassMetadata classMetadata)
Methods in com.db4o.internal with parameters of type ActivationDepth Modifier and Type Method Description void
ObjectContainerBase. activate(Transaction trans, java.lang.Object obj, ActivationDepth depth)
void
ObjectReference. activate(Transaction ta, java.lang.Object obj, ActivationDepth depth)
ActivationContext4
ObjectContainerBase. activationContextFor(Transaction ta, java.lang.Object obj, ActivationDepth depth)
void
ClassMetadata. deactivate(Transaction trans, ObjectInfo reference, ActivationDepth depth)
void
ObjectReference. deactivate(Transaction trans, ActivationDepth depth)
void
ClassMetadata. forceDeactivation(Transaction trans, ActivationDepth depth, java.lang.Object obj)
java.lang.Object
ObjectContainerBase. peekPersisted(Transaction trans, int id, ActivationDepth depth, boolean resetJustPeeked)
java.lang.Object
ObjectContainerBase. peekPersisted(Transaction trans, java.lang.Object obj, ActivationDepth depth, boolean committed)
ObjectReference
ObjectContainerBase. peekReference(Transaction trans, int id, ActivationDepth depth, boolean resetJustPeeked)
java.lang.Object
ObjectReference. read(Transaction trans, ByteArrayBuffer buffer, java.lang.Object obj, ActivationDepth instantiationDepth, int addToIDTree, boolean checkIDTree)
void
ObjectContainerBase. stillToDeactivate(Transaction trans, java.lang.Object a_object, ActivationDepth a_depth, boolean a_forceUnknownDeactivate)
-
Uses of ActivationDepth in com.db4o.internal.activation
Classes in com.db4o.internal.activation that implement ActivationDepth Modifier and Type Class Description class
ActivationDepthImpl
class
DescendingActivationDepth
class
FixedActivationDepth
Activates a fixed depth of the object graph regardless of any existing activation depth configuration settings.class
FullActivationDepth
Activates the full object graph.class
LegacyActivationDepth
Activates an object graph to a specific depth respecting any activation configuration settings that might be in effect.class
NonDescendingActivationDepth
Transparent Activation strategy.class
UnknownActivationDepth
Fields in com.db4o.internal.activation declared as ActivationDepth Modifier and Type Field Description static ActivationDepth
UnknownActivationDepth. INSTANCE
Methods in com.db4o.internal.activation that return ActivationDepth Modifier and Type Method Description ActivationDepth
ActivationDepthProvider. activationDepth(int depth, ActivationMode mode)
Returns an ActivationDepth that will activate at most *depth* levels.ActivationDepth
LegacyActivationDepthProvider. activationDepth(int depth, ActivationMode mode)
ActivationDepth
TransparentActivationDepthProviderImpl. activationDepth(int depth, ActivationMode mode)
ActivationDepth
ActivationDepthProvider. activationDepthFor(ClassMetadata classMetadata, ActivationMode mode)
Returns an ActivationDepth suitable for the specified class and activation mode.ActivationDepth
LegacyActivationDepthProvider. activationDepthFor(ClassMetadata classMetadata, ActivationMode mode)
ActivationDepth
TransparentActivationDepthProviderImpl. activationDepthFor(ClassMetadata classMetadata, ActivationMode mode)
ActivationDepth
ActivationContext4. depth()
ActivationDepth
ActivationDepth. descend(ClassMetadata metadata)
ActivationDepth
DescendingActivationDepth. descend(ClassMetadata metadata)
ActivationDepth
FixedActivationDepth. descend(ClassMetadata metadata)
ActivationDepth
FullActivationDepth. descend(ClassMetadata metadata)
ActivationDepth
LegacyActivationDepth. descend(ClassMetadata metadata)
ActivationDepth
NonDescendingActivationDepth. descend(ClassMetadata metadata)
ActivationDepth
UnknownActivationDepth. descend(ClassMetadata metadata)
Constructors in com.db4o.internal.activation with parameters of type ActivationDepth Constructor Description ActivationContext4(Transaction transaction, java.lang.Object obj, ActivationDepth depth)
-
Uses of ActivationDepth in com.db4o.internal.marshall
Fields in com.db4o.internal.marshall declared as ActivationDepth Modifier and Type Field Description protected ActivationDepth
AbstractReadContext. _activationDepth
Methods in com.db4o.internal.marshall that return ActivationDepth Modifier and Type Method Description ActivationDepth
AbstractReadContext. activationDepth()
Methods in com.db4o.internal.marshall with parameters of type ActivationDepth Modifier and Type Method Description void
AbstractReadContext. activationDepth(ActivationDepth depth)
-
Uses of ActivationDepth in com.db4o.typehandlers
Methods in com.db4o.typehandlers that return ActivationDepth Modifier and Type Method Description ActivationDepth
ActivationContext. depth()
-