The Spring Framework

Uses of Package
org.springframework.orm.jpa

Packages that use org.springframework.orm.jpa
org.springframework.orm.jpa Package providing integration of JPA (Java Persistence API) with Spring concepts. 
org.springframework.orm.jpa.support Classes supporting the org.springframework.orm.jpa package. 
org.springframework.orm.jpa.vendor Support classes for adapting to specific JPA vendors. 
 

Classes in org.springframework.orm.jpa used by org.springframework.orm.jpa
AbstractEntityManagerFactoryBean
          Abstract FactoryBean that creates a local JPA EntityManagerFactory instance within a Spring application context.
EntityManagerFactoryAccessor
          Base class for any class that needs to access an EntityManagerFactory, usually in order to obtain an EntityManager.
EntityManagerFactoryInfo
          Metadata interface for a Spring-managed JPA EntityManagerFactory.
EntityManagerFactoryPlusOperations
          Interface that defines common operations beyond the standard JPA EntityManagerFactory interface, in a vendor-independent fashion.
EntityManagerPlusOperations
          Interface that defines common operations beyond the standard JPA EntityManager interface, in a vendor-independent fashion.
JpaAccessor
          Base class for JpaTemplate and JpaInterceptor, defining common properties such as EntityManagerFactory and flushing behavior.
JpaCallback
          Callback interface for JPA code.
JpaDialect
          SPI strategy that encapsulates certain functionality that standard JPA 1.0 does not offer, such as access to the underlying JDBC Connection.
JpaOperations
          Interface that specifies a basic set of JPA operations, implemented by JpaTemplate.
JpaVendorAdapter
          SPI interface that allows to plug in vendor-specific behavior into Spring's EntityManagerFactory creators.
 

Classes in org.springframework.orm.jpa used by org.springframework.orm.jpa.support
EntityManagerFactoryAccessor
          Base class for any class that needs to access an EntityManagerFactory, usually in order to obtain an EntityManager.
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.
 

Classes in org.springframework.orm.jpa used by org.springframework.orm.jpa.vendor
DefaultJpaDialect
          Default implementation of the JpaDialect interface.
JpaDialect
          SPI strategy that encapsulates certain functionality that standard JPA 1.0 does not offer, such as access to the underlying JDBC Connection.
JpaVendorAdapter
          SPI interface that allows to plug in vendor-specific behavior into Spring's EntityManagerFactory creators.
 


The Spring Framework

Copyright © 2002-2008 The Spring Framework.