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
 

Methods in org.springframework.orm.jpa.persistenceunit that return MutablePersistenceUnitInfo
protected  MutablePersistenceUnitInfo DefaultPersistenceUnitManager.getPersistenceUnitInfo(String persistenceUnitName)
          Return the specified PersistenceUnitInfo from this manager's cache of processed persistence units, keeping it in the cache (i.e. not 'obtaining' it for use but rather just accessing it for post-processing).
 

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-2007 The Spring Framework.