|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Resolver
A Resolver is used to resolve listeners and class or entity names that appear in a query.
Method Summary | |
---|---|
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. |
Method Detail |
---|
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()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |