Thursday 21 May 2015

Java Source World: What are the Core interfaces are of Hibernate framework



                                                                                                               

                                                                                                      Java Source World                   A Java quick reference blog

Core Interfaces in Hibernate:



The five core interfaces are used in just about every Hibernate application. Using these interfaces, you can store and retrieve persistent objects and control transactions.
  • Session interface
  • SessionFactory interface
  • Configuration interface
  • Transaction interface
  • Query and Criteria interfaces

Also Read:



                                                                                                      Java Source World                   A Java quick reference blog

What are the Core interfaces are of Hibernate framework | Java Source World




No comments:

Post a Comment