Uses of Interface
org.jooq.Version
Packages that use Version
-
Uses of Version in org.jooq
Modifier and TypeMethodDescription@NotNull VersionApply a migration to produce a new version.@NotNull VersionVersion.apply(String id, Collection<? extends Query> migration) Apply a migration to produce a new version.@NotNull VersionApply a migration to produce a new version.@NotNull VersionApply a migration to produce a new version.@NotNull VersionCommit a newMetarepresentation to the version graph.@NotNull VersionCommit a newMetarepresentation to the version graph.@NotNull VersionCommit a newMetarepresentation to the version graph.@NotNull VersionFiles.from()The from version from which this migration is done.@Nullable VersionFiles.fromSnapshot()The lastContentType.SNAPSHOTversion that is being migrated from, ornullif there's no snapshot.@NotNull VersionMerge versions.@NotNull VersionFiles.to()The to version to which this migration is done.@NotNull VersionCommit.version()Get the version representing this commit.@NotNull VersionHistoryVersion.version()The version.@NotNull VersionInitialise aVersion.