Results 1 to 5 of 5

Thread: Spring Roo and database reverse engineering

  1. #1
    Join Date
    Nov 2007
    Posts
    177

    Default Spring Roo and database reverse engineering

    Hello,

    I am actively looking for a tool that could generate JPA entities from a live database. I also need to be able to customize the way join tables are used by my JPA entities.

    I've tried Spring roo and it generates empty entities (no members are present in the java files) for me as well as .aj files. Is there a way to get proper standard entity classes from Spring roo? If so how?

    Regards,

    Julien.

  2. #2

    Default

    Have a look at the section on removing Roo in the docs - basically you can just fold in the stuff in the .aj files as needed I think.

    Cheers,

    Matt

  3. #3
    Join Date
    Nov 2007
    Posts
    177

    Default

    Thanks matt. I'll try that. It is a pity it is not possible to perform this task from the command line...

  4. #4

    Default

    I think there was an open enhancement request for it - if you want to vote on it

  5. #5
    Join Date
    Nov 2007
    Posts
    177

    Default

    I have now voted up for the enhancement.

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •