You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
NOTE: If you have a question rather than a bug report or feature request,
please post at http://groups.google.com/group/java-generic-dao .
What steps will reproduce the problem?
1. add a string UUID value filter on a UUID field
2. Search.addFilterEqual("id", "c0f2369d-82f8-4a30-9f1f-d6cc4451cf27")
3. cannot convert string to UUID
What is the expected output? What do you see instead?
it works just with Search.addFilterEqual("id",
UUID.fromString(paramValue.toString("c0f2369d-82f8-4a30-9f1f-d6cc4451cf27")))
i think that should implicitly convert string to uuid
What version of the product are you using? On what operating system?
Please provide any additional information below.
Original issue reported on code.google.com by rcarloma...@gmail.com on 14 Apr 2014 at 2:03
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
rcarloma...@gmail.com
on 14 Apr 2014 at 2:03The text was updated successfully, but these errors were encountered: