
Originally Posted by
tim.taylor
Read-only Entity(s)? Was this fixed in 1.0.2?
There is another thread on this saying it was going to get fixed in 1.0.2, however theres nothing I can see in the documentation about this.
Interestingly, the reason why its an issue for me is because I want to have particular tables mapped twice onto two different entity classes. I want to do this because I need "light" versions of the entity for presentation reasons. The tests that are generated for these "light" entities have insert tests which fial due to non-null columns that I dont map to.
The "light" entities need to be read only.
Can I prevent the insert/update tests from being generated?
Tim