Uses of Class
com.github.drinkjava2.jdialects.model.TableGenerator

Packages that use TableGenerator
com.github.drinkjava2.jdialects.model   
 

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

Methods in com.github.drinkjava2.jdialects.model that return types with arguments of type TableGenerator
 Map<String,TableGenerator> Table.getTableGenerators()
           
 

Methods in com.github.drinkjava2.jdialects.model with parameters of type TableGenerator
 void Table.addTableGenerator(TableGenerator tableGenerator)
          Add a "create table..." DDL to generate ID, similar like JPA's TableGenerator
 

Method parameters in com.github.drinkjava2.jdialects.model with type arguments of type TableGenerator
 void Table.setTableGenerators(Map<String,TableGenerator> tableGenerators)
           
 



Copyright © 2017. All rights reserved.