Which ORM supports a domain model of immutable types?
I would like to write classes like the following (or the Scala equivalent):
class
Hibernate has the @Immutable annotation.
And here is a guide.