Category: Eclipse Plugins

Reverse Engineering of JPA Entities with JBoss Tools Eclipse Plugin.
The tutorial below details how to do reverse engineering of Hibernate/JPA POJO entities from database tables.
The database tables\entities which are used for this tutorial are Course, Department and Student. The way these 3 tables are related are Courses have a many-to-many relationship with Students and Students have a many-to-many relationship with Departments. This means … Continue reading Reverse Engineering of JPA Entities with JBoss Tools Eclipse Plugin.

How to setup a JPA Project with a Data Connection for MySQL in Eclipse.
The tutorial below details how to setup a JPA Project in Eclipse. As part of the JPA Project creation a Data Connection to a local MySQL database instance will also be configured.
Note – This tutorial has been created using Eclipse Juno.
Step 1: Click in … Continue reading How to setup a JPA Project with a Data Connection for MySQL in Eclipse.

How to Install JBoss Tools Eclipse Plugin
The tutorial below details the steps to install JBoss Tools Eclipse Plugin.
Note-Hibernate Tools Plugin, which is now a part of JBoss Tools, gets installed along with JBoss Tools with no extra setup required.
Note 2– This tutorial is created using Eclipse Juno.
Step 1 – Click on … Continue reading How to Install JBoss Tools Eclipse Plugin