Download as doc, pdf, or txt
Download as doc, pdf, or txt
You are on page 1of 4

A SEMINAR REPORT

ON
HIBERNATE
Submitted in partial fulfillment for the requirement for the award of Degree in Stream
of Computer Applications.

Of
Jawaharlal Nehru Technological University, Anantapur

Submitted by
HARIFA BEE.G
13HU1A0508

2013-17

DEPARTMENT OF MASTER OF COMPUTER APPLICATIONS


Department of Master of Computer
Applications
Certificate

Certified that the Technical Seminar Topic entitled HIBERNATE is presented


by G.HARIFA BEE Bearing the Hall Ticket No.13HU1A0508 VI Semester B.TECH. The
report has been approved as it satisfies the academic requirements in respect of technical
seminar prescribed for VI Semester B.Tech of JNTU, Anantapur during the Year 2013-17.

Signature of Candidate Signature of Guide

HOD
Acknowledgement

I wish to Express my profound thanks to all those who have helped me in making
the seminar a reality.
It would be an honor to thank our principal Dr.D.Sheshappa for his support and
encouragement. I also extend my gratitude to our HOD, Mr.M.Laksmiah without whose
encouragement this seminar would not been completed.
Also I would like to thank << Mr.M.C.Bhanu Prasad>> Assistant Professor,
Department of CSE for his constant encouragement and support during the preparation of
this menuscript.
My hearty thanks are to all the Assistant Professors of CSE Department, without
whose valuable guidance and advise this seminar in the right direction would not have
been successfully completed.
Synopsis

A major portion of the development of an enterprise application involves the creation


and maintenance of the persistence layer used to store and retrieve objects from the
database of choice. If changes are made to the underlying database schema, it can be
expensive to propagate those changes to the rest of the application. Hibernate steps in too
fill this gap, providing an easy - to - use and powerful object-relational persistence
framework for java applications.Hibernate provides support for collections and object
relations, as well as composite types. In addition to persisting objects, is hibernate
provides a, rich query language to retrieve objects from the database , as well as an
efficient caching layer andJava Management Extensions (JMX) support . User defined
data types and dynamic beansare also supported . Although it is possible to use native
SQL queries directly with a Hibernate-basedpersistence layer, it is more efficient to use
HQL instead.

You might also like