Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

MyEclipse 2015 Hibernate reverse Engineering

2025-01-16 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Database >

Share

Shulou(Shulou.com)06/01 Report--

1. Use DB Browser to establish database connection

Window->Show View->Other... search DB

Create a new database connection in DB Browser

Click "Test Driver" and the following prompt box pops up, indicating that the connection is successful!

DB Browser displays the database connections established as follows

Double-click the "local" database connection to view the Table in the local database

Right-click on the table and select Hibernate Reverse Engineering...

Click Browse to the right of Java src folder...

In the open window, the prompt "No entries available" appears. This problem arises because Hibernate Facet has not been added to the project.

Add Hibernate Facet to your project

Right-click Project--MyEclipse--Project Faces [competencies]--install Hibernate facets

Select Hibernate, generally select version 3.x

If hibernate.cfg.xml already exists, select Existing; if not, select new. The others do not need to be checked, adding hibernate facets here just makes MyEclipse records useful to Hibernate.

The following pages do not need to be checked.

3、Hibernate Reverse Engineering

Go back to DB Browser, right click on the data table and select Hibernate Reverse Engineering...

Click the Browser button on the right side of the Java src folder and select the target package.

Check "Create POJO DB Table mapping information"

"Create a Hibernate mapping file(*.hbm.xml) for each database table"

Check Java Data Object(POJO DB Table)

Delete catalog information from *.hbm.xml file

4. Remove Hibernate Facet from the project

(1) Delete.myhibernatedata file under project

(2) Modify org.eclipse.wst.common.project.facet.core.xml under.settings directory

delete the

(3) Right-click on the project to refresh, you can remove Hibernate logo

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Database

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report