Package io.ocfl.core.db
Class TableCreator
- java.lang.Object
-
- io.ocfl.core.db.TableCreator
-
public class TableCreator extends Object
Creates database tables if they don't exist.
-
-
Constructor Summary
Constructors Constructor Description TableCreator(DbType dbType, DataSource dataSource)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
createObjectDetailsTable(String tableName)
void
createObjectLockTable(String tableName)
-
-
-
Constructor Detail
-
TableCreator
public TableCreator(DbType dbType, DataSource dataSource)
-
-