public class QueryFindByPattern<T> extends org.apache.isis.applib.query.QueryBuiltInAbstract<T>
Query and thus is ought to be
Serializable, it will be converted into a PersistenceQuery
in the runtime for remoting purposes and so does not need to be (and indeed
isn't).
See discussion in QueryBuiltInAbstract for further details.
| Constructor and Description |
|---|
QueryFindByPattern(Class<T> type,
T pattern,
long... range) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
T |
getPattern() |
public QueryFindByPattern(Class<T> type, T pattern, long... range)
public T getPattern()
public String getDescription()
Copyright © 2010–2014 The Apache Software Foundation. All rights reserved.