public interface NamedQueries
NamedQueries that can be looked up by their names.| Modifier and Type | Method and Description |
|---|---|
String |
getQuery(String queryName)
Returns the named query with the given name or null if none exists.
|
boolean |
hasQuery(String queryName)
Returns whether the map contains a named query for the given name.
|
boolean hasQuery(String queryName)
getQuery(String) to return a non-null query for the very same name.queryName - Copyright © 2011-2015–2017 Pivotal Software, Inc.. All rights reserved.