What are the core interfaces of Hibernate framework?
Most hibernate-related five core interfaces. These are used in every Hibernate application. Using these interfaces, you can store and retrieve persistent objects and control transactions.
· org.hibernate.Session interface · org.hibernate.SessionFactory interface · org.hibernate.Configuration interface · org.hibernate.Transaction interface · org.hibernate.Query interfaces