| Interface | Description |
|---|---|
| ResultSet |
A ResultSet represents a set of data results.
|
| ResultSetAware |
ResultSet listeners can add this interface in order to receive the ResultSet they are bound to.
|
| ResultSetFactory |
Creates a resultset service from a producer.
|
| ResultSetListener |
A ResultSetListener is a pull interface to a ResultSet.
|
| ResultSetPropertyDao |
access resultset properties.
|
| ResultSetRegistry |
Instances of ResultSetRegistry manage a set of resultset objects and manage their garbage collection.
|
| SizedIterable<T> | |
| TypedResultSetListener<T> |
A TypedResultSetListener is a pull interface to a ResultSet.
|
| Class | Description |
|---|---|
| AbstractObservableResultset |
Common stuff for resultset implementations bound to a ResultSetRegistry.
|
| AbstractResultSetFactory |
Resultset factories bound to a resultset service, from which it takes the resultset registry and the epr builder.
|
| CachingResultSetFactory | |
| CachingResultSetListener | |
| CountingResultSet |
A resultset record counter.
|
| CountingResultSetFactory |
Create a new resultset which takes each record of the input resultset and counts them.
|
| EPRPoolingLocalOpenResultSetFactoryImpl | |
| EPRPoolingLocalResultSetFactoryImpl | |
| FetchList<T> |
a LinkedList populated by a given iterable, which provides a fetch window of elements
|
| IterableResultSet |
an open ResultSet that can be iterated to get it's data results.
|
| IterableResultSetFactory | |
| JaxbResultsetListenerWrapper<T> |
Given a jaxb factory for a given type, wraps TypedResultsetListeners to ResultSetListeners, serializing objects
according to the jaxb factory.
|
| LocalOpenResultSetFactoryImpl |
Creates an "open" (unbounded, unfreezed) local resultset.
|
| LocalResultSetFactoryImpl |
This factory creates resultset bound to a given resultset registry shared with a resultset service which exposed them
to the outside world.
|
| LocalResultSetImpl |
Resultset backing implementation.
|
| MappedResultSet |
A resultset filter.
|
| MappedResultSetFactory |
Create a new resultset which takes each record of the input resultset and applies the mapping function to it.
|
| ParallelMappedResultSet | |
| ParallelMappedResultSetFactory | |
| ResultSetEPRPool | |
| ResultSetPropertyDaoImpl |
fake resultset property dao.
|
| ResultSetRegistryImpl |
Implement a in memory resultset registry.
|
| ResultSetServiceImpl |
This component dispatches the service method calls to stateful datastructure instances and to the singleton core.
|
| StreamingResultSetFactory | |
| StreamingResultSetListener |
Exposes an iterable through our resultset protocol.
|
| XSLTMappedResultSetFactory |
Create a mapped resultset using a given XSLT.
|
Copyright © 2017. All rights reserved.