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