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 |
---|---|
AutoStartMechanism |
PersistenceNucleusContext.getAutoStartMechanism() |
AutoStartMechanism |
PersistenceNucleusContextImpl.getAutoStartMechanism() |
Modifier and Type | Class and Description |
---|---|
class |
AbstractAutoStartMechanism
Abstract representation of an autostart mechanism.
|
class |
ClassesAutoStarter
An auto-starter mechanism that uses a defined list of classes to be loaded at start.
|
class |
MetaDataAutoStarter
An auto-starter mechanism that uses a defined list of metadata files to be loaded at startup.
|
class |
XMLAutoStarter
An auto-starter mechanism storing its definition in an XML file.
|
Copyright © 2019. All rights reserved.