Hi all, Right now one needs to declare getters and setters for all the properties in an OCM managed entity, right? I was wondering if it's in the plan to have something more like Hibernate, which accesses private attributes directly. Maybe I'm being a little bit strict here, but I don't like my domain objects to expose all their internal data. Is there any other way to work around this?
Many thanks, Juan
