Search This Blog

Saturday, September 26, 2009

part-1 hibernate

All about hibernate tutorial,presentation,assignment from cdac original post

all information about cdac training,diploma for cdacnoida,cdac mohali,cdac centers location,cdac entrance exam preparation

Mainly for dabc,dac,acts,cdac.in,cdac 2009

hibernate 2,hibernate 3.2.5,hibernate 3.2.6,hibernate 3.3,hibernate 3.3.1,hibernate apache,hibernate architecture,hibernate bean,hibernate component,hibernate configuration,hibernate createquery,hibernate discriminator,hibernate formula,hibernate hbm.xml,hibernate index,hibernate inner join,hibernate interface,hibernate jdeveloper,hibernate left join,hibernate like,hibernate loading,hibernate name,hibernate optimistic locking,hibernate overview,hibernate pattern,hibernate persistence.xml,hibernate plugin,hibernate presentation,hibernate project,hibernate query,hibernate session.save,hibernate source,hibernate spatial,hibernate statistics,hibernate union,hibernate unique,hibernate uniqueresult,hibernate usertype,hql hibernate,install hibernate,jdbc hibernate,native hibernate,pojos action,servlet hibernate


It includes
1)What is persistence?
The paradigm mismatch
Persistence layers and alternatives
Object/relational mapping

2)what is Paradigm Mismatch definition..?
Problems caused when objects need to be stored in relational tables.
Granularity
Subtypes
Identity
Associations
Graph Navigation


3)Problem of Granularity
Objects can have various kinds of granularity (structure ??) to its data.
Poor support for used defined types (UDT) in SQL.
No implementation is portable.
Forces developers to use less flexible representations on the object model

4)hibernate Problem of Subtypes
Java objects implements inheritance (super & sub classes).
Each sub or super class will define different data & completely different functionality.
An object can be associated with objects of different classes, but of same type (polymorphism).
SQL provides no support for inheritance or polymorphism

continue to next post

No comments:

Post a Comment