@Repository(value="blSolrIndexDao") public class SolrIndexDaoImpl extends Object implements SolrIndexDao
SolrIndexDao| Modifier and Type | Field and Description |
|---|---|
protected javax.persistence.EntityManager |
em |
| Constructor and Description |
|---|
SolrIndexDaoImpl() |
| Modifier and Type | Method and Description |
|---|---|
List<Long> |
readProductIdsByCategory(Long categoryId)
Retrieve the product ids that belong to this category.
|
public List<Long> readProductIdsByCategory(Long categoryId)
SolrIndexDaoreadProductIdsByCategory in interface SolrIndexDaocategoryId - the categoryCopyright © 2014. All Rights Reserved.