org.kuali.rice.krad.data.platform.testincrementers
Class CustomIncrementerOracleVersion11

java.lang.Object
  extended by org.springframework.jdbc.support.incrementer.AbstractDataFieldMaxValueIncrementer
      extended by org.springframework.jdbc.support.incrementer.AbstractSequenceMaxValueIncrementer
          extended by org.kuali.rice.krad.data.platform.testincrementers.CustomIncrementerOracleVersion11
All Implemented Interfaces:
org.springframework.beans.factory.InitializingBean, org.springframework.jdbc.support.incrementer.DataFieldMaxValueIncrementer

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

Mock incrementer used to test custom incrementers


Field Summary
 
Fields inherited from class org.springframework.jdbc.support.incrementer.AbstractDataFieldMaxValueIncrementer
paddingLength
 
Constructor Summary
CustomIncrementerOracleVersion11()
           
 
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

CustomIncrementerOracleVersion11

public CustomIncrementerOracleVersion11()
Method Detail

getSequenceQuery

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


Copyright © 2005–2014 The Kuali Foundation. All rights reserved.