RESOLVED - SPR-5523: Replace all 'package.html' artifacts with 'package-info.java'

* Applied patch submitted by Carlos Zuniga
This commit is contained in:
Chris Beams
2009-06-01 04:14:22 +00:00
parent f3e6242568
commit a9696c7282
499 changed files with 2627 additions and 2420 deletions

View File

@@ -0,0 +1,9 @@
/**
*
* Support package for the Hibernate3 Annotation add-on,
* which supports EJB3-compliant JDK 1.5+ annotations for mappings.
*
*/
package org.springframework.orm.hibernate3.annotation;

View File

@@ -1,8 +0,0 @@
<html>
<body>
Support package for the Hibernate3 Annotation add-on,
which supports EJB3-compliant JDK 1.5+ annotations for mappings.
</body>
</html>

View File

@@ -0,0 +1,17 @@
/**
*
* Package providing integration of
* <a href="http://www.hibernate.org">Hibernate3</a>
* with Spring concepts.
*
* <p>Contains SessionFactory helper classes, a template plus callback
* for Hibernate access, and an implementation of Spring's transaction SPI
* for local Hibernate transactions.
*
* <p><b>This package supports Hibernate 3.x only.</b>
* See the org.springframework.orm.hibernate package for Hibernate 2.1 support.
*
*/
package org.springframework.orm.hibernate3;

View File

@@ -1,16 +0,0 @@
<html>
<body>
Package providing integration of
<a href="http://www.hibernate.org">Hibernate3</a>
with Spring concepts.
<p>Contains SessionFactory helper classes, a template plus callback
for Hibernate access, and an implementation of Spring's transaction SPI
for local Hibernate transactions.
<p><b>This package supports Hibernate 3.x only.</b>
See the org.springframework.orm.hibernate package for Hibernate 2.1 support.
</body>
</html>

View File

@@ -0,0 +1,9 @@
/**
*
* Classes supporting the <code>org.springframework.orm.hibernate3</code> package.
* Contains a DAO base class for HibernateTemplate usage.
*
*/
package org.springframework.orm.hibernate3.support;

View File

@@ -1,8 +0,0 @@
<html>
<body>
Classes supporting the <code>org.springframework.orm.hibernate3</code> package.
Contains a DAO base class for HibernateTemplate usage.
</body>
</html>

View File

@@ -0,0 +1,13 @@
/**
*
* Package providing integration of
* <a href="http://ibatis.apache.org">iBATIS Database Layer</a>
* with Spring concepts.
*
* <p>Contains resource helper classes and template classes for
* data access with the iBATIS SqlMapClient API.
*
*/
package org.springframework.orm.ibatis;

View File

@@ -1,12 +0,0 @@
<html>
<body>
Package providing integration of
<a href="http://ibatis.apache.org">iBATIS Database Layer</a>
with Spring concepts.
<p>Contains resource helper classes and template classes for
data access with the iBATIS SqlMapClient API.
</body>
</html>

View File

@@ -0,0 +1,9 @@
/**
*
* Classes supporting the <code>org.springframework.orm.ibatis</code> package.
* Contains a DAO base class for SqlMapClientTemplate usage.
*
*/
package org.springframework.orm.ibatis.support;

View File

@@ -1,8 +0,0 @@
<html>
<body>
Classes supporting the <code>org.springframework.orm.ibatis</code> package.
Contains a DAO base class for SqlMapClientTemplate usage.
</body>
</html>

View File

@@ -0,0 +1,10 @@
/**
*
* Package providing integration of JDO (Java Date Objects) with Spring concepts.
* Contains PersistenceManagerFactory helper classes, a template plus callback for JDO
* access, and an implementation of Spring's transaction SPI for local JDO transactions.
*
*/
package org.springframework.orm.jdo;

View File

@@ -1,9 +0,0 @@
<html>
<body>
Package providing integration of JDO (Java Date Objects) with Spring concepts.
Contains PersistenceManagerFactory helper classes, a template plus callback for JDO
access, and an implementation of Spring's transaction SPI for local JDO transactions.
</body>
</html>

View File

@@ -0,0 +1,9 @@
/**
*
* Classes supporting the <code>org.springframework.orm.jdo</code> package.
* Contains a DAO base class for JdoTemplate usage.
*
*/
package org.springframework.orm.jdo.support;

View File

@@ -1,8 +0,0 @@
<html>
<body>
Classes supporting the <code>org.springframework.orm.jdo</code> package.
Contains a DAO base class for JdoTemplate usage.
</body>
</html>

View File

@@ -0,0 +1,10 @@
/**
*
* Package providing integration of JPA (Java Persistence API) with Spring concepts.
* Contains EntityManagerFactory helper classes, a template plus callback for JPA access,
* and an implementation of Spring's transaction SPI for local JPA transactions.
*
*/
package org.springframework.orm.jpa;

View File

@@ -1,9 +0,0 @@
<html>
<body>
Package providing integration of JPA (Java Persistence API) with Spring concepts.
Contains EntityManagerFactory helper classes, a template plus callback for JPA access,
and an implementation of Spring's transaction SPI for local JPA transactions.
</body>
</html>

View File

@@ -0,0 +1,8 @@
/**
*
* Internal support for managing JPA persistence units.
*
*/
package org.springframework.orm.jpa.persistenceunit;

View File

@@ -1,7 +0,0 @@
<html>
<body>
Internal support for managing JPA persistence units.
</html>
</body>

View File

@@ -0,0 +1,9 @@
/**
*
* Classes supporting the <code>org.springframework.orm.jpa</code> package.
* Contains a DAO base class for JpaTemplate usage.
*
*/
package org.springframework.orm.jpa.support;

View File

@@ -1,8 +0,0 @@
<html>
<body>
Classes supporting the <code>org.springframework.orm.jpa</code> package.
Contains a DAO base class for JpaTemplate usage.
</html>
</body>

View File

@@ -0,0 +1,8 @@
/**
*
* Support classes for adapting to specific JPA vendors.
*
*/
package org.springframework.orm.jpa.vendor;

View File

@@ -1,7 +0,0 @@
<html>
<body>
Support classes for adapting to specific JPA vendors.
</html>
</body>

View File

@@ -0,0 +1,9 @@
/**
*
* Root package for Spring's O/R Mapping integration classes.
* Contains generic DataAccessExceptions related to O/R Mapping.
*
*/
package org.springframework.orm;

View File

@@ -1,8 +0,0 @@
<html>
<body>
Root package for Spring's O/R Mapping integration classes.
Contains generic DataAccessExceptions related to O/R Mapping.
</body>
</html>