Uses of Class
org.jooq.util.jaxb.Database

Packages that use Database
org.jooq.util.jaxb   
 

Uses of Database in org.jooq.util.jaxb
 

Fields in org.jooq.util.jaxb declared as Database
protected  Database Generator.database
           
 

Methods in org.jooq.util.jaxb that return Database
 Database Generator.getDatabase()
          Gets the value of the database property.
 Database Database.withCustomTypes(Collection<CustomType> values)
           
 Database Database.withCustomTypes(CustomType... values)
           
 Database Database.withDateAsTimestamp(Boolean value)
           
 Database Database.withEnumTypes(Collection<EnumType> values)
           
 Database Database.withEnumTypes(EnumType... values)
           
 Database Database.withExcludes(String value)
           
 Database Database.withForcedTypes(Collection<ForcedType> values)
           
 Database Database.withForcedTypes(ForcedType... values)
           
 Database Database.withIncludes(String value)
           
 Database Database.withInputSchema(String value)
           
 Database Database.withMasterDataTables(Collection<MasterDataTable> values)
           
 Database Database.withMasterDataTables(MasterDataTable... values)
           
 Database Database.withName(String value)
           
 Database Database.withOutputSchema(String value)
           
 Database Database.withSchemata(Collection<Schema> values)
           
 Database Database.withSchemata(Schema... values)
           
 Database Database.withUnsignedTypes(Boolean value)
           
 

Methods in org.jooq.util.jaxb with parameters of type Database
 void Generator.setDatabase(Database value)
          Sets the value of the database property.
 Generator Generator.withDatabase(Database value)
           
 



Copyright © 2012. All Rights Reserved.