Uses of Class
org.datanucleus.util.Imports
-
Packages that use Imports Package Description org.datanucleus.store.query Package providing query language support for datastores.org.datanucleus.store.query.compiler Package handling the (generic) compilation of queries.org.datanucleus.store.query.inmemory Package providing the evaluation of queries using an in-memory process with evaluators for JDOQL and JPQL. -
-
Uses of Imports in org.datanucleus.store.query
Fields in org.datanucleus.store.query declared as Imports Modifier and Type Field Description protected ImportsQuery. parsedImportsThe imports definition.Methods in org.datanucleus.store.query that return Imports Modifier and Type Method Description ImportsQuery. getParsedImports()Accessor for the parsed imports.Methods in org.datanucleus.store.query with parameters of type Imports Modifier and Type Method Description static ListQueryUtils. orderCandidates(List candidates, Expression[] ordering, Map state, String candidateAlias, ExecutionContext ec, ClassLoaderResolver clr, Map parameterValues, Imports imports, String queryLanguage)Convenience method to order the input List of objects to the ordering defined by the compilation. -
Uses of Imports in org.datanucleus.store.query.compiler
Fields in org.datanucleus.store.query.compiler declared as Imports Modifier and Type Field Description protected ImportsJavaQueryCompiler. importsConstructors in org.datanucleus.store.query.compiler with parameters of type Imports Constructor Description JavaQueryCompiler(PersistenceNucleusContext nucCtx, ClassLoaderResolver clr, String from, Class candidateClass, Collection candidates, String filter, Imports imports, String ordering, String result, String grouping, String having, String params, String variables, String update)JDOQLCompiler(PersistenceNucleusContext nucCtx, ClassLoaderResolver clr, String from, Class candidateClass, Collection candidates, String filter, Imports imports, String ordering, String result, String grouping, String having, String params, String variables, String update)JPQLCompiler(PersistenceNucleusContext nucCtx, ClassLoaderResolver clr, String from, Class candidateClass, Collection candidates, String filter, Imports imports, String ordering, String result, String grouping, String having, String params, String update) -
Uses of Imports in org.datanucleus.store.query.inmemory
Constructors in org.datanucleus.store.query.inmemory with parameters of type Imports Constructor Description InMemoryExpressionEvaluator(ExecutionContext ec, Map params, Map<String,Object> state, Imports imports, ClassLoaderResolver clr, String candidateAlias, String queryLang)Constructor for an in-memory evaluator.
-