RESOLVED - SPR-5523: Replace all 'package.html' artifacts with 'package-info.java'
* Applied patch submitted by Carlos Zuniga
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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>
|
||||
@@ -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;
|
||||
|
||||
@@ -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>
|
||||
@@ -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;
|
||||
|
||||
@@ -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>
|
||||
@@ -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;
|
||||
|
||||
@@ -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>
|
||||
@@ -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;
|
||||
|
||||
@@ -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>
|
||||
@@ -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;
|
||||
|
||||
@@ -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>
|
||||
@@ -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;
|
||||
|
||||
@@ -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>
|
||||
@@ -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;
|
||||
|
||||
@@ -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>
|
||||
@@ -0,0 +1,8 @@
|
||||
|
||||
/**
|
||||
*
|
||||
* Internal support for managing JPA persistence units.
|
||||
*
|
||||
*/
|
||||
package org.springframework.orm.jpa.persistenceunit;
|
||||
|
||||
@@ -1,7 +0,0 @@
|
||||
<html>
|
||||
<body>
|
||||
|
||||
Internal support for managing JPA persistence units.
|
||||
|
||||
</html>
|
||||
</body>
|
||||
@@ -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;
|
||||
|
||||
@@ -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>
|
||||
8
org.springframework.orm/src/main/java/org/springframework/orm/jpa/vendor/package-info.java
vendored
Normal file
8
org.springframework.orm/src/main/java/org/springframework/orm/jpa/vendor/package-info.java
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
|
||||
/**
|
||||
*
|
||||
* Support classes for adapting to specific JPA vendors.
|
||||
*
|
||||
*/
|
||||
package org.springframework.orm.jpa.vendor;
|
||||
|
||||
@@ -1,7 +0,0 @@
|
||||
<html>
|
||||
<body>
|
||||
|
||||
Support classes for adapting to specific JPA vendors.
|
||||
|
||||
</html>
|
||||
</body>
|
||||
@@ -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;
|
||||
|
||||
@@ -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>
|
||||
Reference in New Issue
Block a user