Uses of Interface
org.springframework.orm.jpa.JpaCallback

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 JpaOperations.execute(JpaCallback action)
           
 Object JpaTemplate.execute(JpaCallback action)
           
 Object JpaTemplate.execute(JpaCallback action, boolean exposeNativeEntityManager)
          Execute the action specified by the given action object within a EntityManager.
 List JpaOperations.executeFind(JpaCallback action)
           
 List JpaTemplate.executeFind(JpaCallback action)
           
 



Copyright © 2002-2008 The Spring Framework.