Uses of Class
org.datanucleus.exceptions.DatastoreInitialisationException
-
Packages that use DatastoreInitialisationException 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. -
-
Uses of DatastoreInitialisationException in org.datanucleus
Methods in org.datanucleus that throw DatastoreInitialisationException Modifier and Type Method Description protected voidPersistenceNucleusContextImpl. 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. -
Uses of DatastoreInitialisationException in org.datanucleus.store.autostart
Methods in org.datanucleus.store.autostart that throw DatastoreInitialisationException Modifier and Type Method Description 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.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.
-