The Spring Framework

Uses of Class
org.springframework.orm.jpa.persistenceunit.MutablePersistenceUnitInfo

Packages that use MutablePersistenceUnitInfo
org.springframework.orm.jpa.persistenceunit Internal support for managing JPA persistence units. 
 

Uses of MutablePersistenceUnitInfo in org.springframework.orm.jpa.persistenceunit
 

Subclasses of MutablePersistenceUnitInfo in org.springframework.orm.jpa.persistenceunit
(package private)  class SpringPersistenceUnitInfo
          Subclass of MutablePersistenceUnitInfo that adds instrumentation hooks based on Spring's LoadTimeWeaver abstraction.
 

Methods in org.springframework.orm.jpa.persistenceunit with parameters of type MutablePersistenceUnitInfo
 void PersistenceUnitPostProcessor.postProcessPersistenceUnitInfo(MutablePersistenceUnitInfo pui)
          Post-process the given PersistenceUnitInfo, for example registering further entity classes and jar files.
protected  void DefaultPersistenceUnitManager.postProcessPersistenceUnitInfo(MutablePersistenceUnitInfo pui)
          Hook method allowing subclasses to customize each PersistenceUnitInfo.
 


The Spring Framework

Copyright © 2002-2006 The Spring Framework.