Uses of Interface
cz.cvut.kbss.jopa.query.mapper.SparqlResultMapper
Packages that use SparqlResultMapper
-
Uses of SparqlResultMapper in cz.cvut.kbss.jopa.model
Constructors in cz.cvut.kbss.jopa.model with parameters of type SparqlResultMapperModifierConstructorDescriptionResultSetMappingQuery
(QueryHolder query, ConnectionWrapper connection, SparqlResultMapper mapper, UnitOfWork uow) -
Uses of SparqlResultMapper in cz.cvut.kbss.jopa.query
Methods in cz.cvut.kbss.jopa.query that return SparqlResultMapperModifier and TypeMethodDescriptionGets mapper for the specified mapping name.Methods in cz.cvut.kbss.jopa.query with parameters of type SparqlResultMapperModifier and TypeMethodDescriptionvoid
ResultSetMappingManager.addMapper
(String mappingName, SparqlResultMapper mapper) Adds the specified mapper to this manager, so that it can be used later. -
Uses of SparqlResultMapper in cz.cvut.kbss.jopa.query.mapper
Classes in cz.cvut.kbss.jopa.query.mapper that implement SparqlResultMapper