java.lang.Object
com.broadleafcommerce.catalog.provider.jpa.environment.CatalogProperties
All Implemented Interfaces:
com.broadleafcommerce.common.jpa.data.JpaPropertyRelated

@ConfigurationProperties("broadleaf.catalog") public class CatalogProperties extends Object implements com.broadleafcommerce.common.jpa.data.JpaPropertyRelated
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected boolean
     
    boolean
     
    org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
     
    com.broadleafcommerce.common.jpa.data.SchemaDelegatingProperties
     
    com.broadleafcommerce.common.jpa.data.JpaProperties
     
    org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
     
    int
     
    void
    setDatasource(org.springframework.boot.autoconfigure.jdbc.DataSourceProperties datasource)
     
    void
    setDelegating(com.broadleafcommerce.common.jpa.data.SchemaDelegatingProperties delegating)
     
    void
    setJpa(com.broadleafcommerce.common.jpa.data.JpaProperties jpa)
     
    void
    setLiquibase(org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties liquibase)
     
     

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • CatalogProperties

      public CatalogProperties()
  • Method Details

    • getJpa

      public com.broadleafcommerce.common.jpa.data.JpaProperties getJpa()
      Specified by:
      getJpa in interface com.broadleafcommerce.common.jpa.data.JpaPropertyRelated
    • getDatasource

      public org.springframework.boot.autoconfigure.jdbc.DataSourceProperties getDatasource()
      Specified by:
      getDatasource in interface com.broadleafcommerce.common.jpa.data.JpaPropertyRelated
    • getLiquibase

      public org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties getLiquibase()
      Specified by:
      getLiquibase in interface com.broadleafcommerce.common.jpa.data.JpaPropertyRelated
    • getDelegating

      public com.broadleafcommerce.common.jpa.data.SchemaDelegatingProperties getDelegating()
      Specified by:
      getDelegating in interface com.broadleafcommerce.common.jpa.data.JpaPropertyRelated
    • setJpa

      public void setJpa(com.broadleafcommerce.common.jpa.data.JpaProperties jpa)
    • setDatasource

      public void setDatasource(org.springframework.boot.autoconfigure.jdbc.DataSourceProperties datasource)
    • setLiquibase

      public void setLiquibase(org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties liquibase)
    • setDelegating

      public void setDelegating(com.broadleafcommerce.common.jpa.data.SchemaDelegatingProperties delegating)
    • 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