Hi friends, can u explain Transparent Persistence in
hibernate with sample code.
Answer Posted / ram nidadavolu
Types of Hibernate instance states:-
Transient- The instance is not associated with any
persistence context.
persistence- The instance is associated with a persistence
context.
Detached-The instance is associated with a persistence
context which has been closed- currently not associated.
| Is This Answer Correct ? | 3 Yes | 4 No |
Post New Answer View All Answers
How many java languages are there?
What does resource adapt module contain?
Describe secure socket layer (ssl)?
What is server in j2ee?
What is ebxml?
What do you understand by j2ee?
What is a java application server?
What is event in java?
Is j2ee a language or framework?
Is java is a technology?
What is a java developer?
What is mean by connection pooling?
What are different modules in spring?
What is single tier architecture in java?
you are to choose between two procedures,both of which copute the minimum value in an array of integers.one procedure returns the smallest integer if its array argument is empty. the other requires a nonempty array.which procedure should you choose and why?