接口 SessionOwner
-
@Deprecated public interface SessionOwner
已过时。(since 5.2) since consolidating hibernate-entitymanager into hibernate-core I believe this is no longer needed.The contract for a Session owner. Typically this is something that wraps the Session.- 作者:
- Gail Badner
- 另请参阅:
SessionBuilderImplementor.owner(org.hibernate.engine.spi.SessionOwner)
-
-
方法概要
所有方法 实例方法 抽象方法 已过时的方法 修饰符和类型 方法 说明 AfterCompletionActiongetAfterCompletionAction()已过时。ExceptionMappergetExceptionMapper()已过时。ManagedFlushCheckergetManagedFlushChecker()已过时。booleanshouldAutoCloseSession()已过时。Should session automatically be closed after transaction completion?
-
-
-
方法详细资料
-
shouldAutoCloseSession
boolean shouldAutoCloseSession()
已过时。Should session automatically be closed after transaction completion?- 返回:
- true/false appropriately.
-
getExceptionMapper
ExceptionMapper getExceptionMapper()
已过时。
-
getAfterCompletionAction
AfterCompletionAction getAfterCompletionAction()
已过时。
-
getManagedFlushChecker
ManagedFlushChecker getManagedFlushChecker()
已过时。
-
-