Package ru.curs.celesta.dbutils
Class DbUpdater<T extends ICallContext>
- java.lang.Object
-
- ru.curs.celesta.dbutils.DbUpdater<T>
-
- Direct Known Subclasses:
DbUpdaterImpl
public abstract class DbUpdater<T extends ICallContext> extends Object
-
-
Constructor Summary
Constructors Constructor Description DbUpdater(ConnectionPool connectionPool, AbstractScore score, boolean forceDdInitialize, DBAdaptor dbAdaptor)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
updateDb()
Performs update of DB structure based on the decomposed object model.void
updateSystemSchema()
Updates system schema.
-
-
-
Constructor Detail
-
DbUpdater
public DbUpdater(ConnectionPool connectionPool, AbstractScore score, boolean forceDdInitialize, DBAdaptor dbAdaptor)
-
-