Note This article is outdated, please refer to the latest Hibernate 3.6 tutorial at – Maven 3 + Hibernate 3.6 + Oracle 11g Example (XML Mapping). This quick guide show you how to use Maven to generate a simple Java project, and uses Hibernate to insert a record into MySQL database. Tools & technologies used in this article : Maven 2.2.1 JDK 1.6.0_13 Hibernate 3.2.3.GA MySQL 5.0 1. Table Creation M
