|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of PageableDataSource in info.joseluismartin.dao |
|---|
| Subinterfaces of PageableDataSource in info.joseluismartin.dao | |
|---|---|
interface |
Dao<T,PK extends Serializable>
Generic DAO with pageable datasource interface. |
interface |
ReportDao
Report Dao Interface |
interface |
UserDao
Interface for User DAOs |
| Methods in info.joseluismartin.dao that return PageableDataSource | |
|---|---|
PageableDataSource<T> |
Page.getPageableDataSource()
|
| Methods in info.joseluismartin.dao with parameters of type PageableDataSource | |
|---|---|
void |
Page.setPageableDataSource(PageableDataSource<T> pageableDataSource)
|
| Uses of PageableDataSource in info.joseluismartin.dao.hibernate |
|---|
| Classes in info.joseluismartin.dao.hibernate that implement PageableDataSource | |
|---|---|
class |
HibernateDao<T,PK extends Serializable>
Hibernate generic DAO implementation. |
class |
HibernateReportDao
|
| Uses of PageableDataSource in info.joseluismartin.dao.ibatis |
|---|
| Classes in info.joseluismartin.dao.ibatis that implement PageableDataSource | |
|---|---|
class |
IBatisDao<T,PK extends Serializable>
Dao implementation that use iBatis 2.x as ORM framework |
| Uses of PageableDataSource in info.joseluismartin.dao.jpa |
|---|
| Classes in info.joseluismartin.dao.jpa that implement PageableDataSource | |
|---|---|
class |
JpaDao<T,PK extends Serializable>
Dao implementation for JPA |
| Uses of PageableDataSource in info.joseluismartin.logic |
|---|
| Classes in info.joseluismartin.logic that implement PageableDataSource | |
|---|---|
class |
PersistentManager<T,PK extends Serializable>
Base class for Services that wrappers persistent operations to DAO. |
class |
ReportManager
Report Serivice Implementation |
| Uses of PageableDataSource in info.joseluismartin.reporting.datasource |
|---|
| Constructors in info.joseluismartin.reporting.datasource with parameters of type PageableDataSource | |
|---|---|
PageJRDatasourceAdapter(PageableDataSource<Object> ds)
|
|
| Uses of PageableDataSource in info.joseluismartin.service |
|---|
| Subinterfaces of PageableDataSource in info.joseluismartin.service | |
|---|---|
interface |
PersistentService<T,PK extends Serializable>
Base interface for persistent services. |
interface |
ReportService
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||