| Package | Description |
|---|---|
| org.jdal.dao | |
| org.jdal.dao.hibernate | |
| org.jdal.dao.jpa | |
| org.jdal.logic | |
| org.jdal.reporting.datasource | |
| org.jdal.service |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Dao<T,PK extends Serializable>
Generic DAO with pageable datasource interface.
|
interface |
ReportDao
Report Dao Interface
|
interface |
UserPreferenceDao
Data Access Object for User Preferences
|
| Modifier and Type | Class and Description |
|---|---|
class |
DaoSupport<T,PK extends Serializable>
Support class for
Dao implementation. |
class |
ListPageableDataSource<T>
List to PageableDataSource Adapter.
|
| Modifier and Type | Method and Description |
|---|---|
PageableDataSource<?> |
Page.getPageableDataSource() |
| Modifier and Type | Method and Description |
|---|---|
void |
Page.setPageableDataSource(PageableDataSource<?> pageableDataSource) |
| Modifier and Type | Class and Description |
|---|---|
class |
HibernateDao<T,PK extends Serializable>
Hibernate generic DAO implementation.
|
class |
HibernateReportDao |
class |
HibernateUserPreferenceDao |
| Modifier and Type | Class and Description |
|---|---|
class |
JpaDao<T,PK extends Serializable>
Dao implementation for JPA
|
class |
JpaUserPreferenceDao
UserPreferenceDao implementation for JPA.
|
class |
PersistentServiceJpaDao<T,PK extends Serializable>
Deprecated.
use
JpaDao instead |
| Modifier and Type | Class and Description |
|---|---|
class |
CollectionPersistenceService<T,PK extends Serializable>
Persistence Service using a Collection as entity store.
|
class |
ContextPersistentManager
Bulk all generics in one object to avoid excesive parametrization.
|
class |
PersistentManager<T,PK extends Serializable>
Base class for Services that wrappers persistent operations to DAO.
|
class |
ReportManager
Report Service Implementation
|
| Constructor and Description |
|---|
PageJRDatasourceAdapter(PageableDataSource<Object> ds) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
PersistentService<T,PK extends Serializable>
Deprecated.
Use
Dao instead. |
interface |
ReportService |
Copyright © 2014 JDAL. All Rights Reserved.