Uses of Package
org.springframework.jdbc.support.incrementer
Packages that use org.springframework.jdbc.support.incrementer Package Description org.springframework.jdbc.support.incrementer Provides a support framework for incrementing database table values via sequences, with implementations for various databases.Classes in org.springframework.jdbc.support.incrementer used by org.springframework.jdbc.support.incrementer Class Description AbstractColumnMaxValueIncrementer Abstract base class forDataFieldMaxValueIncrementerimplementations that use a column in a custom sequence table.AbstractDataFieldMaxValueIncrementer Base implementation ofDataFieldMaxValueIncrementerthat delegates to a singleAbstractDataFieldMaxValueIncrementer.getNextKey()template method that returns along.AbstractIdentityColumnMaxValueIncrementer Abstract base class forDataFieldMaxValueIncrementerimplementations which are based on identity columns in a sequence-like table.AbstractSequenceMaxValueIncrementer Abstract base class forDataFieldMaxValueIncrementerimplementations that use a database sequence.DataFieldMaxValueIncrementer Interface that defines contract of incrementing any data store field's maximum value.Db2LuwMaxValueIncrementer DataFieldMaxValueIncrementerthat retrieves the next value of a given sequence on DB2 LUW (for Linux, Unix and Windows).PostgresSequenceMaxValueIncrementer DataFieldMaxValueIncrementerthat retrieves the next value of a given PostgreSQL sequence.SybaseMaxValueIncrementer DataFieldMaxValueIncrementerthat increments the maximum value of a given Sybase table with the equivalent of an auto-increment column.