In the aforementioned episode Dick talks about Scala being natural/intuitive for object persistence. I assumed he meant using JPA with case classes. But did he meant it that way ? In the last week I had various trials with mixed success. I'd rather have case classes for their advantages but then there's the tricky formatting of the annotations.
Does anybody in here have a working example/doc of these Scala-natural entities ? (case classes ? all in one file ? etc ...) My biggest frustration : I can't get the 2nd level caching working. I've done this many times in Java. But Scala code resisted all my attempts so far. Does anybody in here managed to enable the 2nd level cache ? Please ... :-P Thanks ! Jan -- You received this message because you are subscribed to the Google Groups "The Java Posse" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/javaposse?hl=en.
