Hi
>> For now, I'd prefer the plain SQL hack:
>>
>> // ------------------------------------
>> create.select().from(MY_TABLE).where(condition).and("1 = 1 FOR UPDATE");
>> // ------------------------------------
>
> Can you recommend me the same easy hack for non-DSL syntax? SelectQuery
> query.addConditions(); doesn't want to work with strings.Use Factory.plainSQLCondition() to construct such conditions. Cheers Lukas
