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

org.datanucleus.store.valuegenerator.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

    Value Generation.
    This package provides a series of classes providing generation of values.
    The entry point is ValueGenerationManager which is used for creating and managing the 
    various ValueGenerators. All generators are known by a symbolic name and can
    be accessed from the ValueGenerationManager via that name once created. All ValueGenerators
    copy the JDO2 "javax.jdo.datastore.Sequence" interface method names and hence
    can be easily extended and implement that interface.




© 2015 - 2024 Weber Informatics LLC | Privacy Policy