Uses of Interface
org.jooq.tools.jdbc.MockRunnable
-
Packages that use MockRunnable Package Description org.jooq This package contains jOOQ's public API.org.jooq.impl This package contains jOOQ's implementation classes. -
-
Uses of MockRunnable in org.jooq
Methods in org.jooq with parameters of type MockRunnable Modifier and Type Method Description void
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
Methods in org.jooq.impl with parameters of type MockRunnable Modifier and Type Method Description void
DefaultDSLContext. mock(MockDataProvider provider, MockRunnable mockable)
-