JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
Spring Data JPA Parent
org.springframework.data.jpa.repository
Meta
Contents
Description
Optional Element Summary
Element Details
comment
Hide sidebar
Show sidebar
Annotation Interface Meta
@Retention
(
RUNTIME
)
@Target
({
METHOD
,
ANNOTATION_TYPE
})
@Documented
public @interface
Meta
Annotation to assign metadata to repository operations.
Since:
3.0
Author:
Greg Turnquist
See Also:
Meta
Optional Element Summary
Optional Elements
Modifier and Type
Optional Element
Description
String
comment
Add a comment to the query.
Element Details
comment
String
comment
Add a comment to the query.
Returns:
empty
String
by default.
Default:
""