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