站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > Spring Framework 2.0.5 API 文档英文版

Uses of Interface org.springframework.orm.jpa.JpaCallback (Spring Framework API 2.0) - Spring Framework 2.0.5 API 文档英文版

The Spring Framework

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 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

Copyright © 2002-2007 The Spring Framework.