Interface that defines contract of incrementing any data store field's maximum value. Works much like a sequence number generator.
Typical implementations may use standard SQL, native RDBMS sequences or Stored Procedures to do the job.
@author Dmitriy Kopylenko
@author Jean-Pierre Pawlak
@author Juergen Hoeller
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.