public class UpgradeTask1008ParseUserAttributesToNumericValue extends Object implements UpgradeTask
| Constructor and Description |
|---|
UpgradeTask1008ParseUserAttributesToNumericValue(org.hibernate.SessionFactory sessionFactory) |
| Modifier and Type | Method and Description |
|---|---|
void |
doUpgrade()
Perform the upgrade.
|
protected List<InternalUserAttribute> |
getBatchOfRows(int startIndex,
org.hibernate.Session session) |
int |
getBuildNumber() |
String |
getShortDescription()
A short (less than 50 chars) description of the upgrade action
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetErrorspublic UpgradeTask1008ParseUserAttributesToNumericValue(org.hibernate.SessionFactory sessionFactory)
public int getBuildNumber()
getBuildNumber in interface UpgradeTaskpublic String getShortDescription()
UpgradeTaskgetShortDescription in interface UpgradeTaskpublic void doUpgrade()
throws Exception
UpgradeTaskdoUpgrade in interface UpgradeTaskException - is thrown if any errors occur during the upgrade process.protected List<InternalUserAttribute> getBatchOfRows(int startIndex, org.hibernate.Session session)
Copyright © 2024 Atlassian. All rights reserved.