JavaBeat

  • Home
  • Java
    • Java 7
    • Java 8
    • Java EE
    • Servlets
  • Spring Framework
    • Spring Tutorials
    • Spring 4 Tutorials
    • Spring Boot
  • JSF Tutorials
  • Most Popular
    • Binary Search Tree Traversal
    • Spring Batch Tutorial
    • AngularJS + Spring MVC
    • Spring Data JPA Tutorial
    • Packaging and Deploying Node.js
  • About Us
    • Join Us (JBC)
  • Privacy

Hibernate ORM 4.3.0 Released

December 21, 2013 by Krishna Srinivasan Leave a Comment

Hibernate got its own website. If you look at the website, hibernate is grown big from just a ORM framework couple of years back. Last week hibernate has released its latest version 4.3.0. The main theme for this release is the support for JPA 2.1 (JSR 338) specification. The following are some of the notable […]

Filed Under: Hibernate Tagged With: Hibernate 4 Tutorials, Hibernate Release

Polymorphic Association Mapping with Any Relationship in Hibernate

November 4, 2013 by Salil Verma Leave a Comment

Polymorphic association, supported by Hibernate, is the solution of such mapping requirement as an instance of entity needs to be associated with one of multiple possible entities. This can be implemented with Any relationship. In this relationship, the table holding the relationship would have two columns for relationship management. One to identify the primary key […]

Filed Under: Hibernate Tagged With: Hibernate

Implicit Polymorphism in Hibernate

October 23, 2013 by Salil Verma Leave a Comment

Implicit polymorphism in Hibernate is one of the inheritance strategies supported in Hibernate. Implicit polymorphism means if a class or interface is used in HQL, criteria or named queries, hibernate fetches the records from the table mapped to the used class along with all the tables mapped to its subclasses, at any hierarchy level. This […]

Filed Under: Hibernate Tagged With: Hibernate

Hibernate Many-To-Many Mapping Example Using Annotations

March 22, 2013 by Manisha Patil Leave a Comment

In this tutorial we will write a simple Java project to demonstrate Hibernate Many to Many Mapping using Java Annotations. We will first create a Java project using Maven and then will add Hibernate on it. If you have any questions, please post it in the comments section. If you are interested in receiving the […]

Filed Under: Hibernate Tagged With: Hibernate

Hibernate Many-To-Many Mapping Example (XML Mapping)

March 21, 2013 by Manisha Patil Leave a Comment

In this tutorial we will write a simple Java project to demonstrate Hibernate Many to Many Mapping using XML mapping. We will first create a Java project using Maven and then will add Hibernate on it. If you have any questions, please post it in the comments section. If you are interested in receiving the […]

Filed Under: Hibernate Tagged With: Hibernate

Hibernate One-To-Many Mapping Example Using Annotations

March 19, 2013 by Manisha Patil Leave a Comment

In this tutorial we will write a simple Java project to demonstrate Hibernate one to Many Mapping using Java Annotations. In my previous article I have explained Hibernate one to Many Mapping using XML. The main difference between these two examples would be the hibernate configuration files and annotations. Otherwise both the articles trying the same […]

Filed Under: Hibernate Tagged With: Hibernate

Hibernate One-To-Many Mapping Example (XML Mapping)

March 19, 2013 by Manisha Patil Leave a Comment

In this tutorial we will write a simple Java project to demonstrate Hibernate one to Many Mapping using XML mapping. We will first create a Java project using Maven and then will add Hibernate on it. If you have any questions, please post it in the comments section. If you are interested in receiving the […]

Filed Under: Hibernate Tagged With: Hibernate

Hibernate One-To-One Mapping Example Using Java Annotations

March 16, 2013 by Manisha Patil Leave a Comment

In this tutorial we will write a simple Java project to demonstrate Hibernate one to one Mapping using Java Annotations. We will first create a Java project using Maven and then will add Hibernate on it. If you have any questions, please post it in the comments section. If you are interested in receiving the […]

Filed Under: Hibernate Tagged With: Hibernate

Hibernate One-To-One Mapping(XML mapping)

March 15, 2013 by Manisha Patil Leave a Comment

In this tutorial we will write a simple Java project to demonstrate Hibernate one to one Mapping. We shall use HSQL as the database and Maven for creating the project and making it compatible with eclipse. We will first create a Java project using Maven and then will add Hibernate on it. HSQL database is […]

Filed Under: Hibernate Tagged With: Hibernate

Hibernate, Maven and HSQL – Example Project (Using Annotations)

March 11, 2013 by Manisha Patil Leave a Comment

In this tutorial we will write a simple Java project to demonstrate Hibernate, HSQL and Maven using Java 5 Annotations. For this we will use our previous example in the post Hibernate, Maven and HSQL – Example Project (XML Mapping)) as base and convert it from XML Mapping to Annotation. HSQL database is used to […]

Filed Under: Hibernate Tagged With: Hibernate, MySQL

  • « Previous Page
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • Next Page »

Follow Us

  • Facebook
  • Pinterest
JavaBeat

FEATURED TUTORIALS

Servlet Life Cycle: Explanation

Servlet Life Cycle: Explanation

What is new in Java 6.0 Collections API?

The Java 6.0 Compiler API

The Java 6.0 Compiler API

Copyright © by JavaBeat · All rights reserved

This website uses cookies to ensure you get the best experience on our website. Learn more.