Package cz.cvut.kbss.jopa.query.mapper
Interface SparqlResultMapper
- All Known Implementing Classes:
ResultRowMapper
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Maps SPARQL result set value (a subset of the current row) to output based on a
SparqlResultSetMapping configuration.-
Method Summary
Modifier and TypeMethodDescriptionmap(ResultRow resultRow, UnitOfWork uow) Maps (a subset of) the specified current result row to output based on this instance's configuration.
-
Method Details
-
map
Maps (a subset of) the specified current result row to output based on this instance's configuration.- Parameters:
resultRow- The result row to mapuow- Current persistence context- Returns:
- Result of the mapping
-