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

org.datanucleus.query.evaluator.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 providing the basis for evaluation of a string-based query.
    The JDOQLEvaluator/JPQLEvaluator provide in-memory evaluation of components of a string-based query.
    For example you can evaluate a collection of objects against just the filter, or just the range,
    or ordering etc, or any combination of the these. This provides flexibility where the datastore
    native query language only supports a subset of what JDOQL/JPQL require so the remainder can be
    applied in-memory.




© 2015 - 2024 Weber Informatics LLC | Privacy Policy