public interface SymbolResolver
Modifier and Type | Method and Description |
---|---|
boolean |
caseSensitiveSymbolNames()
Whether names of symbols are case-sensitive (e.g JDOQL returns true, but JPQL returns false).
|
Class |
getPrimaryClass()
Accessor for the candidate class of the query.
|
Class |
getType(List<String> tuples) |
Class |
resolveClass(String className)
Method to resolve the provided name to a class (if possible).
|
boolean |
supportsImplicitVariables()
Whether we should accept implicit variables in the query.
|
Class getPrimaryClass()
Class resolveClass(String className)
className
- Name of the prospective "class"ClassNotResolvedException
- if not foundboolean supportsImplicitVariables()
boolean caseSensitiveSymbolNames()
Copyright © 2019. All rights reserved.