接口的使用
org.hibernate.engine.HibernateIterator
-
使用HibernateIterator的程序包 程序包 说明 org.hibernate.internal An internal package containing mostly implementations of central Hibernate APIs. -
-
org.hibernate.internal中HibernateIterator的使用
实现HibernateIterator的org.hibernate.internal中的类 修饰符和类型 类 说明 classIteratorImplAn implementation of java.util.Iterator that is returned by iterate() query execution methods.
-