Java org.springframework.orm.jpa.persistenceunit PersistenceUnitReader fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.orm.jpa.persistenceunit PersistenceUnitReader fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.orm.jpa.persistenceunit PersistenceUnitReader.

The text is from its open source code.

Constructor

Method

URLdeterminePersistenceUnitRootUrl(Resource resource)
Determine the persistence unit root URL based on the given resource (which points to the persistence.xml file we're reading).
SpringPersistenceUnitInfo[]readPersistenceUnitInfos(String persistenceXmlLocation)
Parse and build all persistence unit infos defined in the specified XML file(s).
SpringPersistenceUnitInfo[]readPersistenceUnitInfos(String[] persistenceXmlLocations)
Parse and build all persistence unit infos defined in the given XML files.