The Spring Framework

Uses of Package
org.springframework.orm.jpa.persistenceunit

Packages that use org.springframework.orm.jpa.persistenceunit
org.springframework.orm.jpa Package providing integration of JPA (Java Persistence API) with Spring concepts. 
org.springframework.orm.jpa.persistenceunit Internal support for managing JPA persistence units. 
 

Classes in org.springframework.orm.jpa.persistenceunit used by org.springframework.orm.jpa
PersistenceUnitManager
          Interface that defines an abstraction for finding and managing JPA PersistenceUnitInfos.
PersistenceUnitPostProcessor
          Callback interface for post-processing a JPA PersistenceUnitInfo.
 

Classes in org.springframework.orm.jpa.persistenceunit used by org.springframework.orm.jpa.persistenceunit
MutablePersistenceUnitInfo
          Spring's base implementation of the JPA PersistenceUnitInfo interface used to bootstrap an EntityManagerFactory in a container.
PersistenceUnitManager
          Interface that defines an abstraction for finding and managing JPA PersistenceUnitInfos.
PersistenceUnitPostProcessor
          Callback interface for post-processing a JPA PersistenceUnitInfo.
SpringPersistenceUnitInfo
          Subclass of MutablePersistenceUnitInfo that adds instrumentation hooks based on Spring's LoadTimeWeaver abstraction.
 


The Spring Framework

Copyright © 2002-2006 The Spring Framework.