Uses of Class
org.jooq.meta.jaxb.Configuration
-
Packages that use Configuration Package Description org.jooq.meta.jaxb -
-
Uses of Configuration in org.jooq.meta.jaxb
Methods in org.jooq.meta.jaxb that return Configuration Modifier and Type Method Description ConfigurationObjectFactory. createConfiguration()Create an instance ofConfigurationConfigurationConfiguration. withBasedir(String value)The base directory that should be used instead of the JVM's working directory, to resolve all relative paths.ConfigurationConfiguration. withGenerator(Generator value)The GENERATOR configuration element contains information about source code generation itself.ConfigurationConfiguration. withJdbc(Jdbc value)The JDBC configuration element contains information about how to set up the database connection used for source code generation.ConfigurationConfiguration. withLogging(Logging value)The logging configuration element specifies the code generation logging threshold.ConfigurationConfiguration. withOnError(OnError value)The action to be taken by the generator as the consequence of an encountered exception.
-