@Target(value=METHOD) @Retention(value=RUNTIME) @Documented public @interface LookupByQuery
The method must have one String
parameter for the query string and
a array or Map
parameter for the positional or named parameters of
the query.
If no parameters are present then an empty parameter array or empty parameter Map is
handed over.
Copyright © 2020. All rights reserved.