@Deprecated public abstract class AbstractSequenceDialcet extends AbstractDialect
functionProcessor, paddingLength
Constructor and Description |
---|
AbstractSequenceDialcet()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
int |
getNextKey()
Deprecated.
Executes the SQL as specified by
getSequenceQuery() . |
protected abstract String |
getSequenceQuery()
Deprecated.
Return the database-specific query to use for retrieving a sequence value.
|
getDataSource, getFunctionProcessor, getIncrementerName, getPaddingLength, nextIntValue, nextLongValue, nextStringValue, setDataSource, setFunctionProcessor, setIncrementerName, setPaddingLength, supportsLimit
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
buildSqlFuction, buildSqlFunction, getCurrentDate, getLimitString
public int getNextKey() throws org.springframework.dao.DataAccessException
getSequenceQuery()
.org.springframework.dao.DataAccessException
protected abstract String getSequenceQuery()
The provided SQL is supposed to result in a single row with a single
column that allows for extracting a long
value.
Copyright © 2006–2018 TinyGroup. All rights reserved.