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 final String
    Prefix for data related config.
    static final org.slf4j.Logger
    The logger that should be used to log queries.
  • Field Details

    • PREFIX

      static final String PREFIX
      Prefix for data related config.
      See Also:
    • QUERY_LOG

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