crnk-framework
crnk-framework copied to clipboard
LIKE filter with different types
I have a text input field which's input (a string) is compared with a field of an object using LIKE comparison. The compared field is of type java.util.UUID.
I get the error failed to parse value "samplePartialUUID" to type class java.util.UUID
.
The UUID should be cast to a string and then compared.