When I gave the roo command
entity --class ~.domain.User
in roo shell i got
Reserved SQL keyword 'User' is not permitted as simple type name
What I want to know is if there is a way to give an alias to the name of the entity? Because I have several objects whose names are not resolved, as indicated above. Or is there a way to overcome this problem?
Any help would be greatly appreciated. Thank you very much.
java spring-roo
zawhtut
source share