| Modifier and Type | Method and Description |
|---|---|
FinalStep |
withGuice(boolean generateGuiceModules,
NamedInjectionStrategy namedInjectionStrategy) |
FinalStep withGuice(boolean generateGuiceModules, NamedInjectionStrategy namedInjectionStrategy)
generateGuiceModules - whether to generate guice modulesnamedInjectionStrategy - defines if and how to add javax.inject.Named annotations to support execution against multiple schemas. To disable,
chose PredefinedNamedInjectionStrategy.DISABLED. If set to PredefinedNamedInjectionStrategy.SCHEMA
the following rules apply while generating the DAO's constructor:
org.jooq.Configuration propertyio.vertx.ext.asyncsql.AsyncSQLClient (or the rx equivalent) propertyio.vertx.sqlclient.SqlClient (or the rx equivalent) propertyFinalStep to build the generator.NamedInjectionStrategy,
guice @ GitHubCopyright © 2020. All rights reserved.