|
The Encog Project | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.encog.util.orm.ScrollingResult
public class ScrollingResult
Used to manage large (scrolled) results from Hibernate.
| Constructor Summary | |
|---|---|
ScrollingResult(org.hibernate.Query q)
Construct a scrolling results object. |
|
| Method Summary | |
|---|---|
DataObject |
next()
Fetch the next object. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ScrollingResult(org.hibernate.Query q)
q - The query.| Method Detail |
|---|
public DataObject next()
|
The Encog Project | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||