Category: Hibernate Concepts

Hibernate Tutorial Concepts

Hibernate HQL Query Language

Different ways to specify hibernate configuration property values

Hibernate HQL Query Language Hibernate HQL Query Language is one of the query language in the form object object relation mapping query. In the hibernate data base operations are two types they are Single row operations Bulk operations By using save(), load(), update() method, we can perform single row operation. In hibernate there are three […]

Different ways to specify hibernate configuration property values

Different ways to specify hibernate configuration property values

Different ways to specify hibernate configuration property values   In this post I am going to explaining what are the different ways to specify hibernate configuration property values. In the hibernate there are three ways to load the hibernate property values. By using xml file (hibernate.config.xml) By using setProperty() method of configuration By using properties […]

Hibernate Sample Program

Hibernate Sample Program

Hibernate Sample Program In this post, I am going to explaining hibernate sample program and what type of files are required to create hibernate sample program. Different types of files are required to develop the hibernate sample program. They are Hibernate Jars Hibernate Configuration file Hibernate Mapping file POJO Class Client Application   1) Hibernate […]