Package | Description |
---|---|
org.clazzes.util.sql.dao |
Modifier and Type | Class and Description |
---|---|
class |
AppendListEntityConsumer<T>
An entity consumer, which appends rthe received entites to a
list.
|
Modifier and Type | Method and Description |
---|---|
protected int |
AbstrBasicDAO.streamListWithCondition(IEntityConsumer<T> entityConsumer,
SQLCondition condition,
StatementPreparer preparer)
Stream a list of POJOs, matching the given SQLCondition, prepared with the given StatementPreparer.
|
protected int |
AbstrBasicDAO.streamSubList(IEntityConsumer<T> entityConsumer,
SQLCondition condition,
StatementPreparer preparer,
SQLOrder[] orders,
int rowsToSkip,
int maxRows)
Stream a list of POJOs, matching the given SQLCondition, prepared with the given StatementPreparer.
|
Copyright © 2017 Clazzes.org. All rights reserved.