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<StoreData> |
MetaDataAutoStarter.getAllClassData()
Accessor for all auto start data for this starter.
|
Collection<StoreData> |
XMLAutoStarter.getAllClassData()
Accessor for all auto start data for this starter.
|
Collection<StoreData> |
AutoStartMechanism.getAllClassData()
Accessor for the data for the classes that are currently auto started.
|
Collection<StoreData> |
ClassesAutoStarter.getAllClassData()
Accessor for all auto start data for this starter.
|
Copyright © 2019. All rights reserved.