Package | Description |
---|---|
org.jooq |
The
org.jooq package contains jOOQ's public API. |
org.jooq.impl |
The
org.jooq.impl package contains jOOQ's implementation classes. |
Modifier and Type | Method and Description |
---|---|
void |
DSLContext.transaction(TransactionalRunnable transactional)
Run a
TransactionalRunnable in the context of this
DSLContext 's underlying Scope.configuration() 's
Configuration.transactionProvider() . |
CompletionStage<Void> |
DSLContext.transactionAsync(Executor executor,
TransactionalRunnable transactional)
Run a
TransactionalRunnable asynchronously. |
CompletionStage<Void> |
DSLContext.transactionAsync(TransactionalRunnable transactional)
Run a
TransactionalRunnable asynchronously. |
Modifier and Type | Method and Description |
---|---|
void |
DefaultDSLContext.transaction(TransactionalRunnable transactional) |
CompletionStage<Void> |
DefaultDSLContext.transactionAsync(Executor executor,
TransactionalRunnable transactional) |
CompletionStage<Void> |
DefaultDSLContext.transactionAsync(TransactionalRunnable transactional) |
Copyright © 2017. All Rights Reserved.