privatestaticfinalStringPARAMETER_NEEDS_TO_BE_NAMED="For queries with named parameters you need to provide names for method parameters; Use @Param for query method parameters, or use the javac flag -parameters";
privatestaticfinalStringPARAMETER_NEEDS_TO_BE_NAMED="For queries with named parameters you need to provide names for method parameters; Use @Param for query method parameters, or use the javac flag -parameters";
privatefinalstaticStringLOCKING_IS_NOT_SUPPORTED="Currently, @Lock is supported only on derived queries. In other words, for queries created with @Query, the locking condition specified with @Lock does nothing";