Package io.jmix.core.repository
Annotation Interface Query
Annotation to specify custom query for Jmix Query methods
-
Required Element Summary
Required Elements -
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionString[]Allows specifying custom property names to store values inKeyValueEntityby.
-
Element Details
-
value
String value- Returns:
- query that should be executed
-
-
-
properties
String[] propertiesAllows specifying custom property names to store values inKeyValueEntityby. "property_<n>" property names will be generated in case of absence.- See Also:
- Default:
- {}
-