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

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

The Spring Framework

Uses of Class
org.springframework.orm.jpa.JpaTemplate

Packages that use JpaTemplate
org.springframework.orm.jpa.support Classes supporting the org.springframework.orm.jpa package. 
 

Uses of JpaTemplate in org.springframework.orm.jpa.support
 

Methods in org.springframework.orm.jpa.support that return JpaTemplate
protected  JpaTemplate JpaDaoSupport.createJpaTemplate(javax.persistence.EntityManager entityManager)
          Create a JpaTemplate for the given EntityManager.
protected  JpaTemplate JpaDaoSupport.createJpaTemplate(javax.persistence.EntityManagerFactory entityManagerFactory)
          Create a JpaTemplate for the given EntityManagerFactory.
 JpaTemplate JpaDaoSupport.getJpaTemplate()
          Return the JpaTemplate for this DAO, pre-initialized with the EntityManagerFactory or set explicitly.
 

Methods in org.springframework.orm.jpa.support with parameters of type JpaTemplate
 void JpaDaoSupport.setJpaTemplate(JpaTemplate jpaTemplate)
          Set the JpaTemplate for this DAO explicitly, as an alternative to specifying a EntityManagerFactory.
 


The Spring Framework

Copyright © 2002-2007 The Spring Framework.