Class Meta
java.lang.Object
org.springframework.data.jpa.repository.query.Meta
Value object to hold metadata about repository methods.
- Since:
- 3.0
- Author:
- Greg Turnquist
- See Also:
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
Meta
public Meta()
-
-
Method Details
-
setComment
Add a comment to the query that is propagated to the profile log.- Parameters:
comment
-
-
getComment
- Returns:
- null if not set.
-
hasValues
public boolean hasValues()- Returns:
-
values
GetIterable
of set meta values.- Returns:
-