| Package | Description | 
|---|---|
| org.datanucleus | 
 This package provides classes that are typically externally called, whether that means by developers
    or by other DataNucleus plugins. 
 | 
| org.datanucleus.store.autostart | 
 Package providing the structure and some implementation for the auto-start mechanism. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected void | 
PersistenceNucleusContextImpl.initialiseAutoStart(ClassLoaderResolver clr)
Method to initialise the auto-start mechanism, loading up the classes
 from its store into memory so that we start from what is required to be loaded. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Collection | 
MetaDataAutoStarter.getAllClassData()
Accessor for all auto start data for this starter. 
 | 
Collection | 
XMLAutoStarter.getAllClassData()
Accessor for all auto start data for this starter. 
 | 
Collection | 
AutoStartMechanism.getAllClassData()
Accessor for the data for the classes that are currently auto started. 
 | 
Collection | 
ClassesAutoStarter.getAllClassData()
Accessor for all auto start data for this starter. 
 | 
Copyright © 2018. All rights reserved.