Moved Order to remove package circular dependency

This commit is contained in:
Michael Minella
2012-11-16 15:14:12 -06:00
parent 4ccdb47ae6
commit 5d2aac135d
21 changed files with 11 additions and 12 deletions

View File

@@ -31,7 +31,6 @@ import javax.sql.DataSource;
import org.springframework.batch.item.ExecutionContext;
import org.springframework.batch.item.ItemStreamException;
import org.springframework.batch.item.database.support.Order;
import org.springframework.beans.factory.InitializingBean;
import org.springframework.jdbc.core.JdbcTemplate;
import org.springframework.jdbc.core.RowMapper;

View File

@@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.springframework.batch.item.database.support;
package org.springframework.batch.item.database;
/**
* The direction of the sort in an ORDER BY clause.

View File

@@ -20,7 +20,6 @@ import java.util.Map;
import javax.sql.DataSource;
import org.springframework.batch.item.database.support.Order;
/**
* Interface defining the functionality to be provided for generating paging queries for use with Paging

View File

@@ -24,6 +24,7 @@ import java.util.Map;
import javax.sql.DataSource;
import org.springframework.batch.item.database.JdbcParameterUtils;
import org.springframework.batch.item.database.Order;
import org.springframework.batch.item.database.PagingQueryProvider;
import org.springframework.dao.InvalidDataAccessApiUsageException;
import org.springframework.util.Assert;

View File

@@ -18,6 +18,8 @@ package org.springframework.batch.item.database.support;
import java.util.Map;
import org.springframework.batch.item.database.Order;
/**
* Oracle implementation of a
* {@link org.springframework.batch.item.database.PagingQueryProvider} using

View File

@@ -32,6 +32,7 @@ import java.util.Map;
import javax.sql.DataSource;
import org.springframework.batch.item.database.Order;
import org.springframework.batch.item.database.PagingQueryProvider;
import org.springframework.batch.support.DatabaseType;
import org.springframework.beans.factory.FactoryBean;

View File

@@ -21,6 +21,7 @@ import java.util.List;
import java.util.Map;
import java.util.Map.Entry;
import org.springframework.batch.item.database.Order;
import org.springframework.util.StringUtils;
/**

View File

@@ -18,6 +18,7 @@ package org.springframework.batch.item.database.support;
import java.util.Map;
import org.springframework.batch.item.database.Order;
import org.springframework.util.StringUtils;
/**