org.milyn.scribe.annotation
Annotation Type LookupByQuery


@Target(value=METHOD)
@Retention(value=RUNTIME)
@Documented
public @interface LookupByQuery

Indicates that the method can lookup entities by a query string.

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.

Author:
maurice.zeijen@smies.com



Copyright © 2018. All rights reserved.