|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface QueryFinder
Strategy to find named query string. JPA API don't support access to Query String from Query objects so we need this to try to find them.
| Method Summary | |
|---|---|
Map<String,String> |
find()
Find for NamedQueries and return a Map with name as key and query string as value. |
String |
find(String name)
Find a NameQuery String by name |
| Method Detail |
|---|
Map<String,String> find()
String find(String name)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||