Uses of Class
com.github.drinkjava2.jdialects.id.TableIdGenerator

Packages that use TableIdGenerator
com.github.drinkjava2.jdialects   
com.github.drinkjava2.jdialects.id   
 

Uses of TableIdGenerator in com.github.drinkjava2.jdialects
 

Methods in com.github.drinkjava2.jdialects with parameters of type TableIdGenerator
protected static void DDLCreateUtils.checkAndInsertToNotRepeatTable(Set<TableIdGenerator> notRepeatedSeq, TableIdGenerator tab)
          if name not found, add
If name same, but other fields different, throw exception
If name same, and other field same, ignore
 

Method parameters in com.github.drinkjava2.jdialects with type arguments of type TableIdGenerator
protected static void DDLCreateUtils.checkAndInsertToNotRepeatTable(Set<TableIdGenerator> notRepeatedSeq, TableIdGenerator tab)
          if name not found, add
If name same, but other fields different, throw exception
If name same, and other field same, ignore
 

Uses of TableIdGenerator in com.github.drinkjava2.jdialects.id
 

Fields in com.github.drinkjava2.jdialects.id declared as TableIdGenerator
static TableIdGenerator AutoIdGenerator.TABLE_AUTOID_INSTANCE
           
 



Copyright © 2018. All rights reserved.