| Package | Description |
|---|---|
| net.dontdrinkandroot.persistence.dao | |
| net.dontdrinkandroot.persistence.filter |
| Modifier and Type | Method and Description |
|---|---|
List<T> |
Dao.findAll(AbstractFilter<T>... filter) |
List<T> |
AbstractJpaDao.findAll(AbstractFilter<T>... filters) |
List<T> |
Dao.findAll(AbstractFilter<T> filter) |
List<T> |
AbstractJpaDao.findAll(AbstractFilter<T> filter) |
| Modifier and Type | Method and Description |
|---|---|
List<T> |
Dao.findAll(Collection<AbstractFilter<T>> filters) |
List<T> |
AbstractJpaDao.findAll(Collection<AbstractFilter<T>> filters) |
| Modifier and Type | Class and Description |
|---|---|
class |
NullFilter<T> |
class |
NumericFilter<T> |
Copyright © 2012. All Rights Reserved.