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.NodeSetPropertyDelegate.NodeSetProperty
 
combineConditions(Condition,Condition) - function in io.github.graphglue.connection.filter.model.NodeRelationshipFilterEntry
Called to combine the main Condition with the authorization Condition Depending on the predicate, a different logical combination is necessary
combineConditions(Condition,Condition) - function in io.github.graphglue.connection.filter.model.AllNodeRelationshipFilterEntry
Called to combine the main Condition with the authorization Condition Depending on the predicate, a different logical combination is necessary
combineConditions(Condition,Condition) - function in io.github.graphglue.connection.filter.model.AnyNodeRelationshipFilterEntry
Called to combine the main Condition with the authorization Condition Depending on the predicate, a different logical combination is necessary
combineConditions(Condition,Condition) - function in io.github.graphglue.connection.filter.model.NoneNodeRelationshipFilterEntry
Called to combine the main Condition with the authorization Condition Depending on the predicate, a different logical combination is necessary
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, the mappingFunction 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, the mappingFunction is used to create a new entity, which is saved to the cache and returned.
Connection - class in io.github.graphglue.connection.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.connection.model.Connection
 
contains(NodeDefinition) - function in kotlin.collections.NodeDefinitionCollection
 
contains(T) - function in io.github.graphglue.model.property.NodeSetPropertyDelegate.NodeSetProperty
 
containsAll(Collection) - function in kotlin.collections.NodeDefinitionCollection
 
containsAll(Collection) - function in java.util.NodeSetPropertyDelegate.NodeSetProperty
 
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,Map) - function in org.springframework.data.neo4j.core.GraphglueNeo4jOperations
 
count(String) - function in org.springframework.data.neo4j.core.GraphglueNeo4jOperations
 
count(Statement) - function in org.springframework.data.neo4j.core.GraphglueNeo4jOperations
 
count(String,Map) - function in org.springframework.data.neo4j.core.GraphglueNeo4jOperations
 
cursor(ObjectMapper) - function in io.github.graphglue.connection.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
A  B  C  D  E  F  G  H  I  K  L  M  N  O  P  Q  R  S  T  W