|
Spring Data Commons | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface NamedQueries
Abstraction of a map of NamedQueries that can be looked up by their names.
| Method Summary | |
|---|---|
java.lang.String |
getQuery(java.lang.String queryName)
Returns the named query with the given name or null if none exists. |
boolean |
hasQuery(java.lang.String queryName)
Returns whether the map contains a named query for the given name. |
| Method Detail |
|---|
boolean hasQuery(java.lang.String queryName)
getQuery(String) to return a non-null query for the very same name.
queryName -
java.lang.String getQuery(java.lang.String queryName)
queryName -
|
Spring Data Commons | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||