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