Skip to content

UUID #112

@GoogleCodeExporter

Description

@GoogleCodeExporter
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

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions