The Spring Framework

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

Packages that use JpaAccessor
org.springframework.orm.jpa Package providing integration of JPA (Java Persistence API) with Spring concepts. 
 

Uses of JpaAccessor in org.springframework.orm.jpa
 

Subclasses of JpaAccessor in org.springframework.orm.jpa
 class JpaInterceptor
          This interceptor binds a new JPA EntityManager to the thread before a method call, closing and removing it afterwards in case of any method outcome.
 class JpaTemplate
          Helper class that allows for writing JPA data access code in the same style as with Spring's well-known JdoTemplate and HibernateTemplate classes.
 


The Spring Framework

Copyright © 2002-2007 The Spring Framework.