Interface DataSettings

  • All Known Implementing Classes:
    DataConfiguration

    public interface DataSettings
    Parent configuration interface.
    Since:
    1.0.0
    Author:
    graemerocher
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String PREFIX
      Prefix for data related config.
      static org.slf4j.Logger QUERY_LOG
      The logger that should be used to log queries.
    • Field Detail

      • PREFIX

        static final java.lang.String PREFIX
        Prefix for data related config.
        See Also:
        Constant Field Values
      • QUERY_LOG

        static final org.slf4j.Logger QUERY_LOG
        The logger that should be used to log queries.