站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > Hibernate 3.2.4 正式版 API 英文文档

Uses of Interface org.hibernate.context.CurrentSessionContext (Hibernate API Documentation) - Hibernate 3.2.4 正式版 API 英文文档


Uses of Interface
org.hibernate.context.CurrentSessionContext

Packages that use CurrentSessionContext
org.hibernate.context   
 

Uses of CurrentSessionContext in org.hibernate.context
 

Classes in org.hibernate.context that implement CurrentSessionContext
 class JTASessionContext
          An implementation of CurrentSessionContext which scopes the notion of a current session to a JTA transaction.
 class ManagedSessionContext
          Represents a CurrentSessionContext the notion of a contextual session is managed by some external entity (generally some form of interceptor, etc).
 class ThreadLocalSessionContext
          A CurrentSessionContext impl which scopes the notion of current session by the current thread of execution.