| Class | Description |
|---|---|
| GenericDAO |
The class is a generic DAO.
|
| GenericDAO.Parameters |
Helper to create dynamic parameter for the GenericDAO.
|
| IdentifiableEntity |
All entities must extend this class, to be managed by the @see GenericDAO.
|
| Jpa |
This controller manages the entity.
|
| JpaListener |
Add configuration to use Jpa :
Add Jpa as global controller
Add GenericDaoInjector as injector to get the DAO in Jpa controller
Add EntityManagerInjector as injector to get EntityManager
Add EntityTransactionManager as injector to get EntityTransaction
|
| JpaListener.EntityManagerInjector |
Inject EntityManager
|
| JpaListener.EntityTransactionManager |
Inject EntityTransaction
|
| JpaListener.GenericDaoInjector |
Inject GenericDAO
|
| Transactional |
Manage the transaction during execute the request.
|
Copyright © 2011–2014 Debux. All rights reserved.