Class JpaProperties


  • public class JpaProperties
    extends Object
    Expose the Spring JpaProperties and HibernateProperties concepts inside of a specific data route focused property concept. This allows for similar property structure to existing Spring documentation, but with a Broadleaf, data route focused prefix.
    Author:
    Jeff Fischer
    See Also:
    JpaPropertyRelated
    • Constructor Detail

      • JpaProperties

        public JpaProperties()
    • Method Detail

      • getHibernate

        public org.springframework.boot.autoconfigure.orm.jpa.HibernateProperties getHibernate()
      • setHibernate

        public void setHibernate​(org.springframework.boot.autoconfigure.orm.jpa.HibernateProperties hibernate)
      • setProperties

        public void setProperties​(Map<String,​String> properties)
      • getMappingResources

        public List<String> getMappingResources()
      • getDatabasePlatform

        public String getDatabasePlatform()
      • setDatabasePlatform

        public void setDatabasePlatform​(String databasePlatform)
      • getDatabase

        public org.springframework.orm.jpa.vendor.Database getDatabase()
      • setDatabase

        public void setDatabase​(org.springframework.orm.jpa.vendor.Database database)
      • isGenerateDdl

        public boolean isGenerateDdl()
      • setGenerateDdl

        public void setGenerateDdl​(boolean generateDdl)
      • isShowSql

        public boolean isShowSql()
      • setShowSql

        public void setShowSql​(boolean showSql)
      • getOpenInView

        public Boolean getOpenInView()
      • setOpenInView

        public void setOpenInView​(Boolean openInView)