public class NonIncrementingPrimaryKeyColumn extends PrimaryKeyColumn
If the type of the column is integral, new values are generated by selecting the max value of the key and adding 1 to it. If the column is character based a random string is generated.
Constructor and Description |
---|
NonIncrementingPrimaryKeyColumn(String name,
Class type) |
Copyright © 1996–2019 Geotools. All rights reserved.