Uses of Interface
org.jooq.Commits
Package
Description
This package contains jOOQ's public API.
This package contains jOOQ's implementation classes.
-
Uses of Commits in org.jooq
Modifier and TypeMethodDescription@NotNull Commits
Add a commit to the graph.@NotNull Commits
Commits.addAll
(Collection<? extends Commit> commits) Add all commits to the graph.@NotNull Commits
Add all commits to the graph.@NotNull Commits
Migrations.commits()
Initialise an emptyCommits
graph.@NotNull Commits
Load directory content into this commits graph.@NotNull Commits
Commits.load
(MigrationsType migrations) Load XML content into this commits graph.@NotNull Commits
CommitProvider.provide()
Provide a set of commits relevant to a migration. -
Uses of Commits in org.jooq.impl