Hi Cristiano,

ClassRegistry.registerClass(MyPersistentClass1.class);
> ClassRegistry.registerClass(MyPersistentClass2.class);
>

Wouldn't it be better to iterate over all of the classes in the DataMap to
register them instead of manually registering them?

mrg

Reply via email to