Uses of Class
org.neotropic.kuwaiba.core.apis.persistence.application.ResultRecord
-
Packages that use ResultRecord Package Description org.neotropic.kuwaiba.core.apis.persistence.application org.neotropic.kuwaiba.core.persistence.reference.neo4j org.neotropic.kuwaiba.northbound.rest.aem -
-
Uses of ResultRecord in org.neotropic.kuwaiba.core.apis.persistence.application
Methods in org.neotropic.kuwaiba.core.apis.persistence.application that return types with arguments of type ResultRecord Modifier and Type Method Description List<ResultRecord>
ApplicationEntityManager. executeQuery(ExtendedQuery query)
Used to perform complex queries. -
Uses of ResultRecord in org.neotropic.kuwaiba.core.persistence.reference.neo4j
Fields in org.neotropic.kuwaiba.core.persistence.reference.neo4j with type parameters of type ResultRecord Modifier and Type Field Description List<ResultRecord>
CypherQueryBuilder. resultList
result listMethods in org.neotropic.kuwaiba.core.persistence.reference.neo4j that return types with arguments of type ResultRecord Modifier and Type Method Description List<ResultRecord>
ApplicationEntityManagerImpl. executeQuery(ExtendedQuery query)
List<ResultRecord>
CypherQueryBuilder. getResultList()
-
Uses of ResultRecord in org.neotropic.kuwaiba.northbound.rest.aem
Methods in org.neotropic.kuwaiba.northbound.rest.aem that return types with arguments of type ResultRecord Modifier and Type Method Description List<ResultRecord>
QueriesRestController. executeQuery(ExtendedQuery query, String sessionId)
Used to perform complex queries.List<ResultRecord>
QueriesRestOpenApi. executeQuery(@Valid ExtendedQuery query, @NotNull @Valid String sessionId)
-