org.deegree.io.datastore.sql.idgenerator |
|
Java Source File Name | Type | Comment |
DBMaxIdGenerator.java | Class | Feature id generator that produces successive (+1) values and retrieves its start value from the
specified table value (the maximum stored in the field). |
DBSeqIdGenerator.java | Class | Feature id generator that uses an SQL sequence to create new values. |