接口 ManagedFlushChecker
-
- 所有超级接口:
Serializable
- 所有已知实现类:
ManagedFlushCheckerLegacyJpaImpl
@Deprecated public interface ManagedFlushChecker extends Serializable
已过时。(since 5.2) no longer needed since integrating HEM into hibernate-core.A pluggable strategy for defining how theSynchronizationregistered by Hibernate determines whether to perform a managed flush. An exceptions from either this delegate or the subsequent flush are routed through the sister strategyExceptionMapper.- 作者:
- Steve Ebersole
-
-
方法概要
所有方法 实例方法 抽象方法 已过时的方法 修饰符和类型 方法 说明 booleanshouldDoManagedFlush(SessionImplementor session)已过时。Check whether we should perform the managed flush
-
-
-
方法详细资料
-
shouldDoManagedFlush
boolean shouldDoManagedFlush(SessionImplementor session)
已过时。Check whether we should perform the managed flush- 参数:
session- The Session- 返回:
- True to indicate to perform the managed flush; false otherwise.
-
-