Hibernate Interview Questions
#1

Hibernate Interview Questions


.pdf   Interview Questions.pdf (Size: 58.8 KB / Downloads: 1)

1. What is Hibernate?
Hibernate is a powerful, high performance object/relational persistence and query service.
This lets the users to develop persistent classes following object-oriented principles such
as association, inheritance, polymorphism, composition, and collections.
2. What is ORM?
ORM stands for Object/Relational mapping. It is the programmed and translucent
perseverance of objects in a Java application in to the tables of a relational database using
the metadata that describes the mapping between the objects and the database. It works
by transforming the data from one representation to another.
3. What does an ORM solution comprises of?
• It should have an API for performing basic CRUD (Create, Read, Update, Delete)
operations on objects of persistent classes
• Should have a language or an API for specifying queries that refer to the classes
and the properties of classes
• An ability for specifying mapping metadata
• It should have a technique for ORM implementation to interact with transactional
objects to perform dirty checking, lazy association fetching, and other optimization
functions
4. What are the different levels of ORM quality?
There are four levels defined for ORM quality.
i. Pure relational
ii. Light object mapping
iii. Medium object mapping
iv. Full object mapping
5. What is a pure relational ORM?
The entire application, including the user interface, is designed around the relational
model and SQL-based relational operations.
6. What is a meant by light object mapping?
The entities are represented as classes that are mapped manually to the relational tables.
The code is hidden from the business logic using specific design patterns. This approach
is successful for applications with a less number of entities, or applications with common,
metadata-driven data models. This approach is most known to all.
Reply

Important Note..!

If you are not satisfied with above reply ,..Please

ASK HERE

So that we will collect data for you and will made reply to the request....OR try below "QUICK REPLY" box to add a reply to this page
Popular Searches: leave management application in struts and hibernate, seminar on strut and hibernate pdf with reportonic devices and circuits pdf, project on time and attendance of a company using struts2 and hibernate, questions for hr interview for, hashtable in c interview questions, seminar report on hibernate, instrumentatio interview questions,

[-]
Quick Reply
Message
Type your reply to this message here.

Image Verification
Please enter the text contained within the image into the text box below it. This process is used to prevent automated spam bots.
Image Verification
(case insensitive)

Possibly Related Threads...
Thread Author Replies Views Last Post
  Interview Questions and Answers interviewquestions 4 16,082 07-02-2017, 04:49 PM
Last Post: shabeer
  DATA STRUCTURES INTERVIEW QUES & ANS seminar class 4 27,270 18-06-2013, 11:44 AM
Last Post: uchconveyor
  Interview Questions & Answers computer girl 0 16,685 08-06-2012, 11:09 AM
Last Post: computer girl
  Books & authors Related Questions , Answers computer girl 0 2,811 05-06-2012, 04:31 PM
Last Post: computer girl
  Coordinate Geometry Questions seminar class 1 5,491 21-07-2011, 11:13 AM
Last Post: smart paper boy
  C Questions seminar class 1 3,689 07-06-2011, 03:47 PM
Last Post: john.huston45
  JAVA Questions seminar class 1 4,652 26-05-2011, 12:23 PM
Last Post: dennywilliam
  Ten Tough Interview Questions and Ten Great Answers seminar class 0 11,226 22-04-2011, 03:18 PM
Last Post: seminar class
  Aptitude Questions seminar class 0 2,412 10-03-2011, 03:39 PM
Last Post: seminar class
  ASP.NET questions, part 1 seminar class 0 1,852 02-03-2011, 09:43 AM
Last Post: seminar class

Forum Jump: