com.github.drinkjava2.jdialects.model
Class AutoIdGenerator
java.lang.Object
com.github.drinkjava2.jdialects.model.AutoIdGenerator
public class AutoIdGenerator
- extends Object
The global unique ID generator named as "jdialects_autoid" (similar like in
Hibernate the table "hibernate_sequence"), one database only allowed 1
AutoIdGenerator table, all table columns which need a "auto" type ID will
share use this table
- Since:
- 1.0.2
- Author:
- Yong Zhu
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JDIALECTS_AUTOID
public static final String JDIALECTS_AUTOID
- See Also:
- Constant Field Values
NEXT_VAL
public static final String NEXT_VAL
- See Also:
- Constant Field Values
AutoIdGenerator
public AutoIdGenerator()
Copyright © 2017. All rights reserved.