Hello,
I am trying to generate a Data On Demand class for one of my entities whose class name is Member. However it seems that Member is a reserved SQL keyword.
So when I run the following command in the Roo shell:
Roo complains that Member is a reserved keyword with the following message:Code:dod --entity ~.domain.Member
Does Roo allow for a way to escape the name of my entity? If so how?Code:Reserved SQL keyword 'Member' is not permitted as simple type name
If no, how can I circumvent this issue?
Regards,
Julien.


Reply With Quote
