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

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


Uses of Interface
org.hibernate.engine.HibernateIterator

Packages that use HibernateIterator
org.hibernate.impl This package contains implementations of the central Hibernate APIs, especially the Hibernate session. 
 

Uses of HibernateIterator in org.hibernate.impl
 

Classes in org.hibernate.impl that implement HibernateIterator
 class IteratorImpl
          An implementation of java.util.Iterator that is returned by iterate() query execution methods.