Package | Description |
---|---|
org.datanucleus.query.compiler |
Package handling the compilation of queries.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractSymbolResolver
Base symbol resolver, to be extended for particular query languages.
|
class |
JavaQueryCompiler
Typical implementation of a compiler for a java-based query language.
|
class |
JDOQLCompiler
Implementation of a compiler for JDOQL (JSR0012, JSR0243).
|
class |
JDOQLSymbolResolver
Symbol resolver for JDOQL.
|
class |
JPQLCompiler
Implementation of a compiler for JPQL (JSR0220, JSR0317).
|
class |
JPQLSymbolResolver
Symbol resolver for JPQL.
|
Modifier and Type | Method and Description |
---|---|
SymbolResolver |
SymbolTable.getSymbolResolver() |
Modifier and Type | Method and Description |
---|---|
void |
SymbolTable.setSymbolResolver(SymbolResolver resolver) |
Copyright © 2019. All rights reserved.