public interface Resolver
Modifier and Type | Method and Description |
---|---|
Class |
classForName(String name,
String[] imports)
Resolve the type represented by the given class name.
|
AggregateListener |
getAggregateListener(String tag)
Return the function listener for the given tag, or null if none.
|
OpenJPAConfiguration |
getConfiguration()
Return the OpenJPA configuration.
|
FilterListener |
getFilterListener(String tag)
Return the filter listener for the given tag, or null if none.
|
QueryContext |
getQueryContext()
The
QueryContext for which this resolver was created |
Class classForName(String name, String[] imports)
FilterListener getFilterListener(String tag)
AggregateListener getAggregateListener(String tag)
OpenJPAConfiguration getConfiguration()
QueryContext getQueryContext()
QueryContext
for which this resolver was createdCopyright © 2006–2022 Apache Software Foundation. All rights reserved.