|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface JPACallback
Callback class to execute some specific operation using the provided EntityManager instance.
| Method Summary | |
|---|---|
Object |
execute(javax.persistence.EntityManager entityManager)
Executes some operation using the provided EntityManager. |
| Method Detail |
|---|
Object execute(javax.persistence.EntityManager entityManager)
Executes some operation using the provided EntityManager. Basic exception handling and logging are already
provided by the JPATemplate.
entityManager -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||