|
The Spring Framework | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JpaCallback | |
---|---|
org.springframework.orm.jpa | Package providing integration of JPA (Java Persistence API) with Spring concepts. |
Uses of JpaCallback in org.springframework.orm.jpa |
---|
Methods in org.springframework.orm.jpa with parameters of type JpaCallback | |
---|---|
Object |
JpaTemplate.execute(JpaCallback action)
|
Object |
JpaOperations.execute(JpaCallback action)
|
Object |
JpaTemplate.execute(JpaCallback action,
boolean exposeNativeEntityManager)
Execute the action specified by the given action object within a EntityManager. |
List |
JpaTemplate.executeFind(JpaCallback action)
|
List |
JpaOperations.executeFind(JpaCallback action)
|
|
The Spring Framework | |||||||||
PREV NEXT | FRAMES NO FRAMES |