Package org.datanucleus.store.autostart
package org.datanucleus.store.autostart
Package providing the structure and some implementation for the auto-start mechanism.
This is used primarily under JDO usage where the user wants memory of the classes that were
known about the previous time, or simply to make some classes known to the persistence mechanism.
With JPA usage, or when using JDO with persistence.xml this is typically not needed.
-
ClassDescriptionAbstract representation of an autostart mechanism.Interface defining an Auto-Start Mechanism.Convenience methods to assist in use of AutoStartMechanism(s).An auto-starter mechanism that uses a defined list of classes to be loaded at start.An auto-starter mechanism that uses a defined list of metadata files to be loaded at startup.