Uses of Class
com.db4o.internal.activation.ActivationMode
-
Packages that use ActivationMode Package Description com.db4o.internal.activation -
-
Uses of ActivationMode in com.db4o.internal.activation
Fields in com.db4o.internal.activation declared as ActivationMode Modifier and Type Field Description protected ActivationMode
ActivationDepthImpl. _mode
static ActivationMode
ActivationMode. ACTIVATE
static ActivationMode
ActivationMode. DEACTIVATE
static ActivationMode
ActivationMode. PEEK
static ActivationMode
ActivationMode. PREFETCH
static ActivationMode
ActivationMode. REFRESH
Methods in com.db4o.internal.activation that return ActivationMode Modifier and Type Method Description ActivationMode
ActivationDepth. mode()
ActivationMode
ActivationDepthImpl. mode()
ActivationMode
UnknownActivationDepth. mode()
Methods in com.db4o.internal.activation with parameters of type ActivationMode 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)
Constructors in com.db4o.internal.activation with parameters of type ActivationMode Constructor Description ActivationDepthImpl(ActivationMode mode)
DescendingActivationDepth(ActivationDepthProvider provider, ActivationMode mode)
FixedActivationDepth(int depth, ActivationMode mode)
FullActivationDepth(ActivationMode mode)
LegacyActivationDepth(int depth, ActivationMode mode)
NonDescendingActivationDepth(ActivationMode mode)
-