I have a business case where the model is only composed of immutable case
classes. The volume however forces us to persist the model into a database.

case class Foo (val bar: String);

Because they're immutable, is it still possible to use an ORM ?

-- 
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.

Reply via email to