Package cz.cvut.kbss.jopa.query.mapper
Class ResultRowMapper
java.lang.Object
cz.cvut.kbss.jopa.query.mapper.ResultRowMapper
- All Implemented Interfaces:
SparqlResultMapper
Represents a single
SparqlResultSetMapping
instance.
This instance can contain multiple SparqlResultMapper
instances, representing the individual mappings
specified by the SparqlResultSetMapping
.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ResultRowMapper
-
-
Method Details
-
getName
Gets the name of the result set mapping represented by this mapper.- Returns:
- Mapping name
-
map
Description copied from interface:SparqlResultMapper
Maps (a subset of) the specified current result row to output based on this instance's configuration.- Specified by:
map
in interfaceSparqlResultMapper
- Parameters:
resultRow
- The result row to mapuow
- Current persistence context- Returns:
- Result of the mapping
-