facebook

Hibernate Tools should exclude/warn/change on reserved words

💡
Our Forums Have Moved

For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub

  1. MyEclipse Archived
  2.  > 
  3. Bugs
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #297312 Reply

    I used Hibernate Tools within MyEclipse to reverse engineer our existing schema. (Fantastic tool!) The resulting class hierarchy wasn’t usable because one of our central tables is named “CASE” and when the resulting Case class was generated, and “case” used as the corresponding variable name, the Java parser complains because of the use of the reserved keyword case in unexpected places. I had to re-do it, this time renaming the Case class before allowing the operation to proceed.

    #297334

    Loyal Water
    Member

    I’ll file a PR for the dev team. Thank you for your feedback.

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: Hibernate Tools should exclude/warn/change on reserved words

You must be logged in to post in the forum log in