Class AbstractInHibernateTransactionUpgradeTask

    • Constructor Detail

      • AbstractInHibernateTransactionUpgradeTask

        public AbstractInHibernateTransactionUpgradeTask​(@NotNull
                                                         @NotNull String shortDescription)
    • Method Detail

      • doUpgrade

        public void doUpgrade()
                       throws Exception
        Description copied from interface: UpgradeTask
        Perform the upgrade.
        Throws:
        Exception - to signalize error during upgrade process
      • doUpgrade

        public abstract void doUpgrade​(@NotNull
                                       @NotNull Connection connection)
                                throws org.hibernate.HibernateException,
                                       SQLException
        Throws:
        org.hibernate.HibernateException
        SQLException
      • setBambooConnectionTemplate

        public void setBambooConnectionTemplate​(BambooConnectionTemplate bambooConnectionTemplate)