com.github.drinkjava2.jdialects.model
Class AutoIdGenerator

java.lang.Object
  extended by 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

Field Summary
static String JDIALECTS_AUTOID
           
static String NEXT_VAL
           
 
Constructor Summary
AutoIdGenerator()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

AutoIdGenerator

public AutoIdGenerator()


Copyright © 2017. All rights reserved.