A
B
C
D
E
F
G
H
I
K
L
M
N
O
P
Q
R
S
T
W
C
- CacheMap - class in io.github.graphglue.util
- Cache which can be used to cache and compute entities
- clear() - function in java.util.NodeSetProperty.NodeSet
- ComparableFilterDefinition - class in io.github.graphglue.connection.filter.definition.scalars
- Filter for a comparable scalar property (e.g.
- computeIfAbsent(K,Function) - function in io.github.graphglue.util.CacheMap
- Gets the entity in cache under the specified
key
If no cache entry is found, themappingFunction
is used to create a new entity, which is saved to the cache and returned. - computeIfAbsent(K,V,Function) - function in io.github.graphglue.util.CacheMap
- Gets the entity in cache under the specified
key
If no cache entry is found, themappingFunction
is used to create a new entity, which is saved to the cache and returned. - Connection - class in io.github.graphglue.model
- Connection used as ObjectType in the GraphQL API Represents the many side of a relation and supports filtering, ordering and pagination
- Connection.Companion - class in io.github.graphglue.model.Connection
- contains(NodeDefinition) - function in kotlin.collections.NodeDefinitionCollection
- contains(T) - function in io.github.graphglue.model.NodeSetProperty.NodeSet
- containsAll(Collection) - function in kotlin.collections.NodeDefinitionCollection
- containsAll(Collection) - function in java.util.NodeSetProperty.NodeSet
- containsArgument(String) - function in graphql.schema.DelegateDataFetchingEnvironment
- containsKey(K) - function in kotlin.collections.CacheMap
- containsValue(V) - function in kotlin.collections.CacheMap
- count(Class) - function in org.springframework.data.neo4j.core.GraphglueNeo4jOperations
- count(Statement) - function in org.springframework.data.neo4j.core.GraphglueNeo4jOperations
- count(Statement,Map) - function in org.springframework.data.neo4j.core.GraphglueNeo4jOperations
- count(String,Map) - function in org.springframework.data.neo4j.core.GraphglueNeo4jOperations
- count(String) - function in org.springframework.data.neo4j.core.GraphglueNeo4jOperations
- cursor(ObjectMapper) - function in io.github.graphglue.model.Edge
- Generates the cursor associated with the edge
- CypherConditionGenerator - class in io.github.graphglue.data.execution
- Used by classes which are able to generate conditions based on a Node