Hi, with Roo 1.1.2, I could do something like this
This would make sure that my entity was read-only (because those methods were not generated).Code:@RooEntity(removeMethod = "", mergeMethod = "", persistMethod = "", flushMethod = "")
In 1.1.3 and 1.1.4, doing this gives me this error : "Fully qualified type name required"
So what is the best way to make an Entity read-only?


Reply With Quote