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 |
---|---|
<T> T |
DSLContext.mockResult(MockDataProvider provider,
MockCallable<T> mockable)
Run a
MockRunnable in the context of this DSLContext
's underlying Scope.configuration() 's, and of a
MockDataProvider and return the mockable 's outcome. |
Modifier and Type | Method and Description |
---|---|
<T> T |
DefaultDSLContext.mockResult(MockDataProvider provider,
MockCallable<T> mockable) |
Copyright © 2016. All Rights Reserved.