Uses of Class
com.caucho.amber.type.GeneratorTableType

Packages that use GeneratorTableType
com.caucho.amber.idgen   
com.caucho.amber.manager   
 

Uses of GeneratorTableType in com.caucho.amber.idgen
 

Constructors in com.caucho.amber.idgen with parameters of type GeneratorTableType
AmberTableGenerator(AmberPersistenceUnit manager, GeneratorTableType table, java.lang.String name)
          Creates the table generator.
 

Uses of GeneratorTableType in com.caucho.amber.manager
 

Methods in com.caucho.amber.manager that return GeneratorTableType
 GeneratorTableType AmberPersistenceUnit.createGeneratorTable(java.lang.String name)
          Adds a generator table.