META-INF.queries.search_entities.cql Maven / Gradle / Ivy
Match (version:Version) where version.groupId= "{{groupId}}" and version.artifactId="{{artifactId}}" and version.version="{{version}}"
OPTIONAL MATCH (version)-[:PROJECT_DEPENDENCY*0..10]->(artifact:Version)-[:HAS_LOCAL_ENTITY]->(localEntity:LocalEntity)
OPTIONAL MATCH (dependency:Version)-[:HAS_LOCAL_ENTITY]->(localEntity)
OPTIONAL MATCH (localEntity)-[:HAS_ENTITY_REFERENCE]->(entity:Entity)<-[:HAS_ENTITY]-(dependencyEntityRef:Version)
return artifact,
localEntity,
entity,
dependency,
dependencyEntityRef
© 2015 - 2025 Weber Informatics LLC | Privacy Policy