Package | Description |
---|---|
net.java.ao |
Modifier and Type | Method and Description |
---|---|
<T extends RawEntity<K>,K> |
EntityManager.stream(Class<T> type,
EntityStreamCallback<T,K> streamCallback)
Opitimsed read for large datasets.
|
<T extends RawEntity<K>,K> |
EntityManager.stream(Class<T> type,
Query query,
EntityStreamCallback<T,K> streamCallback)
Selects all entities of the given type and feeds them to the callback, one by one.
|
Copyright © 2007-2014. All Rights Reserved.