Uses of Interface
org.jooq.Version
Packages that use Version
- 
Uses of Version in org.jooqModifier 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 VersionHistory.current()The currently installedVersion.@NotNull VersionFiles.from()The from version from which this migration is done.@NotNull VersionMerge versions.@NotNull VersionHistory.root()The rootVersion.@NotNull VersionFiles.to()The to version to which this migration is done.@NotNull VersionCommit.version()Get the version representing this commit.@NotNull VersionInitialise aVersion.