Class TenantDatabaseUpgradeService

java.lang.Object
org.apache.fineract.infrastructure.core.service.migration.TenantDatabaseUpgradeService
All Implemented Interfaces:
org.springframework.beans.factory.InitializingBean

@Service public class TenantDatabaseUpgradeService extends Object implements org.springframework.beans.factory.InitializingBean
A service that picks up on tenants that are configured to auto-update their specific schema on application startup.
  • Field Details

  • Constructor Details

    • TenantDatabaseUpgradeService

      public TenantDatabaseUpgradeService()
  • Method Details

    • afterPropertiesSet

      public void afterPropertiesSet() throws Exception
      Specified by:
      afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
      Throws:
      Exception