Skip to content

AOT generated query methods containing parameter expressions #5006

Open
@christophstrobl

Description

@christophstrobl

Enable parameter binding for named as well as index based expressions.

@Query("{ firstname : ?#{[0]}}")
List<Person> bindExpressionParameterByIndex(String firstname);

@Query("{ firstname : :#{#firstname}}")
List<Person> bindExpressionParameterByName(String firstname);

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions