Package | Description |
---|---|
org.springframework.jdbc.support.incrementer |
Provides a support framework for incrementing database table values
via sequences, with implementations for various databases.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractColumnMaxValueIncrementer
Abstract base class for
DataFieldMaxValueIncrementer implementations that use
a column in a custom sequence table. |
class |
AbstractDataFieldMaxValueIncrementer
Base implementation of
DataFieldMaxValueIncrementer that delegates
to a single AbstractDataFieldMaxValueIncrementer.getNextKey() template method that returns a long . |
class |
AbstractIdentityColumnMaxValueIncrementer
Abstract base class for
DataFieldMaxValueIncrementer implementations
which are based on identity columns in a sequence-like table. |
class |
AbstractSequenceMaxValueIncrementer
Abstract base class for
DataFieldMaxValueIncrementer implementations that use
a database sequence. |
class |
Db2LuwMaxValueIncrementer
DataFieldMaxValueIncrementer that retrieves the next value
of a given sequence on DB2 LUW (for Linux, Unix and Windows). |
class |
Db2MainframeMaxValueIncrementer
DataFieldMaxValueIncrementer that retrieves the next value
of a given sequence on DB2 for the mainframe (z/OS, DB2/390, DB2/400). |
class |
DB2MainframeSequenceMaxValueIncrementer
Deprecated.
in favor of the differently named
Db2MainframeMaxValueIncrementer |
class |
DB2SequenceMaxValueIncrementer
Deprecated.
in favor of the specifically named
Db2LuwMaxValueIncrementer |
class |
DerbyMaxValueIncrementer
DataFieldMaxValueIncrementer that increments the maximum value of a given Derby table
with the equivalent of an auto-increment column. |
class |
H2SequenceMaxValueIncrementer
DataFieldMaxValueIncrementer that retrieves the next value
of a given H2 sequence. |
class |
HanaSequenceMaxValueIncrementer
DataFieldMaxValueIncrementer that retrieves the next value
of a given SAP HANA sequence. |
class |
HsqlMaxValueIncrementer
DataFieldMaxValueIncrementer that increments the maximum value of a given HSQL table
with the equivalent of an auto-increment column. |
class |
HsqlSequenceMaxValueIncrementer
DataFieldMaxValueIncrementer that retrieves the next value
of a given HSQL sequence. |
class |
MySQLMaxValueIncrementer
DataFieldMaxValueIncrementer that increments the maximum value of a given MySQL table
with the equivalent of an auto-increment column. |
class |
OracleSequenceMaxValueIncrementer
DataFieldMaxValueIncrementer that retrieves the next value
of a given Oracle sequence. |
class |
PostgreSQLSequenceMaxValueIncrementer
Deprecated.
in favor of the differently named
PostgresSequenceMaxValueIncrementer |
class |
PostgresSequenceMaxValueIncrementer
DataFieldMaxValueIncrementer that retrieves the next value
of a given PostgreSQL sequence. |
class |
SqlServerMaxValueIncrementer
DataFieldMaxValueIncrementer that increments the maximum value of a given SQL Server table
with the equivalent of an auto-increment column. |
class |
SybaseAnywhereMaxValueIncrementer
DataFieldMaxValueIncrementer that increments the maximum value of a given Sybase table
with the equivalent of an auto-increment column. |
class |
SybaseMaxValueIncrementer
DataFieldMaxValueIncrementer that increments the maximum value of a given Sybase table
with the equivalent of an auto-increment column. |