Manually install Hibernate tools for Eclipse (Hibernate reverse engineering)
People who have used MyEclipse know that MyEclipse has integrated a hibernate can automatically generate mapping mappings based on database tables (XML
or annotation) and Java's Pojo class tools. In fact, Hibernate official website has to provide a tool like this, of course, now
The name is JBoss Tools, and Hibernate tools is just a small part of it.
For people like me who are myeclipse to the bloated and unacceptable, the use of eclipseee is a good choice, and now we
You can manually install the plug-in on eclipseee. My eclipse is the latest version, only 200 m after decompression (compare MyEclipse
The current latest version 8.5 installs to occupy 1G space ~)
The installation of Hibernate tools is started below:
1. Enter this page Http://jboss.org/tools/download/stable/3_1_GA.htmlJBoss Tools 3.1.1.GA Stable release This is the latest version, Since I just need hibernate tools, I don't have to download the rest of the section here. Select Hibernate tools 14.75M 3.3.1.v201006011046r-h111-ga for download
2, downloaded after the decompression to get two folders, features and plugins, cut to eclipse\myplugins\hibernatetools\, of course, Eclipse is not myplugins\ Hibernatetools This directory, you need to create a new, of course, you can also name yourself, but the next step to use the directory, so the best directory names do not have Chinese, and do not have spaces. (These steps are the same as the previous link installation of the Eclipse plug-in, which should be done by yourself)
3. Create a new directory in the Eclipse directory links (no new if already exists), create a new file in this directory Hibernatetools.link, the content is: Path=d:/program files/eclipse/myplugins/ Hibernatetools I use absolute paths here, you can also use relative paths.
4, restart Eclipse, in file-"new" other, see the following Hibernate configuration item is already installed successfully