Annotation Type QueryTimeOut


@Retention(RUNTIME) @Target({METHOD,PARAMETER}) public @interface QueryTimeOut
Specify the query timeout in seconds. May be used on a method or parameter, the parameter must be of an int type.