Vinay's Blog

About Free wallpapers, Games & Technical stuff

Archive for the ‘Hibernate’ Category

HQL & Hibernate Mappings

Posted by Vinay on December 27, 2009

Introduction to HQL

HQL is fully object-oriented, understanding notions like inheritance, polymorphism and association. HQL allows representing SQL queries in object-oriented terms—by using objects and properties of objects. Queries are case-insensitive, except for names of Java classes and properties. The tables are mapped to Java classes in the hbm files. The columns in the tables are mapped to the properties in the hbm file and those properties are set in the Java class.

Read More : http://vinaytechs.blogspot.com/2009/12/hql-hibernate-mappings.html

Posted in Hibernate | Tagged: , | Leave a Comment »

Performance Tuning in Applications Using Hibernate

Posted by Vinay on December 27, 2009

This article gives an introduction to Hibernate and brief overview of how to tune the Hibernate components and various strategies used to tune the application which uses Hibernate.

More info : http://vinaytechs.blogspot.com/2009/12/performance-tuning-in-applications.html

Posted in Hibernate | Tagged: , | Leave a Comment »

 
Follow

Get every new post delivered to your Inbox.

%d bloggers like this: