Class ConnectionProperties


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

      • ConnectionProperties

        public ConnectionProperties()
    • Method Detail

      • 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.
      • canEqual

        protected boolean canEqual​(Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object