Class UpgradeSQLRecorder
Object
com.liferay.portal.kernel.upgrade.recorder.UpgradeSQLRecorder
- Author:
- István András Dézsi
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static class
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Connection
getConnectionWrapper
(Connection connection) static Connection
getConnectionWrapper
(Connection connection, String upgradeProcessClassName) static List<UpgradeSQLRecorder.FailedSQL>
static Set<UpgradeSQLRecorder.RunningSQL>
static void
start()
static void
stop()
-
Constructor Details
-
UpgradeSQLRecorder
public UpgradeSQLRecorder()
-
-
Method Details
-
getConnectionWrapper
-
getConnectionWrapper
public static Connection getConnectionWrapper(Connection connection, String upgradeProcessClassName) -
getFailedSQLs
-
getRunningSQLs
-
start
public static void start() -
stop
public static void stop()
-