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.internalMethods in com.db4o.cs.internal with parameters of type ActivationDepth Modifier and Type Method Description java.lang.ObjectClientObjectContainer. peekPersisted(Transaction trans, java.lang.Object obj, ActivationDepth depth, boolean committed)
- 
Uses of ActivationDepth in com.db4o.internalMethods in com.db4o.internal that return ActivationDepth Modifier and Type Method Description ActivationDepthObjectContainerBase. defaultActivationDepth(ClassMetadata classMetadata)Methods in com.db4o.internal with parameters of type ActivationDepth Modifier and Type Method Description voidObjectContainerBase. activate(Transaction trans, java.lang.Object obj, ActivationDepth depth)voidObjectReference. activate(Transaction ta, java.lang.Object obj, ActivationDepth depth)ActivationContext4ObjectContainerBase. activationContextFor(Transaction ta, java.lang.Object obj, ActivationDepth depth)voidClassMetadata. deactivate(Transaction trans, ObjectInfo reference, ActivationDepth depth)voidObjectReference. deactivate(Transaction trans, ActivationDepth depth)voidClassMetadata. forceDeactivation(Transaction trans, ActivationDepth depth, java.lang.Object obj)java.lang.ObjectObjectContainerBase. peekPersisted(Transaction trans, int id, ActivationDepth depth, boolean resetJustPeeked)java.lang.ObjectObjectContainerBase. peekPersisted(Transaction trans, java.lang.Object obj, ActivationDepth depth, boolean committed)ObjectReferenceObjectContainerBase. peekReference(Transaction trans, int id, ActivationDepth depth, boolean resetJustPeeked)java.lang.ObjectObjectReference. read(Transaction trans, ByteArrayBuffer buffer, java.lang.Object obj, ActivationDepth instantiationDepth, int addToIDTree, boolean checkIDTree)voidObjectContainerBase. stillToDeactivate(Transaction trans, java.lang.Object a_object, ActivationDepth a_depth, boolean a_forceUnknownDeactivate)
- 
Uses of ActivationDepth in com.db4o.internal.activationClasses in com.db4o.internal.activation that implement ActivationDepth Modifier and Type Class Description classActivationDepthImplclassDescendingActivationDepthclassFixedActivationDepthActivates a fixed depth of the object graph regardless of any existing activation depth configuration settings.classFullActivationDepthActivates the full object graph.classLegacyActivationDepthActivates an object graph to a specific depth respecting any activation configuration settings that might be in effect.classNonDescendingActivationDepthTransparent Activation strategy.classUnknownActivationDepthFields in com.db4o.internal.activation declared as ActivationDepth Modifier and Type Field Description static ActivationDepthUnknownActivationDepth. INSTANCEMethods in com.db4o.internal.activation that return ActivationDepth Modifier and Type Method Description ActivationDepthActivationDepthProvider. activationDepth(int depth, ActivationMode mode)Returns an ActivationDepth that will activate at most *depth* levels.ActivationDepthLegacyActivationDepthProvider. activationDepth(int depth, ActivationMode mode)ActivationDepthTransparentActivationDepthProviderImpl. activationDepth(int depth, ActivationMode mode)ActivationDepthActivationDepthProvider. activationDepthFor(ClassMetadata classMetadata, ActivationMode mode)Returns an ActivationDepth suitable for the specified class and activation mode.ActivationDepthLegacyActivationDepthProvider. activationDepthFor(ClassMetadata classMetadata, ActivationMode mode)ActivationDepthTransparentActivationDepthProviderImpl. activationDepthFor(ClassMetadata classMetadata, ActivationMode mode)ActivationDepthActivationContext4. depth()ActivationDepthActivationDepth. descend(ClassMetadata metadata)ActivationDepthDescendingActivationDepth. descend(ClassMetadata metadata)ActivationDepthFixedActivationDepth. descend(ClassMetadata metadata)ActivationDepthFullActivationDepth. descend(ClassMetadata metadata)ActivationDepthLegacyActivationDepth. descend(ClassMetadata metadata)ActivationDepthNonDescendingActivationDepth. descend(ClassMetadata metadata)ActivationDepthUnknownActivationDepth. 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.marshallFields in com.db4o.internal.marshall declared as ActivationDepth Modifier and Type Field Description protected ActivationDepthAbstractReadContext. _activationDepthMethods in com.db4o.internal.marshall that return ActivationDepth Modifier and Type Method Description ActivationDepthAbstractReadContext. activationDepth()Methods in com.db4o.internal.marshall with parameters of type ActivationDepth Modifier and Type Method Description voidAbstractReadContext. activationDepth(ActivationDepth depth)
- 
Uses of ActivationDepth in com.db4o.typehandlersMethods in com.db4o.typehandlers that return ActivationDepth Modifier and Type Method Description ActivationDepthActivationContext. depth()
 
-