Uses of Interface
org.jooq.CommitProvider
Packages that use 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
Methods in org.jooq that return CommitProviderModifier and TypeMethodDescription@NotNull CommitProvider
Configuration.commitProvider()
Get this configuration's underlying commit provider.Methods in org.jooq with parameters of type CommitProviderModifier 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
Classes in org.jooq.impl that implement CommitProviderModifier and TypeClassDescriptionclass
A default implementation of theCommitProvider
SPI, which provides a materialisation of the currently available database version graph.Methods in org.jooq.impl that return CommitProviderMethods in org.jooq.impl with parameters of type CommitProviderModifier 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
Methods in org.jooq.tools.jdbc that return CommitProviderMethods in org.jooq.tools.jdbc with parameters of type CommitProviderModifier and TypeMethodDescriptionMockConfiguration.derive
(CommitProvider newCommitProvider) MockConfiguration.set
(CommitProvider newCommitProvider)