- Enclosing class:
Data
User supplied query.
Used in repository methods with query defined by annotation. This is the annotation to define the query.
Query language depends on data.persistence-units.provider-type
, e.g. it's JPQL for jakarta
provider type.
-
Required Element Summary
Required Elements
-
Element Details
-
value
String valueThe query.- Returns:
- the query string
-