Uses of Interface
org.jooq.CommitProvider
Package
Description
This package contains jOOQ's public API.
This package contains jOOQ's implementation classes.
JDBC tooling.
-
Uses of CommitProvider in org.jooq
Modifier and TypeMethodDescription@NotNull CommitProvider
Configuration.commitProvider()
Get this configuration's underlying commit provider.Modifier and TypeMethodDescription@NotNull Configuration
Configuration.derive
(CommitProvider newCommitProvider) Create a derived configuration from this one, with a new commit provider.@NotNull Configuration
Configuration.set
(CommitProvider newCommitProvider) Change this configuration to hold a new commit provider. -
Uses of CommitProvider in org.jooq.impl
Modifier and TypeClassDescriptionclass
A default implementation of theCommitProvider
SPI, which provides a materialisation of the currently available database version graph.Modifier and TypeMethodDescriptionfinal Configuration
DefaultConfiguration.derive
(CommitProvider newCommitProvider) final Configuration
DefaultConfiguration.set
(CommitProvider newCommitProvider) final void
DefaultConfiguration.setVersionProvider
(CommitProvider newCommitProvider) -
Uses of CommitProvider in org.jooq.tools.jdbc
Modifier and TypeMethodDescriptionMockConfiguration.derive
(CommitProvider newCommitProvider) MockConfiguration.set
(CommitProvider newCommitProvider)