IN PROGRESS - BATCH-693: Refactor samples along domain contours

This commit is contained in:
robokaso
2008-07-25 13:13:14 +00:00
parent 6966b1a3f3
commit 2f3d23c7d2
9 changed files with 8 additions and 8 deletions

View File

@@ -46,7 +46,7 @@ public class HibernateCreditDao extends HibernateDaoSupport implements
/*
* (non-Javadoc)
*
* @see org.springframework.batch.sample.dao.CustomerCreditWriter#write(org.springframework.batch.sample.domain.CustomerCredit)
* @see org.springframework.batch.sample.domain.trade.CustomerCreditWriter#write(org.springframework.batch.sample.domain.CustomerCredit)
*/
public void writeCredit(CustomerCredit customerCredit) {
if (customerCredit.getId() == failOnFlush) {

View File

@@ -27,7 +27,7 @@ public class IbatisCustomerCreditDao extends SqlMapClientDaoSupport
String statementId;
/* (non-Javadoc)
* @see org.springframework.batch.sample.dao.CustomerCreditWriter#write(org.springframework.batch.sample.domain.CustomerCredit)
* @see org.springframework.batch.sample.domain.trade.CustomerCreditWriter#write(org.springframework.batch.sample.domain.CustomerCredit)
*/
public void writeCredit(CustomerCredit customerCredit) {

View File

@@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.springframework.batch.sample.dao;
package org.springframework.batch.sample.domain.football;
import static org.junit.Assert.assertEquals;

View File

@@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.springframework.batch.sample.dao;
package org.springframework.batch.sample.domain.football;
import static org.junit.Assert.assertEquals;

View File

@@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.springframework.batch.sample.dao;
package org.springframework.batch.sample.domain.football;
import static org.junit.Assert.assertEquals;

View File

@@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.springframework.batch.sample.dao;
package org.springframework.batch.sample.domain.trade;
import static org.easymock.EasyMock.createMock;
import static org.easymock.EasyMock.replay;

View File

@@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.springframework.batch.sample.dao;
package org.springframework.batch.sample.domain.trade;
import static org.junit.Assert.assertEquals;

View File

@@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.springframework.batch.sample.dao;
package org.springframework.batch.sample.domain.trade;
import static org.junit.Assert.assertEquals;