Hibernate session will be flushed in the following scenario:
1. use session.flush()
2. do search use session
3. use transaction.commit()
Hibernate session will be flushed in the following scenario:
1. use session.flush()
2. do search use session
3. use transaction.commit()