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

Uses of Package org.hibernate.context (Hibernate API Documentation) - Hibernate 3.2.3 正式版 API 英文文档


Uses of Package
org.hibernate.context

Packages that use org.hibernate.context
org.hibernate.context   
 

Classes in org.hibernate.context used by org.hibernate.context
CurrentSessionContext
          Defines the contract for implementations which know how to scope the notion of a current session.
JTASessionContext
          An implementation of CurrentSessionContext which scopes the notion of a current session to a JTA transaction.
ThreadLocalSessionContext.CleanupSynch
          JTA transaction synch used for cleanup of the internal session map.