Uses of Class
com.github.drinkjava2.jdialects.annotation.jpa.GenerationType

Packages that use GenerationType
com.github.drinkjava2.jdialects.annotation.jpa   
com.github.drinkjava2.jdialects.id   
com.github.drinkjava2.jdialects.model   
 

Uses of GenerationType in com.github.drinkjava2.jdialects.annotation.jpa
 

Methods in com.github.drinkjava2.jdialects.annotation.jpa that return GenerationType
static GenerationType GenerationType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static GenerationType[] GenerationType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

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

Methods in com.github.drinkjava2.jdialects.id that return GenerationType
 GenerationType UUIDAnyGenerator.getGenerationType()
           
 GenerationType UUID36Generator.getGenerationType()
           
 GenerationType UUID32Generator.getGenerationType()
           
 GenerationType UUID25Generator.getGenerationType()
           
 GenerationType TimeStampIdGenerator.getGenerationType()
           
 GenerationType TableIdGenerator.getGenerationType()
           
 GenerationType SortedUUIDGenerator.getGenerationType()
           
 GenerationType SnowflakeGenerator.getGenerationType()
           
 GenerationType SequenceIdGenerator.getGenerationType()
           
 GenerationType IdGenerator.getGenerationType()
          Return GenerationType
 GenerationType IdentityIdGenerator.getGenerationType()
           
 GenerationType AutoIdGenerator.getGenerationType()
           
 

Uses of GenerationType in com.github.drinkjava2.jdialects.model
 

Methods in com.github.drinkjava2.jdialects.model that return GenerationType
 GenerationType ColumnModel.getIdGenerationType()
           
 

Methods in com.github.drinkjava2.jdialects.model with parameters of type GenerationType
 IdGenerator TableModel.getIdGenerator(GenerationType generationType)
          Get one of these IdGenerator instance by generationType: IDENTITY,AUTO,UUID25,UUID32,UUID36,TIMESTAMP
 IdGenerator TableModel.getIdGenerator(GenerationType generationType, String name)
          Search and return the IdGenerator in this TableModel by its generationType and name
static IdGenerator TableModel.getIdGenerator(GenerationType generationType, String name, List<IdGenerator> idGeneratorList)
          Get a IdGenerator by type, if not found, search by name
static IdGenerator TableModel.getIdGeneratorByType(GenerationType generationType)
          Get one of these IdGenerator instance by generationType: IDENTITY,AUTO,UUID25,UUID32,UUID36,TIMESTAMP, if not found , return null;
 void ColumnModel.setIdGenerationType(GenerationType idGenerationType)
           
 



Copyright © 2018. All rights reserved.