org.springframework.datastore.query
Class Query.Like

java.lang.Object
  extended by org.springframework.datastore.query.Query.Criterion
      extended by org.springframework.datastore.query.Query.PropertyCriterion
          extended by org.springframework.datastore.query.Query.Like
Enclosing class:
Query

public static class Query.Like
extends Query.PropertyCriterion

Criterion used to restrict the results based on a pattern (likeness)


Field Summary
 
Fields inherited from class org.springframework.datastore.query.Query.PropertyCriterion
name, value
 
Constructor Summary
Query.Like(String name, String expression)
           
 
Method Summary
 String getPattern()
           
 
Methods inherited from class org.springframework.datastore.query.Query.PropertyCriterion
getProperty, getValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Query.Like

public Query.Like(String name,
                  String expression)
Method Detail

getPattern

public String getPattern()