top button
Flag Notify
Site Registration

How to write partial query in grails framework?

+1 vote
192 views

like prepared Statement I want to set property to query at runtime so how to do that in grails frameworks?

posted Jun 24, 2016 by Veereshkumar Swamy

Looking for an answer?  Promote on:
Facebook Share Button Twitter Share Button LinkedIn Share Button

Similar Questions
+1 vote

Example: consider this string
" Parse this date string 10 juil 2014 @@@parse date " OR "10 juil 2014" (This is easy with SimpleDateFormat using Locale.French) but I want the solution to extract date first from the string and then convert to Date using SimpleDateFormat.

...