facebook

Only hbm.xml files

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

    ratretola
    Member

    Is there a setting to turn off the generation of java files so that Create Hibernate Mappings only creates the hbm.xml files and the config file if needed ?

    Rich

    #229260 Reply

    Riyad Kalla
    Member

    Rich, not currently. Given that the hbm files map to a given class, the two need to be in sync with eachother, so generating one implicitly generates the other.

    If you wanted to stop this because it is overwriting your changes to the classes, then have a look at the concrete subclasses, this is where your implementation details should go, the base Abstract classes are the only thing that will be re-generated by the hibernate mapper.

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: Only hbm.xml files

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