| 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(), and return the
transactional's outcome. |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultDSLContext.transaction(TransactionalRunnable transactional) |
Copyright © 2014. All Rights Reserved.