spring data jpa 1.4.3 with Oracle 11g.
I have an entity like this:
class LinkRecord { String value; int linkType; ... }
I am