Uses of Interface
org.jooq.Commit
Package
Description
This package contains jOOQ's public API.
This package contains jOOQ's implementation classes.
-
Uses of Commit in org.jooq
Modifier and TypeMethodDescription@NotNull Commit
Commit.commit(String id, String message, Collection<? extends File> delta)
Create a new commit on top of this one.@NotNull Commit
Create a new commit on top of this one.@NotNull Commit
Commit.commit(String id, Collection<? extends File> delta)
Create a new commit on top of this one.@NotNull Commit
Create a new commit on top of this one.@NotNull Commit
Initialise aVersion
.Migration.from()
The version that is being migrated from.@Nullable Commit
Get a commit from the graph by ID, ornull
, if the ID was not found.@NotNull Commit
Merge two commits.@NotNull Commit
Merge two commits.@NotNull Commit
Commit.merge(String id, Commit with, Collection<? extends File> delta)
Merge two commits.@NotNull Commit
Merge two commits.@NotNull Commit
MigrationContext.migrationFrom()
@NotNull Commit
MigrationContext.migrationTo()
@NotNull Commit
MigrationContext.queriesFrom()
@NotNull Commit
MigrationContext.queriesTo()
@NotNull Commit
Commits.root()
The root node.Migration.to()
The version that is being migrated to.Modifier and TypeMethodDescriptionvoid
Add a commit to the graph.void
Add all commits to the graph.@NotNull Commit
Merge two commits.@NotNull Commit
Merge two commits.@NotNull Commit
Commit.merge(String id, Commit with, Collection<? extends File> delta)
Merge two commits.@NotNull Commit
Merge two commits.@NotNull Files
Create a version graph when migrating between two commits.@NotNull Migration
Create a migration from the currently installed version to a new version.Modifier and TypeMethodDescriptionvoid
Commits.addAll(Collection<? extends Commit> commits)
Add all commits to the graph. -
Uses of Commit in org.jooq.impl