| Package | Description |
|---|---|
| org.jdal.dao | |
| org.jdal.dao.hibernate | |
| org.jdal.dao.jpa | |
| org.jdal.logic | |
| org.jdal.reporting.datasource |
| Modifier and Type | Method and Description |
|---|---|
Page<T> |
Page.clone() |
<K> Page<K> |
PageableDataSource.getPage(Page<K> page)
Fill and return a page of data
|
<K> Page<K> |
ListPageableDataSource.getPage(Page<K> page)
Fill and return a page of data
|
| Modifier and Type | Method and Description |
|---|---|
List<Serializable> |
PageableDataSource.getKeys(Page<T> page)
Gets a List with keys of page
|
List<Serializable> |
ListPageableDataSource.getKeys(Page<T> page)
Gets a List with keys of page
|
<K> Page<K> |
PageableDataSource.getPage(Page<K> page)
Fill and return a page of data
|
<K> Page<K> |
ListPageableDataSource.getPage(Page<K> page)
Fill and return a page of data
|
| Modifier and Type | Method and Description |
|---|---|
<K> Page<K> |
HibernateDao.getPage(Page<K> page)
Get Page, apply filter if any.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
HibernateDao.applyOrder(Page<?> page,
Criteria criteria)
Apply Order to Criteria
|
List<Serializable> |
HibernateDao.getKeys(Page<T> page) |
<K> Page<K> |
HibernateDao.getPage(Page<K> page)
Get Page, apply filter if any.
|
| Modifier and Type | Method and Description |
|---|---|
<K> Page<K> |
JpaDao.getPage(Page<K> page)
Fill and return a page of data
|
| Modifier and Type | Method and Description |
|---|---|
List<Serializable> |
JpaDao.getKeys(Page<T> page)
Gets a List with keys of page
|
protected <K> javax.persistence.TypedQuery<K> |
JpaDao.getNamedQuery(Page<K> page)
Gets a NamedQuery from page, setup order, params and page result count.
|
<K> Page<K> |
JpaDao.getPage(Page<K> page)
Fill and return a page of data
|
| Modifier and Type | Method and Description |
|---|---|
<K> Page<K> |
CollectionPersistenceService.getPage(Page<K> page)
Fill and return a page of data
|
<K> Page<K> |
ContextPersistentManager.getPage(Page<K> page)
Fill and return a page of data
|
<K> Page<K> |
PersistentManager.getPage(Page<K> page)
Fill and return a page of data
|
| Modifier and Type | Method and Description |
|---|---|
List<Serializable> |
ContextPersistentManager.getKeys(Page<Object> page)
Gets a List with keys of page
|
List<Serializable> |
CollectionPersistenceService.getKeys(Page<T> page)
Gets a List with keys of page
|
List<Serializable> |
PersistentManager.getKeys(Page<T> page)
Gets a List with keys of page
|
<K> Page<K> |
CollectionPersistenceService.getPage(Page<K> page)
Fill and return a page of data
|
<K> Page<K> |
ContextPersistentManager.getPage(Page<K> page)
Fill and return a page of data
|
<K> Page<K> |
PersistentManager.getPage(Page<K> page)
Fill and return a page of data
|
| Modifier and Type | Method and Description |
|---|---|
Page<Object> |
PageJRDatasourceAdapter.getPage() |
| Modifier and Type | Method and Description |
|---|---|
void |
PageJRDatasourceAdapter.setPage(Page<Object> page) |
Copyright © 2014 JDAL. All Rights Reserved.