Uses of Interface
openbook.server.QueryDecorator
-
Packages that use QueryDecorator Package Description openbook.server -
-
Uses of QueryDecorator in openbook.server
Classes in openbook.server that implement QueryDecorator Modifier and Type Class Description class
QueryParameterBinder
Decorates a query by binding parameters.Methods in openbook.server with parameters of type QueryDecorator Modifier and Type Method Description <T> java.util.List<T>
OpenBookService. query(java.lang.String jpql, java.lang.Class<T> resultClass, QueryDecorator... decorators)
Runs an arbitrary JPQL query to return a list of result.java.util.List<Book>
OpenBookService. select(java.lang.String title, java.lang.Double min, java.lang.Double max, java.lang.String author, QueryDecorator... decorators)
Selects a list of Books matching the given conditions.
-