Summary on 20080820: when hibernate session will be flushed

Hibernate session will be flushed in the following scenario:

1. use session.flush()

2. do search use session

3. use transaction.commit()

你可能感兴趣的:(hibernate,session,search)