接口 AutoFlushEventListener
-
- 所有超级接口:
Serializable
- 所有已知实现类:
DefaultAutoFlushEventListener
public interface AutoFlushEventListener extends Serializable
Defines the contract for handling of session auto-flush events.- 作者:
- Steve Ebersole
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 voidonAutoFlush(AutoFlushEvent event)Handle the given auto-flush event.
-
-
-
方法详细资料
-
onAutoFlush
void onAutoFlush(AutoFlushEvent event) throws HibernateException
Handle the given auto-flush event.- 参数:
event- The auto-flush event to be handled.- 抛出:
HibernateException
-
-