Package | Description |
---|---|
org.proteios.core |
This package contains the core business logic of Proteios 2.
|
org.proteios.core.query |
This package contains the core of the Query API.
|
Modifier and Type | Class and Description |
---|---|
class |
DataResultIterator<I extends BasicData>
Return the results of a
DataQuery as an iterator. |
class |
DynamicResultIterator
An iterator view of the result of an AbstractSqlQuery.
|
class |
ItemResultIterator<I extends BasicItem>
Return the results of an
ItemQuery as an iterator. |
class |
ItemResultList<I extends BasicItem>
Return the results of an
ItemQuery as a list. |
Modifier and Type | Interface and Description |
---|---|
interface |
ResultIterator<I>
Return the result of a query as an iterator.
|
interface |
ResultList<I>
Return the result of a query as a list.
|
interface |
SqlResultIterator
Return the result of a
SqlQuery as an iterator. |
interface |
SqlResultList<I> |