hello, How can i map an FK database value directly to an entity property value ?
I want the referential integrity and at the same time not be forced to do the detour by the FKs entity (obj.getID() etc.)
I recently moved from hibernate to openjpa and im for many reasons happy with that decision,
I could make hibernate do do this maping, soIf its currently not possible in openjpa I would be willing to with some intital guidance in the codebase implement it.
regards gustav trede