Class ServiceSqlScriptBasedDbSchemaManager

    • Field Detail

      • table

        protected String table
      • schemaComponent

        protected String schemaComponent
      • schemaComponentHistory

        protected String schemaComponentHistory
      • schemaVersionProperty

        protected String schemaVersionProperty
    • Constructor Detail

      • ServiceSqlScriptBasedDbSchemaManager

        public ServiceSqlScriptBasedDbSchemaManager​(String table,
                                                    String schemaComponent,
                                                    String schemaComponentHistory,
                                                    String schemaVersionProperty)
    • Method Detail

      • schemaCreate

        public void schemaCreate()
      • internalDbSchemaCreate

        protected void internalDbSchemaCreate()
      • schemaDrop

        public void schemaDrop()
      • schemaUpdate

        public String schemaUpdate()
      • schemaUpdate

        public String schemaUpdate​(String engineDbVersion)
      • schemaCheckVersion

        public void schemaCheckVersion()
      • isUpdateNeeded

        protected boolean isUpdateNeeded()
      • isHistoryUsed

        protected boolean isHistoryUsed()
      • getSchemaVersion

        protected String getSchemaVersion()
      • getUpgradeStartVersion

        protected String getUpgradeStartVersion()