| Package | Description |
|---|---|
| openbook.server |
| Modifier and Type | Class and Description |
|---|---|
class |
QueryParameterBinder
Decorates a query by binding parameters.
|
| Modifier and Type | Method and Description |
|---|---|
<T> List<T> |
OpenBookService.query(String jpql,
Class<T> resultClass,
QueryDecorator... decorators)
Runs an arbitrary JPQL query to return a list of result.
|
List<Book> |
OpenBookService.select(String title,
Double min,
Double max,
String author,
QueryDecorator... decorators)
Selects a list of Books matching the given conditions.
|
Copyright © 2006–2018 Apache Software Foundation. All rights reserved.