February 3, 2009 at 1:14 AM
Hi Prakash,
In object-relational mapping products, the ability to directly manipulate data stored in a relational database using an object programming language is called transparent persistence.
I am sending you a link. Following link provide you many running example with description and more information about hibernate.
http://www.roseindia.net/hibernate/Thanks.
February 3, 2009 at 1:18 AM
Transparent Persistence means any class can be persisted
without:
1 Any implementation of specific interfaces
2 No required persistence superclass
Persistence API Usage:
1. API Order
a.) Get Session
b.) Begin Transaction
c.) Save your object by calling save(),
d.) saveOrUpdate()
e.) Commit and close transaction
2. Normally this should be wrapped in a DAO layer
Related Tutorials/Questions & Answers:
Transparen Persisten - HibernateTransparen Persisten
Hi Friend,
What is
Transparen persistence in hibernate.y it is advantageous in hibernate.
Thanks
Prakash Hi Prakash,
In object-relational mapping products, the ability
Transparen Persistent - HibernateTransparen Persistent
Hi Deepak,
Can u explain "Transparent persistence without byte code processing " in hibernate .Thank u in advance
Advertisements