java.lang.Object
org.jooq.impl.DefaultCommitProvider
- All Implemented Interfaces:
 CommitProvider
A default implementation of the 
CommitProvider SPI, which provides
 a materialisation of the currently available database version graph.
 It is based
- Author:
 - Lukas Eder
 
- 
Constructor Summary
ConstructorsConstructorDescriptionDefaultCommitProvider(Configuration configuration, MigrationsType migrations)  - 
Method Summary
 
- 
Constructor Details
- 
DefaultCommitProvider
 
 - 
 - 
Method Details
- 
provide
Description copied from interface:CommitProviderProvide a set of commits relevant to a migration.This can include the entire set of known versions, or a subset thereof. There is no requirement to provide a fully connected graph, although
Version.migrateTo(Version)and other operations are undefined if two versions do not have a common ancestor.- Specified by:
 providein interfaceCommitProvider
 
 -