Intellij idea automatically generates Pojo and HBM based on the database

Source: Internet
Author: User

Since writing Java, have used a lot of ide,eclipse that which platform to look at the ugly interface. There is less data on NetBeans online. With the most handy, or IntelliJ idea.
The time of writing Java also changed the feeling that handwriting is the hard truth. It is now felt that automatic generation will be generated automatically.
Every time I write hibernate part, I feel pojo and hbm.xml part of the egg hurts. Today search for half a day, finally know how to automatically generate according to the database.

  • 1. Select Hibernate support when creating the project.
  • 2. Locate database on the right side of the main interface and click Add Databases.

  • 3. Add database-driven and database-link information to the new interface.

4. After saving. On the left side of the main panel is persistence, right-click on the Hibernate icon-generate persistence mapping-by Database Scheme.

  • 5. Select the database, select the location of the package, tick the table below to generate the corresponding Pojo, add to the sessionfactory, and hook up for each pojo to generate XML.

  • 6. That's what it looks like when it's done.

Intellij idea automatically generates Pojo and HBM based on the database

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.