adspace


What are the interfaces in hibernate?

Answer Posted / Indrajeet Kumar

[n {n "interface": "SessionFactory",n "description": "It is a factory to obtain Session objects"n },n {n "interface": "Session",n "description": "It represents the current session between Hibernate and the Database"n },n {n "interface": "Transaction",n "description": "Represents a unit of work for an application or database"n }n]

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is latest hibernate version?

493