Transparen Persisten 2 Answer(s) 4 years and 4 months ago
Posted in : Hibernate
View Answers
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.
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 Pages:
Transparen Persisten - Hibernate Transparen 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 - Hibernate Transparen Persistent
Hi Deepak,
Can u explain "Transparent persistence without byte code processing " in hibernate .Thank u in advance