org.springframework.batch.item.database.support
Class MultipleColumnJdbcKeyGeneratorIntegrationTests

java.lang.Object
  extended by AbstractTransactionalDataSourceSpringContextTests
      extended by org.springframework.batch.item.database.support.MultipleColumnJdbcKeyGeneratorIntegrationTests

public class MultipleColumnJdbcKeyGeneratorIntegrationTests
extends AbstractTransactionalDataSourceSpringContextTests

Author:
Lucas Ward

Constructor Summary
MultipleColumnJdbcKeyGeneratorIntegrationTests()
           
 
Method Summary
protected  String[] getConfigLocations()
           
protected  void onSetUpBeforeTransaction()
           
 void testGetNullKeyAsStreamContext()
           
 void testRestoreKeys()
           
 void testRetrieveKeys()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MultipleColumnJdbcKeyGeneratorIntegrationTests

public MultipleColumnJdbcKeyGeneratorIntegrationTests()
Method Detail

getConfigLocations

protected String[] getConfigLocations()

onSetUpBeforeTransaction

protected void onSetUpBeforeTransaction()
                                 throws Exception
Throws:
Exception

testRetrieveKeys

public void testRetrieveKeys()

testRestoreKeys

public void testRestoreKeys()

testGetNullKeyAsStreamContext

public void testGetNullKeyAsStreamContext()


Copyright © 2008 SpringSource. All Rights Reserved.