
What are the core interfaces of hibernate framework

Most of hibernate based application code deals with following interfaces provided by the Hibernate Core -
· Session interface
· SessionFactory interface
· Query and Criteria interfaces
· Configuration interface
· Transaction interface