Package ru.curs.celesta.dbutils
Class DbUpdaterImpl
- java.lang.Object
-
- ru.curs.celesta.dbutils.DbUpdater<CallContext>
-
- ru.curs.celesta.dbutils.DbUpdaterImpl
-
public final class DbUpdaterImpl extends DbUpdater<CallContext>
Class performing update procedure of the database.
-
-
Constructor Summary
Constructors Constructor Description DbUpdaterImpl(ConnectionPool connectionPool, Score score, boolean forceDdInitialize, DBAdaptor dba, ICelesta celesta)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
updateSysGrain()
Updates the system grain.void
updateSysGrain(CallContext context)
-
Methods inherited from class ru.curs.celesta.dbutils.DbUpdater
updateDb, updateSystemSchema
-
-
-
-
Constructor Detail
-
DbUpdaterImpl
public DbUpdaterImpl(ConnectionPool connectionPool, Score score, boolean forceDdInitialize, DBAdaptor dba, ICelesta celesta)
-
-
Method Detail
-
updateSysGrain
public void updateSysGrain()
Updates the system grain.
-
updateSysGrain
public void updateSysGrain(CallContext context)
-
-