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

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

Uses of SequenceIdGenerator in com.github.drinkjava2.jdialects
 

Methods in com.github.drinkjava2.jdialects with parameters of type SequenceIdGenerator
protected static void DDLCreateUtils.checkAndInsertToNotRepeatSeq(Set<SequenceIdGenerator> notRepeatedSeq, SequenceIdGenerator seq)
          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 SequenceIdGenerator
protected static void DDLCreateUtils.checkAndInsertToNotRepeatSeq(Set<SequenceIdGenerator> notRepeatedSeq, SequenceIdGenerator seq)
          if name not found, add
If name same, but other fields different, throw exception
If name same, and other field same, ignore
 

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

Fields in com.github.drinkjava2.jdialects.id declared as SequenceIdGenerator
static SequenceIdGenerator AutoIdGenerator.SEQ_AUTOID_INSTANCE
           
 



Copyright © 2018. All rights reserved.