public interface IEntityConsumer<T>
A callback, which receives objects during the traversal of an SQL result set.
Typical implementations write the entity to a stream or collect entities in a list or a map.
Modifier and Type | Method and Description |
---|---|
void |
consumeEntity(T entity)
Process the next entity received as part of a result set.
|
Copyright © 2017 Clazzes.org. All rights reserved.