The Spring Framework

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

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

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

Methods in org.springframework.orm.jpa.persistenceunit that return SpringPersistenceUnitInfo
protected  SpringPersistenceUnitInfo PersistenceUnitReader.parsePersistenceUnitInfo(Element persistenceUnit)
          Parse the unit info DOM element.
 SpringPersistenceUnitInfo[] PersistenceUnitReader.readPersistenceUnitInfos(String persistenceXmlLocation)
          Parse and build all persistence unit infos defined in the specified XML file(s).
 SpringPersistenceUnitInfo[] PersistenceUnitReader.readPersistenceUnitInfos(String[] persistenceXmlLocations)
          Parse and build all persistence unit infos defined in the given XML files.
 

Methods in org.springframework.orm.jpa.persistenceunit that return types with arguments of type SpringPersistenceUnitInfo
protected  List<SpringPersistenceUnitInfo> PersistenceUnitReader.parseDocument(Resource resource, Document document, List<SpringPersistenceUnitInfo> infos)
          Parse the validated document and populates(add to) the given unit info list.
 

Methods in org.springframework.orm.jpa.persistenceunit with parameters of type SpringPersistenceUnitInfo
protected  void PersistenceUnitReader.parseClass(Element persistenceUnit, SpringPersistenceUnitInfo unitInfo)
          Parse the class XML elements.
protected  void PersistenceUnitReader.parseJarFiles(Element persistenceUnit, SpringPersistenceUnitInfo unitInfo)
          Parse the jar-file XML elements.
protected  void PersistenceUnitReader.parseMappingFiles(Element persistenceUnit, SpringPersistenceUnitInfo unitInfo)
          Parse the mapping-file XML elements.
protected  void PersistenceUnitReader.parseProperty(Element persistenceUnit, SpringPersistenceUnitInfo unitInfo)
          Parse the property XML elements.
 

Method parameters in org.springframework.orm.jpa.persistenceunit with type arguments of type SpringPersistenceUnitInfo
protected  List<SpringPersistenceUnitInfo> PersistenceUnitReader.parseDocument(Resource resource, Document document, List<SpringPersistenceUnitInfo> infos)
          Parse the validated document and populates(add to) the given unit info list.
 


The Spring Framework

Copyright © 2002-2006 The Spring Framework.