org.talend.esb.sam.server.persistence
Class DerbySequenceIncrementer

java.lang.Object
  extended by org.springframework.jdbc.support.incrementer.AbstractDataFieldMaxValueIncrementer
      extended by org.springframework.jdbc.support.incrementer.AbstractSequenceMaxValueIncrementer
          extended by org.talend.esb.sam.server.persistence.DerbySequenceIncrementer
All Implemented Interfaces:
org.springframework.beans.factory.InitializingBean, org.springframework.jdbc.support.incrementer.DataFieldMaxValueIncrementer

public class DerbySequenceIncrementer
extends org.springframework.jdbc.support.incrementer.AbstractSequenceMaxValueIncrementer


Field Summary
 
Fields inherited from class org.springframework.jdbc.support.incrementer.AbstractDataFieldMaxValueIncrementer
paddingLength
 
Constructor Summary
DerbySequenceIncrementer()
           
 
Method Summary
protected  String getSequenceQuery()
           
 
Methods inherited from class org.springframework.jdbc.support.incrementer.AbstractSequenceMaxValueIncrementer
getNextKey
 
Methods inherited from class org.springframework.jdbc.support.incrementer.AbstractDataFieldMaxValueIncrementer
afterPropertiesSet, getDataSource, getIncrementerName, getPaddingLength, nextIntValue, nextLongValue, nextStringValue, setDataSource, setIncrementerName, setPaddingLength
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DerbySequenceIncrementer

public DerbySequenceIncrementer()
Method Detail

getSequenceQuery

protected String getSequenceQuery()
Specified by:
getSequenceQuery in class org.springframework.jdbc.support.incrementer.AbstractSequenceMaxValueIncrementer


Copyright © 2011 Talend Inc.. All Rights Reserved.