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.
 



Copyright © 2002-2008 The Spring Framework.