Uses of Interface
com.db4o.internal.activation.ActivationDepthProvider
-
Packages that use ActivationDepthProvider Package Description com.db4o.internal com.db4o.internal.activation com.db4o.ta -
-
Uses of ActivationDepthProvider in com.db4o.internal
Methods in com.db4o.internal that return ActivationDepthProvider Modifier and Type Method Description ActivationDepthProvider
Config4Impl. activationDepthProvider()
ActivationDepthProvider
ObjectContainerBase. activationDepthProvider()
Methods in com.db4o.internal with parameters of type ActivationDepthProvider Modifier and Type Method Description void
Config4Impl. activationDepthProvider(ActivationDepthProvider provider)
-
Uses of ActivationDepthProvider in com.db4o.internal.activation
Subinterfaces of ActivationDepthProvider in com.db4o.internal.activation Modifier and Type Interface Description interface
TransparentActivationDepthProvider
Classes in com.db4o.internal.activation that implement ActivationDepthProvider Modifier and Type Class Description class
LegacyActivationDepthProvider
class
TransparentActivationDepthProviderImpl
Fields in com.db4o.internal.activation declared as ActivationDepthProvider Modifier and Type Field Description static ActivationDepthProvider
LegacyActivationDepthProvider. INSTANCE
Constructors in com.db4o.internal.activation with parameters of type ActivationDepthProvider Constructor Description DescendingActivationDepth(ActivationDepthProvider provider, ActivationMode mode)
-
Uses of ActivationDepthProvider in com.db4o.ta
Methods in com.db4o.ta that return ActivationDepthProvider Modifier and Type Method Description protected static ActivationDepthProvider
TransparentActivationSupport. activationProvider(InternalObjectContainer container)
-