Class JpaProperties


  • @ConfigurationProperties("spring.jpa.properties.jdbc")
    public class JpaProperties
    extends Object
    Describe any JPA related behavioral properties
    Author:
    Jeff Fischer
    • Constructor Detail

      • JpaProperties

        public JpaProperties()
    • Method Detail

      • getBatchSize

        public Integer getBatchSize()
        The batch size used during mutation operations by the ORM
      • isEnableThreeTenConverters

        public boolean isEnableThreeTenConverters()
        Whether or not the Spring JPA 2.1 converters for JSR310 types are enabled
      • setBatchSize

        public void setBatchSize​(Integer batchSize)
        The batch size used during mutation operations by the ORM
      • setEnableThreeTenConverters

        public void setEnableThreeTenConverters​(boolean enableThreeTenConverters)
        Whether or not the Spring JPA 2.1 converters for JSR310 types are enabled
      • canEqual

        protected boolean canEqual​(Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object