JavaScript is disabled on your browser.
Skip navigation links
Spring Data JPA Parent
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Field |
Optional
|
Required
Detail:
Field |
Element
SEARCH:
Package
org.springframework.data.jpa.repository
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:
""