2009 February | DeepakGaikwad.net
Home » Archive

Articles Archive for February 2009

Hibernate, Tech Notes »

[26 Feb 2009 | No Comment | ]

Hibernate mappings are used to map a Java object to database tables. This mapping technology has following features.

Hibernate, Tech Notes »

[24 Feb 2009 | One Comment | ]

Hibernate session factory, as the name suggests, is something that can open and manage hibernate sessions with database.

Hibernate, Tech Notes »

[21 Feb 2009 | One Comment | ]

Hibernate connects an object (in Java or .NET) with its persistent state in database. While working with hibernate, it is very important to understand how an object instance

Hibernate, Tech Notes »

[19 Feb 2009 | One Comment | ]

Introduction to ORM concepts:
Object Relational Mapping is mapping of objects to tables in a relational database.

Tech Notes »

[10 Feb 2009 | 3 Comments | ]

Eclipse Test and Performance Tools Platform (TPTP) works as a plugin to profile applications to identify performance bottlenecks