Interface QueryComment

All Known Implementing Classes:
PersistenceProvider

public interface QueryComment
Interface to hide different implementations of query hints that insert comments into a Query.
Since:
3.0
Author:
Greg Turnquist
  • Method Details

    • getCommentHintKey

      @Nullable String getCommentHintKey()
    • getCommentHintValue

      @Nullable default String getCommentHintValue(String comment)