The DSL
provides convenient constructors to create a {@link Configuration}, which will be shared among all Query
objects thus created. Optionally, you can pass a reusable Configuration
to the {@link DSL#using(Configuration)}constructor. Please consider thread-safety concerns documented in {@link Configuration}, should you want to reuse the same Configuration
instance in various threads and / or transactions.
@see DSL
@see Configuration
@author Lukas Eder
|
|
|
|
|
|
|
|
|
|
|
|
|
|