Hibernate Named Query Introduction Tutorial

Named+query+example

If we are using HQL or Native SQL queries multiple time then it will be code mess because all queries will be scattered throughout the project. Hibernate Named... read more ?

Hibernate Criteria Query Language (HCQL)

Hibernate+Criteria+Examples+HCQL

In Hibernate we pull the data from data base in two ways. session.get()/ session.load() Hibernate query langugae Now we will discuss about the third way Hibernate criteria query... read more ?

Hibernate Query Langugae (HQL)

Hibernate+Query+Language

Hibernate Query Language: HQL is one of the feature of Hibernate. HQL is same like SQL but here it uses class name as table name and variables as... read more ?

Advantages and disadvantages of hibernate compared to jdbc

advantages+and+disadvantages+of+hibernate

Advantages of Hibernate over JDBC: Hibernate is an ORM tool Hibernate is an open source framework. Better than JBDC. Hibernate has an exception translator , which converts checked... read more ?

Hibernate supported databases List

hibernate+supported+databases

Hibernate is an ope source framework and also called as an ORM tool. Hibernate supports lot of databases.  Please find below list of databases that are supported by... read more ?

Big data Hadoop interview questions answers freshers and experienced - Part 2

Big+data+hadoop+interview+questions+and+answers

Hadoop interview questions and answers for freshers and experienced - Part 1 31.Using linux command line. how will you Copy file from your local directory to HDFS hadoop... read more ?

How to call non static method from static method java

calling+non+static+method+from+static+method

Class is a template and when we create object instance variables gets memory. If we create two objects variables get memory in two objects. So instance variables gets... read more ?

Select Menu