Uses of Class
cz.cvut.kbss.jopa.model.QueryImpl
Packages that use QueryImpl
-
Uses of QueryImpl in cz.cvut.kbss.jopa.model
Subclasses of QueryImpl in cz.cvut.kbss.jopa.modelModifier and TypeClassDescriptionclass
Implementation of query using result set mapping configuration.Methods in cz.cvut.kbss.jopa.model that return QueryImplModifier and TypeMethodDescriptionEntityManagerImpl.createNamedQuery
(String name) EntityManagerImpl.createNativeQuery
(String sparqlString) EntityManagerImpl.createNativeQuery
(String sparqlString, String resultSetMapping) EntityManagerImpl.createQuery
(String qlString) -
Uses of QueryImpl in cz.cvut.kbss.jopa.query.sparql
Methods in cz.cvut.kbss.jopa.query.sparql that return QueryImplModifier and TypeMethodDescriptionSparqlQueryFactory.createNamedQuery
(String name) Creates a query object representing a native SPARQL query.SparqlQueryFactory.createNativeQuery
(String sparql) Creates query object representing a native SPARQL query.SparqlQueryFactory.createNativeQuery
(String sparql, String resultSetMapping) Creates a query object representing a native SPARQL query.SparqlQueryFactory.createQuery
(String query) Creates query object representing a native SPARQL query.