Class ConnectionProperties

java.lang.Object
com.broadleafcommerce.common.jpa.data.ConnectionProperties

@ConfigurationProperties("broadleaf.connection") public class ConnectionProperties extends Object
Properties related to connection initialization, specifically for use with ConnectionSchemaInitializer instances.
Author:
Jeff Fischer
  • Constructor Details

    • ConnectionProperties

      public ConnectionProperties()
  • Method Details

    • isCreateSchemaIfNotExists

      public boolean isCreateSchemaIfNotExists()
      Whether or not to create the requested schema (if it does not already exist) before altering the current session to use that schema.
    • setCreateSchemaIfNotExists

      public void setCreateSchemaIfNotExists(boolean createSchemaIfNotExists)
      Whether or not to create the requested schema (if it does not already exist) before altering the current session to use that schema.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object