|
Groovy Documentation | |||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||
| Methods | |
|---|---|
QueryCapabilities#query(org.infinispan.query.backend.QueryHelper queryHelper, java.lang.Class clazz, java.lang.String field, java.lang.String search)
Method performs a query on the given cache using the field and search criteria provided. |
|
QueryCapabilities#query(org.infinispan.query.backend.QueryHelper queryHelper, java.lang.Class clazz, org.apache.lucene.search.Query query)
Method performs a query on the given cache using the query provided. |
|
Utils#assertNotAnInstanceOf(java.lang.Class type, java.lang.Object object)
Throws an exception when the object is an instance of the type; this method sets the message to a default value. |
|
Utils#assertNotAnInstanceOf(java.lang.Class type, java.lang.Object object, java.lang.String message)
Throws an exception if the object is an instance of the specified type. |
|
Groovy Documentation