|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface JpaQueryProvider
Interface defining the functionality to be provided for generating queries
for use with JPA ItemReaders or other custom built artifacts.
| Method Summary | |
|---|---|
Query |
createQuery()
Create the query object. |
void |
setEntityManager(EntityManager entityManager)
Provide an EntityManager for the query to be built. |
| Method Detail |
|---|
Query createQuery()
Create the query object.
void setEntityManager(EntityManager entityManager)
EntityManager for the query to be built.
entityManager -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||