Class HanaSequenceMaxValueIncrementer
java.lang.Object
org.springframework.jdbc.support.incrementer.AbstractDataFieldMaxValueIncrementer
org.springframework.jdbc.support.incrementer.AbstractSequenceMaxValueIncrementer
org.springframework.jdbc.support.incrementer.HanaSequenceMaxValueIncrementer
- All Implemented Interfaces:
- InitializingBean, DataFieldMaxValueIncrementer
DataFieldMaxValueIncrementer that retrieves the next value
of a given SAP HANA sequence.- Since:
- 4.3.15
- Author:
- Jonathan Bregler, Juergen Hoeller
- 
Field SummaryFields inherited from class AbstractDataFieldMaxValueIncrementerpaddingLength
- 
Constructor SummaryConstructorsConstructorDescriptionDefault constructor for bean property style usage.HanaSequenceMaxValueIncrementer(DataSource dataSource, String incrementerName) Convenience constructor.
- 
Method SummaryModifier and TypeMethodDescriptionprotected StringReturn the database-specific query to use for retrieving a sequence value.Methods inherited from class AbstractSequenceMaxValueIncrementergetNextKeyMethods inherited from class AbstractDataFieldMaxValueIncrementerafterPropertiesSet, getDataSource, getIncrementerName, getPaddingLength, nextIntValue, nextLongValue, nextStringValue, setDataSource, setIncrementerName, setPaddingLength
- 
Constructor Details- 
HanaSequenceMaxValueIncrementerpublic HanaSequenceMaxValueIncrementer()Default constructor for bean property style usage.- See Also:
 
- 
HanaSequenceMaxValueIncrementerConvenience constructor.- Parameters:
- dataSource- the DataSource to use
- incrementerName- the name of the sequence/table to use
 
 
- 
- 
Method Details- 
getSequenceQueryDescription copied from class:AbstractSequenceMaxValueIncrementerReturn the database-specific query to use for retrieving a sequence value.The provided SQL is supposed to result in a single row with a single column that allows for extracting a longvalue.- Specified by:
- getSequenceQueryin class- AbstractSequenceMaxValueIncrementer
 
 
-