info.joseluismartin.dao.jpa.query
Class QueryFinderSupport
java.lang.Object
info.joseluismartin.dao.jpa.query.QueryFinderSupport
- All Implemented Interfaces:
- QueryFinder
- Direct Known Subclasses:
- EntityTypeQueryFinder, MetamodelQueryFinder
public abstract class QueryFinderSupport
- extends Object
- implements QueryFinder
- Author:
- Jose Luis Martin - (jlm@joseluismartin.info)
|
Method Summary |
abstract 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 |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
QueryFinderSupport
public QueryFinderSupport()
find
public abstract Map<String,String> find()
- Description copied from interface:
QueryFinder
- Find for NamedQueries and return a Map with name as key and query string as value.
- Specified by:
find in interface QueryFinder
- Returns:
- Map with query strings
find
public String find(String name)
- Find a NameQuery String by name
- Specified by:
find in interface QueryFinder
Copyright © 2012 JDAL. All Rights Reserved.