接口的使用
org.hibernate.context.spi.CurrentSessionContext
-
使用CurrentSessionContext的程序包 程序包 说明 org.hibernate.context.internal Internal implementations and support around "current session" handling.org.hibernate.context.spi SPI level contracts around "current session" support. -
-
org.hibernate.context.internal中CurrentSessionContext的使用
实现CurrentSessionContext的org.hibernate.context.internal中的类 修饰符和类型 类 说明 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. -
org.hibernate.context.spi中CurrentSessionContext的使用
实现CurrentSessionContext的org.hibernate.context.spi中的类 修饰符和类型 类 说明 classAbstractCurrentSessionContextBase support forCurrentSessionContextimplementors.
-