类的使用
org.hibernate.context.spi.AbstractCurrentSessionContext
-
使用AbstractCurrentSessionContext的程序包 程序包 说明 org.hibernate.context.internal Internal implementations and support around "current session" handling. -
-
org.hibernate.context.internal中AbstractCurrentSessionContext的使用
org.hibernate.context.internal中AbstractCurrentSessionContext的子类 修饰符和类型 类 说明 classJTASessionContextAn implementation ofCurrentSessionContextwhich scopes the notion of a current session to a JTA transaction.classManagedSessionContextRepresents aCurrentSessionContextthe notion of a contextual session is managed by some external entity (generally some form of interceptor, etc).classThreadLocalSessionContextACurrentSessionContextimpl which scopes the notion of current session by the current thread of execution.
-