facebook

Configuring JPS Reverse Engineering

  1. MyEclipse Archived
  2.  > 
  3. Database Tools (DB Explorer, Hibernate, etc.)
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #279758 Reply

    PMI
    Member

    I am having problems generating my persistence classes b/c of our poor table column naming conventions. We have columns named like:
    U##FIRST_NAME –>meaning upper case first name
    COMPANY# –> Meaning company number

    The annotations for these columns get generated as
    @Column(name=”U

    which causes compilation errors.
    I would like to configure the reverse engineering tool recognize the # or U## and replace them with the strings “Number” or “upper” respectively.

    I thought this could be done using a template, but I am having a difficult time finding any answers in the forum for this problem.

    Environment:
    MyEclispe 5.5.1 GA
    JPA Reverse Engineer using Hibernate 3

    Thanks for any help.

    #279772 Reply

    Loyal Water
    Member

    I have asked someone from the dev team to take a look at this issue.. They will get back to you with an update asap. Thank you for your patience.

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: Configuring JPS Reverse Engineering

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