All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.datanucleus.store.package.html Maven / Gradle / Ivy

Go to download

DataNucleus Core provides the primary components of a heterogenous Java persistence solution. It supports persistence API's being layered on top of the core functionality.

There is a newer version: 6.0.7
Show newest version

    Package handling the storage of classes to the datastore, and the management of the datastore.
    Each type of datastore will have its own subpackage (e.g org.datanucleus.store.rdbms) and its own StoreManager.
    When providing support for a new datastore you need to extend AbstractStoreManager.
    

The package also provides definition of StoreData - data held about each class and utilised by the StoreManager to perform its duties. This data is populated either at runtime when classes are requested, or when using an "auto-starter". There are several auto-start mechanisms. This package has ClassesAutoStarter and XMLAutoStarter.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy