Package | Description |
---|---|
org.apache.cayenne |
Contains persistence APIs directly accessible by users.
|
org.apache.cayenne.query |
Defines standard queries supported by Cayenne and extension mechanism to create
custom queries.
|
Modifier and Type | Method and Description |
---|---|
<T> ResultBatchIterator<T> |
BaseContext.batchIterator(Select<T> query,
int size) |
<T> ResultBatchIterator<T> |
ObjectContext.batchIterator(Select<T> query,
int size)
Creates a ResultBatchIterator based on the provided query and batch size.
|
Modifier and Type | Method and Description |
---|---|
ResultBatchIterator<T> |
Select.batchIterator(ObjectContext context,
int size)
Creates a ResultBatchIterator based on the provided context and batch
size.
|
ResultBatchIterator<T> |
FluentSelect.batchIterator(ObjectContext context,
int size) |
ResultBatchIterator<T> |
MappedSelect.batchIterator(ObjectContext context,
int size) |
ResultBatchIterator<T> |
SelectById.batchIterator(ObjectContext context,
int size) |
ResultBatchIterator<T> |
SelectQuery.batchIterator(ObjectContext context,
int size) |
ResultBatchIterator<T> |
SQLSelect.batchIterator(ObjectContext context,
int size) |
Copyright © 2001–2023 Apache Cayenne. All rights reserved.