org.apache.openjpa.kernel.exps
public interface Resolver
Modifier and Type | Method and Description |
---|---|
java.lang.Class |
classForName(java.lang.String name,
java.lang.String[] imports)
Resolve the type represented by the given class name.
|
AggregateListener |
getAggregateListener(java.lang.String tag)
Return the function listener for the given tag, or null if none.
|
OpenJPAConfiguration |
getConfiguration()
Return the OpenJPA configuration.
|
FilterListener |
getFilterListener(java.lang.String tag)
Return the filter listener for the given tag, or null if none.
|
QueryContext |
getQueryContext()
The
QueryContext for which this resolver was created |
java.lang.Class classForName(java.lang.String name, java.lang.String[] imports)
FilterListener getFilterListener(java.lang.String tag)
AggregateListener getAggregateListener(java.lang.String tag)
OpenJPAConfiguration getConfiguration()
QueryContext getQueryContext()
QueryContext
for which this resolver was created