What is the use of projection in hibernate?
No Answer is Posted For this Question
Be the First to Post Answer
Explain the mechanism by which you can distinguish between transient (i.e. Newly instantiated) and detached objects in hibernate?
What is a hibernate transaction?
Why do we use cache in hibernate?
What is meant by orm in hibernate?
What is <unk>onetomany mappedby?
After which hibernate version, related entities are initialized lazily?
What is persist in hibernate?
What is inheritance mapping in hibernate?
What is difference between save and persist method in hibernate?
What will happen if we don’t have no-args constructor in entity bean?
Explain criteria api?
Why hibernate is used?