Uses of Interface
org.datanucleus.query.compiler.SymbolResolver
-
Packages that use SymbolResolver Package Description org.datanucleus.query.compiler Package handling the compilation of queries. -
-
Uses of SymbolResolver in org.datanucleus.query.compiler
Classes in org.datanucleus.query.compiler that implement SymbolResolver Modifier and Type Class Description classAbstractSymbolResolverBase symbol resolver, to be extended for particular query languages.classJavaQueryCompilerTypical implementation of a compiler for a java-based query language.classJDOQLCompilerImplementation of a compiler for JDOQL (JSR0012, JSR0243).classJDOQLSymbolResolverSymbol resolver for JDOQL.classJPQLCompilerImplementation of a compiler for JPQL (JSR0220, JSR0317).classJPQLSymbolResolverSymbol resolver for JPQL.Methods in org.datanucleus.query.compiler that return SymbolResolver Modifier and Type Method Description SymbolResolverSymbolTable. getSymbolResolver()Methods in org.datanucleus.query.compiler with parameters of type SymbolResolver Modifier and Type Method Description voidSymbolTable. setSymbolResolver(SymbolResolver resolver)
-