Verwendungen von Klasse
org.jooq.meta.jaxb.Configuration
Packages, die Configuration verwenden
-
Verwendungen von Configuration in org.jooq.meta.jaxb
Methoden in org.jooq.meta.jaxb, die Configuration zurückgebenModifizierer und TypMethodeBeschreibungObjectFactory.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.