Uses of Interface
org.jooq.tools.jdbc.MockRunnable
Package
Description
This package contains jOOQ's public API.
This package contains jOOQ's implementation classes.
-
Uses of MockRunnable in org.jooq
Modifier and TypeMethodDescriptionvoid
DSLContext.mock
(MockDataProvider provider, MockRunnable mockable) Run aMockRunnable
in the context of thisDSLContext
's underlyingScope.configuration()
's, and of aMockDataProvider
. -
Uses of MockRunnable in org.jooq.impl
Modifier and TypeMethodDescriptionvoid
DefaultDSLContext.mock
(MockDataProvider provider, MockRunnable mockable)