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