Javadoc coverage of package metadata detection (supported for Hibernate, not needed for EclipseLink and OpenJPA)

Issue: SPR-10910
This commit is contained in:
Juergen Hoeller
2014-06-29 17:36:26 +02:00
parent 1c91a52639
commit 0232739293
7 changed files with 35 additions and 5 deletions

View File

@@ -37,7 +37,9 @@ import org.springframework.orm.jpa.persistenceunit.SmartPersistenceUnitInfo;
* is an alternative for compatibility with earlier Hibernate versions (3.6-4.2).
*
* @author Juergen Hoeller
* @author Joris Kuipers
* @since 4.1
* @see Configuration#addPackage
*/
class SpringHibernateJpaPersistenceProvider extends HibernatePersistenceProvider {