Class SchemaCompatibiltyUtility.Initializer

java.lang.Object
com.broadleafcommerce.common.jpa.schema.SchemaCompatibiltyUtility.Initializer
All Implemented Interfaces:
org.springframework.context.ApplicationContextInitializer<org.springframework.context.ConfigurableApplicationContext>
Enclosing class:
SchemaCompatibiltyUtility

public static class SchemaCompatibiltyUtility.Initializer extends Object implements org.springframework.context.ApplicationContextInitializer<org.springframework.context.ConfigurableApplicationContext>
Spring environment initializer. This is most useful as a context initializer for integration tests, which are the most common vehicle for consuming this utility.
  • Constructor Details

    • Initializer

      public Initializer()
  • Method Details

    • initialize

      public void initialize(@NonNull org.springframework.context.ConfigurableApplicationContext configurableApplicationContext)
      Specified by:
      initialize in interface org.springframework.context.ApplicationContextInitializer<org.springframework.context.ConfigurableApplicationContext>