程序包 org.hibernate.context.spi
SPI level contracts around "current session" support.
-
接口概要 接口 说明 CurrentSessionContext Defines the contract for implementations which know how to scope the notion of acurrent session.CurrentTenantIdentifierResolver A callback registered with theSessionFactorythat is responsible for resolving the current tenant identifier for use withCurrentSessionContextandSessionFactory.getCurrentSession() -
类概要 类 说明 AbstractCurrentSessionContext Base support forCurrentSessionContextimplementors.