Hibernate / Hibernate Interview Questions III
Explain the general flow of hibernate.
- Load configuration file and create instance of configuration class.
- Using configuration object, create SessionFactory object.
- From SessionFactory, create session.
- Create HQL query.
- Execute HQL query and get the results.
More Related questions...