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

Uses of Interface net.sf.hibernate.Interceptor (Hibernate API Documentation) - Hibernate 2.1.8 正式版 API 英文文档


Uses of Interface
net.sf.hibernate.Interceptor

Packages that use Interceptor
net.sf.hibernate   
net.sf.hibernate.cfg   
net.sf.hibernate.impl   
net.sf.hibernate.jca   
net.sf.hibernate.jmx   
 

Uses of Interceptor in net.sf.hibernate
 

Methods in net.sf.hibernate with parameters of type Interceptor
 Session SessionFactory.openSession(Interceptor interceptor)
          Create database connection and open a Session on it, specifying an interceptor.
 Session SessionFactory.openSession(Connection connection, Interceptor interceptor)
          Open a Session on the given connection, specifying an interceptor.
 

Uses of Interceptor in net.sf.hibernate.cfg
 

Methods in net.sf.hibernate.cfg that return Interceptor
 Interceptor Configuration.getInterceptor()
          Return the configured Interceptor
 

Methods in net.sf.hibernate.cfg with parameters of type Interceptor
 Configuration Configuration.setInterceptor(Interceptor interceptor)
          Configure an Interceptor
 

Uses of Interceptor in net.sf.hibernate.impl
 

Methods in net.sf.hibernate.impl with parameters of type Interceptor
 Session SessionFactoryImpl.openSession(Connection connection, Interceptor interceptor)
           
 Session SessionFactoryImpl.openSession(Interceptor interceptor)
           
 Object[] CacheEntry.assemble(Object instance, Serializable id, ClassPersister persister, Interceptor interceptor, SessionImplementor session)
           
 

Uses of Interceptor in net.sf.hibernate.jca
 

Methods in net.sf.hibernate.jca with parameters of type Interceptor
 Session JCASessionFactoryImpl.openSession(Connection connection, Interceptor interceptor)
           
 Session JCASessionFactoryImpl.openSession(Interceptor interceptor)
           
 

Uses of Interceptor in net.sf.hibernate.jmx
 

Methods in net.sf.hibernate.jmx with parameters of type Interceptor
 Session SessionFactoryStub.openSession(Connection connection, Interceptor interceptor)
           
 Session SessionFactoryStub.openSession(Interceptor interceptor)