Uses of Class
science.aist.neo4j.util.Pair
-
Packages that use Pair Package Description science.aist.neo4j.namespace science.aist.neo4j.reflective science.aist.neo4j.repository -
-
Uses of Pair in science.aist.neo4j.namespace
Method parameters in science.aist.neo4j.namespace with type arguments of type Pair Modifier and Type Method Description Iterable<S>
NamespaceAwareReflectiveNeo4JNodeRepositoryImpl. findAllBy(List<Pair<String,Object>> values)
S
NamespaceAwareReflectiveNeo4JNodeRepositoryImpl. findBy(List<Pair<String,Object>> values)
-
Uses of Pair in science.aist.neo4j.reflective
Methods in science.aist.neo4j.reflective that return types with arguments of type Pair Modifier and Type Method Description Map<String,Pair<org.neo4j.driver.types.Node,org.neo4j.driver.types.Relationship>>
ClassInformation. getAlternativeRelationshipsInNamespaces(Object node)
Provides a map of relationships that alternative namespaces used in the given node. -
Uses of Pair in science.aist.neo4j.repository
Method parameters in science.aist.neo4j.repository with type arguments of type Pair Modifier and Type Method Description protected org.neo4j.driver.Value
AbstractNeo4JRepository. buildParameters(List<Pair<String,Object>> tuples)
Helper function that turns the key value pairs into a Values object for the parameterized queryTypedprotected String
AbstractNeo4JRepository. buildWhere(List<Pair<String,Object>> tuples)
Helper function that builds the WHERE statement for findByConditionIterable<S>
AbstractNeo4JRepository. findAllBy(List<Pair<String,Object>> values)
Find science.neo4j.nodes by a list of fields that should match a given valueS
AbstractNeo4JRepository. findBy(List<Pair<String,Object>> values)
Find node by a list of fields that should match a given value
-