Uses of Interface
org.datanucleus.store.autostart.AutoStartMechanism
Packages that use AutoStartMechanism
Package
Description
This package provides classes that are typically externally called, whether that means by developers
or by other DataNucleus plugins.
Package providing the structure and some implementation for the auto-start mechanism.
-
Uses of AutoStartMechanism in org.datanucleus
Fields in org.datanucleus declared as AutoStartMechanismModifier and TypeFieldDescriptionprivate AutoStartMechanism
PersistenceNucleusContextImpl.starter
Auto-Start Mechanism for loading classes into the StoreManager (if enabled).Methods in org.datanucleus that return AutoStartMechanismModifier and TypeMethodDescriptionPersistenceNucleusContext.getAutoStartMechanism()
PersistenceNucleusContextImpl.getAutoStartMechanism()
-
Uses of AutoStartMechanism in org.datanucleus.store.autostart
Classes in org.datanucleus.store.autostart that implement AutoStartMechanismModifier and TypeClassDescriptionclass
Abstract representation of an autostart mechanism.class
An auto-starter mechanism that uses a defined list of classes to be loaded at start.class
An auto-starter mechanism that uses a defined list of metadata files to be loaded at startup.Methods in org.datanucleus.store.autostart that return AutoStartMechanismModifier and TypeMethodDescriptionstatic AutoStartMechanism
AutoStartMechanismUtils.createAutoStartMechanism
(PersistenceNucleusContext nucCtx, ClassLoaderResolver clr, String mechanism, String mode) Convenience method to instantiate and initialise an auto-start mechanism