Summary
- [Ref] Move entity loading optimization code into a separate package. (commit: 219fb73) (details)
- [Ref] Rename entity loading SPARQL assembly modifier and result loader that use unbound predicate and object. (commit: bffff4c) (details)
- [Enhancement #357] Implement query assembly enhancer that modifies query to select all attributes of the target type. (commit: f5836a6) (details)
- Extend ResultSet and ResultRow with a method to get column names. (commit: 77947cb) (details)
- [Enhancement #357] Implement loader of entities from query result specifying values for individual attributes. (commit: 723c253) (details)
- [Enhancement #357] Resolve and use entity loading query optimizer based on the expected result type. (commit: 6c48599) (details)
- [Enhancement #357] Test optimized entity query result loading. (commit: 6a78640) (details)
- [Enhancement #357] Prevent NPX when resolving entity type from axioms. (commit: 149262d) (details)
- [Enhancement #357] Utilize descriptor to specify repository contexts in query modification. (commit: 146eac0) (details)
- [Enhancement #357] Support result type with subclasses in AttributeEnumeratingSparqlAssemblyModifier. (commit: aba4e2f) (details)
- [Enhancement #357] Improve documentation of the optimized loaders. (commit: a0d40f1) (details)
- [Enhancement #357] Fix incorrect code assertion. (commit: 09e5ab9) (details)
