Summary
- [Feature #45] Made ResultSet Iterable. Added a common unchecked parent (commit: 0b1705f) (details)
- [Feature #45] Implemented Spliterator for ResultSet. Provide Stream from (commit: 99b760f) (details)
- [Feature #45] Use the updated ResultSet API in Query and TypedQuery (commit: 56fa4fe) (details)
- [Feature #45] First, naive implementation of getResultStream in Query (commit: 1d2a68d) (details)
- Working on support for setting query offset and limit using Query API. (commit: 5f035f2) (details)
- Translate setMaxResults and setFirstResult in the Query API into LIMIT (commit: 5c923c0) (details)
- [Feature #45] Started working on proper Stream support in the Query API. (commit: 6ac80ac) (details)
- [Feature #45] Implemented Stream support in the Query API. (commit: eb528a4) (details)
- [Feature #45] Testing the stream support in Query API. Ensure that (commit: 378decd) (details)
- [Refactoring] Minor refactoring in QueryImpl and TypedQueryImpl. (commit: 83db359) (details)