java.lang.Object
org.springframework.data.jpa.repository.query.Meta

public class Meta extends Object
Value object to hold metadata about repository methods.
Since:
3.0
Author:
Greg Turnquist
See Also:
  • Constructor Details

    • Meta

      public Meta()
  • Method Details

    • setComment

      public void setComment(String comment)
      Add a comment to the query that is propagated to the profile log.
      Parameters:
      comment -
    • getComment

      @Nullable public String getComment()
      Returns:
      null if not set.
    • hasValues

      public boolean hasValues()
      Returns:
    • values

      public Iterable<Map.Entry<String,Object>> values()
      Get Iterable of set meta values.
      Returns: