hi,
for every persistent entity, there is a class automatically generated (its name starts with underscore "_"), in those classes, we define property names as static final strings but they are never used by the methods : readProperty and writeProperty.. why ?
