Summary
- [Enhancement #357] Replace the PU-wide property with a query hint to enable entity loading query optimizer. (commit: 3ef36b1) (details)
- [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)
- Rename parameter in PersistenceProvider.createEntityManagerFactory (commit: 72e6b77) (details)
- [Bug #390] Add tests reproducing the issue. (commit: 895ea85) (details)
- [Bug #390] Generate unique hasElement variables when translating RDF container SOQL queries (commit: f84817c) (details)
- [Ref] Remove unused method from SoqlAttribute. (commit: 68b1b07) (details)
- Test handling of annotation property values with fields of type Object. (commit: 5e871ed) (details)
- Test loading of annotation property values to fields of type Object. (commit: cf60b02) (details)
- [Upd] Update RDF4J to 5.2.1. (commit: 6ac6ec6) (details)
- [2.7.1] Bump version, update changelog. (commit: 31e7f7a) (details)
