| Package | Description |
|---|---|
| org.jdal.dao | |
| org.jdal.dao.hibernate | |
| org.jdal.dao.jpa | |
| org.jdal.logic | |
| org.jdal.reporting | |
| org.jdal.service | |
| org.jdal.ui.bind |
| Modifier and Type | Interface and Description |
|---|---|
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. |
| Modifier and Type | Method and Description |
|---|---|
<T> Dao<T,Serializable> |
DaoFactory.createDao(Class<T> entityClass)
Create a Dao for entity class
|
| Modifier and Type | Class and Description |
|---|---|
class |
HibernateDao<T,PK extends Serializable>
Hibernate generic DAO implementation.
|
class |
HibernateReportDao |
class |
HibernateUserPreferenceDao |
| Modifier and Type | Method and Description |
|---|---|
<T> Dao<T,Serializable> |
HibernateDaoFactory.createDao(Class<T> entityClass)
Create a Dao for entity class
|
| 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 | Method and Description |
|---|---|
<T> Dao<T,Serializable> |
JpaDaoFactory.createDao(Class<T> entityClass)
Create a Dao for entity class
|
| 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
|
| Modifier and Type | Field and Description |
|---|---|
protected Dao<T,PK> |
PersistentManager.dao |
| Modifier and Type | Method and Description |
|---|---|
Dao<T,PK> |
PersistentManager.getDao() |
| Modifier and Type | Method and Description |
|---|---|
void |
PersistentManager.setDao(Dao<T,PK> dao) |
| Modifier and Type | Method and Description |
|---|---|
Dao<T,PK> |
ReportDataProvider.getDataSource()
Returns the data source used by this object
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
PersistentService<T,PK extends Serializable>
Deprecated.
Use
Dao instead. |
interface |
ReportService |
| Modifier and Type | Method and Description |
|---|---|
void |
PersistentServiceAware.setPersistentService(Dao<T,? extends Serializable> persistentService)
Set PersistentService to use
|
| Modifier and Type | Field and Description |
|---|---|
protected Dao<Object,? extends Serializable> |
ControlInitializerSupport.dao |
| Modifier and Type | Method and Description |
|---|---|
Dao<Object,? extends Serializable> |
ControlInitializerSupport.getPersistentService() |
| Modifier and Type | Method and Description |
|---|---|
void |
ControlInitializerSupport.setPersistentService(Dao<Object,? extends Serializable> Dao) |
Copyright © 2014 JDAL. All Rights Reserved.