public class SearchBothShelvesStrategy extends Object implements ISearchStrategy
| Constructor and Description |
|---|
SearchBothShelvesStrategy() |
| Modifier and Type | Method and Description |
|---|---|
javax.persistence.Query |
getQuery(javax.persistence.EntityManager em,
Map<String,Object> params,
String searchQuery)
Create query to retrieve shelves, that are shared or belongs to user, that perform search
|
public javax.persistence.Query getQuery(javax.persistence.EntityManager em,
Map<String,Object> params,
String searchQuery)
getQuery in interface ISearchStrategyem - - entityManagerparams - - map of additional params for this querysearchQuery - - string to searchCopyright © 2016. All rights reserved.