Class AbstractBambooRawJdbcDao

    • Field Detail

      • dbmsBean

        @Inject
        @Lazy
        protected DbmsBean dbmsBean
      • hibernateConfig

        @Inject
        protected com.atlassian.config.db.HibernateConfig hibernateConfig
    • Constructor Detail

      • AbstractBambooRawJdbcDao

        public AbstractBambooRawJdbcDao()
    • Method Detail

      • ensureClusterTableExists

        protected void ensureClusterTableExists​(@NotNull
                                                @NotNull String tableName,
                                                @NotNull
                                                @NotNull String tableCreateStatement)