ORM and Imprecise Data Types
JPA is great in a lot of ways. But there’s one problem a lot of people have with JPA and ORM in general – imprecise keys. Technically, this is as much a JDBC problem as an ORM problem. It just seems to cause more problems in ORM. Perhaps because ORM ( more… )
Tagged