RESOLVED - issue BATCH-1112: Remove cycle in infrastructure database/support (move support class up a level)

This commit is contained in:
dsyer
2009-03-03 14:26:23 +00:00
parent 9fa730100c
commit 7fd99c2344
5 changed files with 65 additions and 3 deletions

View File

@@ -25,7 +25,6 @@ import javax.sql.DataSource;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
import org.springframework.batch.item.ItemWriter;
import org.springframework.batch.item.database.support.JdbcParameterUtils;
import org.springframework.beans.factory.InitializingBean;
import org.springframework.dao.DataAccessException;
import org.springframework.dao.EmptyResultDataAccessException;

View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/
package org.springframework.batch.item.database.support;
package org.springframework.batch.item.database;
import java.util.Map;
import java.util.HashMap;

View File

@@ -20,6 +20,7 @@ import javax.sql.DataSource;
import org.springframework.util.Assert;
import org.springframework.util.StringUtils;
import org.springframework.batch.item.database.JdbcParameterUtils;
import org.springframework.batch.item.database.PagingQueryProvider;
import org.springframework.dao.InvalidDataAccessApiUsageException;