SYMBOL INDEX (5487 symbols across 617 files) FILE: bin/runtests.java class runtests (line 10) | public class runtests { method main (line 12) | public static void main(String... a) { FILE: neo4j-cypher-dsl-build/processor/src/main/java/org/neo4j/cypherdsl/build/processor/Entry.java class Entry (line 29) | @JsonAutoDetect(getterVisibility = JsonAutoDetect.Visibility.NON_PRIVATE, method Entry (line 39) | Entry(String name) { method getName (line 43) | String getName() { method isAllDeclaredMethods (line 47) | @JsonInclude(JsonInclude.Include.NON_DEFAULT) method setAllDeclaredMethods (line 52) | void setAllDeclaredMethods(boolean allDeclaredMethods) { method isAllDeclaredConstructors (line 56) | @JsonInclude(JsonInclude.Include.NON_DEFAULT) method setAllDeclaredConstructors (line 61) | void setAllDeclaredConstructors(boolean allDeclaredConstructors) { FILE: neo4j-cypher-dsl-build/processor/src/main/java/org/neo4j/cypherdsl/build/processor/RegisterForReflectionProcessor.java class RegisterForReflectionProcessor (line 48) | @SupportedAnnotationTypes("org.neo4j.cypherdsl.build.annotations.Registe... method registersElements (line 58) | static boolean registersElements(RegisterForReflection registerForRefl... method getSupportedSourceVersion (line 62) | @Override method process (line 67) | @Override FILE: neo4j-cypher-dsl-build/processor/src/test/java/org/neo4j/cypherdsl/build/processor/RegisterForReflectionProcessorTests.java class RegisterForReflectionProcessorTests (line 39) | class RegisterForReflectionProcessorTests { method getCompiler (line 41) | static Compiler getCompiler(Object... options) { method shouldOnlyGenerateReflectionConfigWithContentWhenClassesArePresent (line 52) | @Test method shouldHandleEmptyDir (line 82) | @Test method shouldHandleSlash (line 94) | @Test method shouldNotGenerateEmpty (line 107) | @Test method getTestClassN (line 122) | private JavaFileObject getTestClassN(int i) { FILE: neo4j-cypher-dsl-build/processor/src/test/resources/test_classes/Class0.java class Class0 (line 23) | @RegisterForReflection FILE: neo4j-cypher-dsl-build/processor/src/test/resources/test_classes/Class1.java class Class1 (line 23) | @RegisterForReflection(allDeclaredMethods = false) FILE: neo4j-cypher-dsl-build/processor/src/test/resources/test_classes/Class2.java class Class2 (line 21) | public class Class2 { FILE: neo4j-cypher-dsl-build/processor/src/test/resources/test_classes/Class3.java class Class3 (line 23) | @RegisterForReflection(allDeclaredMethods = false, allDeclaredConstructo... FILE: neo4j-cypher-dsl-codegen/neo4j-cypher-dsl-codegen-core/src/main/java/org/neo4j/cypherdsl/codegen/core/AbstractClassNameGenerator.java class AbstractClassNameGenerator (line 32) | @API(status = INTERNAL, since = "2021.1.0") method generateTypeName (line 40) | final StringBuilder generateTypeName(String suggestedName) { FILE: neo4j-cypher-dsl-codegen/neo4j-cypher-dsl-codegen-core/src/main/java/org/neo4j/cypherdsl/codegen/core/AbstractMappingAnnotationProcessor.java class AbstractMappingAnnotationProcessor (line 63) | public abstract class AbstractMappingAnnotationProcessor extends Abstrac... method AbstractMappingAnnotationProcessor (line 76) | public AbstractMappingAnnotationProcessor() { method createConfiguration (line 85) | protected static Configuration createConfiguration(ProcessingEnvironme... method sameOrNoProperties (line 115) | protected static boolean sameOrNoProperties( method getTypesAnnotatedWith (line 140) | protected Set getTypesAnnotatedWith(TypeElement annotatio... method init (line 149) | @Override method initFrameworkSpecific (line 167) | protected abstract void initFrameworkSpecific(ProcessingEnvironment pr... method getSupportedSourceVersion (line 169) | @Override method populateListOfNodes (line 187) | protected final Map populateListOfNodes... method getLabel (line 229) | protected abstract Collection getLabel(TypeElement annotatedCl... method writeSourceFiles (line 231) | protected final void writeSourceFiles(Collection> buil... method newPropertiesAndRelationshipGrouping (line 241) | protected abstract PropertiesAndRelationshipGrouping newPropertiesAndR... method asPropertyDefinition (line 248) | protected abstract PropertyDefinition asPropertyDefinition(Element e); method populateNodePropertiesAndCollectRelationshipFields (line 259) | protected final Map> populateNodePrope... method asRelationshipDefinition (line 276) | protected abstract RelationshipPropertyDefinition asRelationshipDefini... method computeRelationshipDefinitions (line 291) | protected final Map> populateLi... method uniqueNodeBuilder (line 484) | private static NodeModelBuilder uniqueNodeBuilder( method describesEnum (line 494) | protected final boolean describesEnum(TypeMirror typeMirror) { method newTypeElementNameFunction (line 506) | protected final Function newTypeElementNameFuncti... type FieldType (line 510) | protected enum FieldType { type PropertiesAndRelationshipGrouping (line 516) | protected interface PropertiesAndRelationshipGrouping { method apply (line 518) | void apply(Element element); method getResult (line 520) | Map> getResult(); class TypeElementNameFunction (line 530) | private static final class TypeElementNameFunction implements Function... method apply (line 532) | @Override class TypeElementVisitor (line 550) | protected static class TypeElementVisitor extends SimpleElementVisi... method TypeElementVisitor (line 554) | public TypeElementVisitor(Function delegate) { method visitType (line 558) | @Override class LocalRelBuilderState (line 565) | private static class LocalRelBuilderState { method LocalRelBuilderState (line 573) | LocalRelBuilderState(RelationshipModelBuilder value, NodeModelBuilde... FILE: neo4j-cypher-dsl-codegen/neo4j-cypher-dsl-codegen-core/src/main/java/org/neo4j/cypherdsl/codegen/core/AbstractModelBuilder.java class AbstractModelBuilder (line 62) | @API(status = INTERNAL, since = "2021.1.0") method AbstractModelBuilder (line 110) | AbstractModelBuilder(FieldNameGenerator fieldNameGenerator, ClassName ... method extractClassName (line 127) | static ClassName extractClassName(ModelBuilder optionalSource) { method buildJavaFile (line 149) | protected abstract JavaFile buildJavaFile(); method addProperty (line 151) | @Override method addProperty (line 157) | @Override method addProperties (line 163) | @Override method getPackageName (line 173) | @Override method getCanonicalClassName (line 178) | @Override method getPlainClassName (line 183) | @Override method writeTo (line 188) | @Override method writeTo (line 199) | @Override method writeToString (line 209) | @Override method getFieldName (line 222) | @Override method apply (line 227) | @SuppressWarnings("unchecked") method callOnlyWithoutJavaFilePresent (line 240) | final V callOnlyWithoutJavaFilePresent(Supplier c) { method addGenerated (line 255) | final TypeSpec.Builder addGenerated(TypeSpec.Builder builder) { method generateFieldSpecsFromProperties (line 287) | final Stream generateFieldSpecsFromProperties() { method prepareFileBuilder (line 314) | final JavaFile.Builder prepareFileBuilder(TypeSpec typeSpec) { method getClassName (line 321) | final ClassName getClassName() { method getJavaFile (line 325) | private JavaFile getJavaFile() { FILE: neo4j-cypher-dsl-codegen/neo4j-cypher-dsl-codegen-core/src/main/java/org/neo4j/cypherdsl/codegen/core/ClassNameGenerator.java type ClassNameGenerator (line 34) | @API(status = INTERNAL, since = "2021.1.0") method generate (line 47) | String generate(String suggestedName); FILE: neo4j-cypher-dsl-codegen/neo4j-cypher-dsl-codegen-core/src/main/java/org/neo4j/cypherdsl/codegen/core/Configuration.java class Configuration (line 43) | @API(status = EXPERIMENTAL, since = "2021.1.0") method Configuration (line 148) | private Configuration(UnaryOperator typeNameDecorator, ClassNa... method defaultConfig (line 168) | public static Configuration defaultConfig() { method newConfig (line 176) | public static Builder newConfig() { method newConfig (line 185) | public static Builder newConfig(final Path path) { method getNodeNameGenerator (line 192) | public ClassNameGenerator getNodeNameGenerator() { method getRelationshipNameGenerator (line 199) | public ClassNameGenerator getRelationshipNameGenerator() { method getConstantFieldNameGenerator (line 206) | public FieldNameGenerator getConstantFieldNameGenerator() { method getTarget (line 213) | public JavaVersion getTarget() { method getDefaultPackage (line 220) | public String getDefaultPackage() { method getPath (line 227) | public Optional getPath() { method getTypeNameDecorator (line 234) | public UnaryOperator getTypeNameDecorator() { method getIndent (line 241) | public String getIndent() { method getClock (line 248) | public Optional getClock() { method isAddAtGenerated (line 255) | public boolean isAddAtGenerated() { method equals (line 259) | @Override method hashCode (line 277) | @Override method exclude (line 289) | boolean exclude(String qualifiedName) { type IndentStyle (line 296) | public enum IndentStyle { type JavaVersion (line 308) | public enum JavaVersion { class Builder (line 325) | @SuppressWarnings("HiddenField") method Builder (line 354) | private Builder() { method newConfig (line 357) | static Builder newConfig() { method newConfig (line 361) | static Builder newConfig(final Path path) { method withNodeNameGenerator (line 370) | public Builder withNodeNameGenerator(ClassNameGenerator nodeNameGene... method withRelationshipNameGenerator (line 384) | public Builder withRelationshipNameGenerator(ClassNameGenerator rela... method withFieldNameGenerator (line 399) | public Builder withFieldNameGenerator(FieldNameGenerator fieldNameGe... method withTarget (line 413) | public Builder withTarget(JavaVersion target) { method withDefaultPackage (line 427) | public Builder withDefaultPackage(String defaultPackage) { method withTimestamp (line 443) | public Builder withTimestamp(String timestamp) { method withPath (line 454) | public Builder withPath(Path path) { method withPrefix (line 466) | public Builder withPrefix(String prefix) { method withSuffix (line 478) | public Builder withSuffix(String suffix) { method withAddAtGenerated (line 490) | public Builder withAddAtGenerated(boolean addAtGenerated) { method withIndentStyle (line 501) | public Builder withIndentStyle(IndentStyle indentStyle) { method withIndentSize (line 515) | public Builder withIndentSize(int indentSize) { method withExcludes (line 525) | public Builder withExcludes(String excludes) { method build (line 541) | public Configuration build() { FILE: neo4j-cypher-dsl-codegen/neo4j-cypher-dsl-codegen-core/src/main/java/org/neo4j/cypherdsl/codegen/core/FieldNameGenerator.java type FieldNameGenerator (line 27) | @FunctionalInterface method generate (line 35) | String generate(String name); type Default (line 40) | enum Default implements FieldNameGenerator { method generate (line 47) | @Override FILE: neo4j-cypher-dsl-codegen/neo4j-cypher-dsl-codegen-core/src/main/java/org/neo4j/cypherdsl/codegen/core/Identifiers.java class Identifiers (line 26) | final class Identifiers { method Identifiers (line 28) | private Identifiers() { method isValidAt (line 40) | static boolean isValidAt(int p, int codePoint) { FILE: neo4j-cypher-dsl-codegen/neo4j-cypher-dsl-codegen-core/src/main/java/org/neo4j/cypherdsl/codegen/core/ModelBuilder.java type ModelBuilder (line 37) | @API(status = EXPERIMENTAL, since = "2021.1.0") method addProperty (line 47) | SELF addProperty(String newProperty); method addProperty (line 56) | SELF addProperty(PropertyDefinition newProperty); method addProperties (line 65) | SELF addProperties(Collection newProperties); method getPackageName (line 70) | String getPackageName(); method getCanonicalClassName (line 75) | String getCanonicalClassName(); method getPlainClassName (line 80) | String getPlainClassName(); method writeTo (line 91) | void writeTo(Path path); method writeToString (line 102) | String writeToString(); method writeTo (line 116) | void writeTo(Appendable appendable); method getFieldName (line 124) | String getFieldName(); FILE: neo4j-cypher-dsl-codegen/neo4j-cypher-dsl-codegen-core/src/main/java/org/neo4j/cypherdsl/codegen/core/NodeImplBuilder.java class NodeImplBuilder (line 62) | final class NodeImplBuilder extends AbstractModelBuilder buildFields(FieldSpec primaryLabelField) { method buildJavaFile (line 364) | @Override method getRelationTypeWithParameters (line 414) | private TypeName getRelationTypeWithParameters(RelationshipModelBuilde... method buildSelfReferentialAccessor (line 426) | private Function buildSelf... method buildRelationshipFactoryMethod (line 439) | private Function buildRelat... FILE: neo4j-cypher-dsl-codegen/neo4j-cypher-dsl-codegen-core/src/main/java/org/neo4j/cypherdsl/codegen/core/NodeModelBuilder.java type NodeModelBuilder (line 34) | @API(status = EXPERIMENTAL, since = "2021.1.0") method create (line 46) | static NodeModelBuilder create(Configuration configuration, String pac... method addLabel (line 58) | NodeModelBuilder addLabel(String newLabel); method addLabels (line 67) | NodeModelBuilder addLabels(Collection newLabels); method addRelationshipDefinition (line 76) | NodeModelBuilder addRelationshipDefinition(RelationshipPropertyDefinit... method addRelationshipFactory (line 86) | NodeModelBuilder addRelationshipFactory(RelationshipFactoryDefinition ... method setBaseNodeModel (line 96) | NodeModelBuilder setBaseNodeModel(NodeModelBuilder baseModel); method isExtensible (line 102) | boolean isExtensible(); method setExtensible (line 112) | NodeModelBuilder setExtensible(boolean extensible); FILE: neo4j-cypher-dsl-codegen/neo4j-cypher-dsl-codegen-core/src/main/java/org/neo4j/cypherdsl/codegen/core/NodeNameGenerator.java class NodeNameGenerator (line 33) | @API(status = INTERNAL, since = "2021.1.0") method generate (line 36) | @Override FILE: neo4j-cypher-dsl-codegen/neo4j-cypher-dsl-codegen-core/src/main/java/org/neo4j/cypherdsl/codegen/core/PropertyDefinition.java class PropertyDefinition (line 34) | @API(status = EXPERIMENTAL, since = "2021.1.0") method PropertyDefinition (line 47) | private PropertyDefinition(String nameInGraph, String nameInDomain) { method create (line 58) | public static PropertyDefinition create(String nameInGraph, String opt... method getNameInGraph (line 69) | public String getNameInGraph() { method getNameInDomain (line 76) | public String getNameInDomain() { method equals (line 80) | @Override method hashCode (line 92) | @Override FILE: neo4j-cypher-dsl-codegen/neo4j-cypher-dsl-codegen-core/src/main/java/org/neo4j/cypherdsl/codegen/core/RelationshipFactoryDefinition.java class RelationshipFactoryDefinition (line 31) | @API(status = EXPERIMENTAL, since = "2023.9.0") method RelationshipFactoryDefinition (line 54) | private RelationshipFactoryDefinition(String nameInDomain, Relationshi... method create (line 69) | public static RelationshipFactoryDefinition create(String nameInDomain... method withBuilder (line 79) | public RelationshipFactoryDefinition withBuilder(RelationshipModelBuil... method getNameInDomain (line 87) | public String getNameInDomain() { method getStart (line 94) | public NodeModelBuilder getStart() { method getEnd (line 101) | public NodeModelBuilder getEnd() { method getRelationshipBuilder (line 105) | RelationshipModelBuilder getRelationshipBuilder() { FILE: neo4j-cypher-dsl-codegen/neo4j-cypher-dsl-codegen-core/src/main/java/org/neo4j/cypherdsl/codegen/core/RelationshipImplBuilder.java class RelationshipImplBuilder (line 53) | @API(status = INTERNAL, since = "2021.1.0") method RelationshipImplBuilder (line 75) | private RelationshipImplBuilder(Configuration configuration, String re... method create (line 91) | static RelationshipModelBuilder create(Configuration configuration, St... method pickDefault (line 102) | static Edge pickDefault(Collection relations) { method setStartNode (line 111) | @Override method setEndNode (line 123) | @Override method getOrCreateLastDefinedRelationType (line 135) | private Edge getOrCreateLastDefinedRelationType() { method buildConstructor (line 144) | private MethodSpec buildConstructor(Edge relation, Edge expectedTypes) { method addRelationship (line 171) | @Override method buildCopyConstructor (line 191) | private MethodSpec buildCopyConstructor() { method buildNamedMethod (line 205) | private MethodSpec buildNamedMethod(TypeName typeName) { method buildWithPropertiesMethod (line 218) | private MethodSpec buildWithPropertiesMethod(TypeName typeName) { method buildFields (line 232) | private List buildFields() { method buildJavaFile (line 236) | @Override method getTypeName (line 268) | private TypeName getTypeName(Edge expectedTypes) { method getTypeName (line 272) | TypeName getTypeName(TypeName concreteStartType, TypeName concreteEndT... method getTypeName (line 276) | private TypeName getTypeName(Edge expectedEdge, TypeName concreteStart... class Edge (line 294) | private static final class Edge { method Edge (line 300) | private Edge(TypeName start, TypeName end) { FILE: neo4j-cypher-dsl-codegen/neo4j-cypher-dsl-codegen-core/src/main/java/org/neo4j/cypherdsl/codegen/core/RelationshipModelBuilder.java type RelationshipModelBuilder (line 34) | @API(status = EXPERIMENTAL, since = "2021.1.0") method create (line 44) | static RelationshipModelBuilder create(Configuration configuration, St... method create (line 58) | static RelationshipModelBuilder create(Configuration configuration, St... method setStartNode (line 79) | RelationshipModelBuilder setStartNode(NodeModelBuilder startNode); method setEndNode (line 95) | RelationshipModelBuilder setEndNode(NodeModelBuilder endNode); method addRelationship (line 106) | RelationshipModelBuilder addRelationship(NodeModelBuilder startNode, N... FILE: neo4j-cypher-dsl-codegen/neo4j-cypher-dsl-codegen-core/src/main/java/org/neo4j/cypherdsl/codegen/core/RelationshipNameGenerator.java class RelationshipNameGenerator (line 32) | @API(status = INTERNAL, since = "2021.1.0") method generate (line 35) | @Override FILE: neo4j-cypher-dsl-codegen/neo4j-cypher-dsl-codegen-core/src/main/java/org/neo4j/cypherdsl/codegen/core/RelationshipPropertyDefinition.java class RelationshipPropertyDefinition (line 38) | @API(status = EXPERIMENTAL, since = "2021.1.0") method RelationshipPropertyDefinition (line 75) | private RelationshipPropertyDefinition(String type, String optionalPro... method create (line 98) | public static RelationshipPropertyDefinition create(String type, Strin... method withBuilder (line 110) | public RelationshipPropertyDefinition withBuilder(RelationshipModelBui... method getType (line 118) | public String getType() { method getNameInDomain (line 126) | public String getNameInDomain() { method getStart (line 133) | public NodeModelBuilder getStart() { method getEnd (line 140) | public NodeModelBuilder getEnd() { method getRelationshipBuilder (line 144) | RelationshipModelBuilder getRelationshipBuilder() { method getProperties (line 151) | public Set getProperties() { FILE: neo4j-cypher-dsl-codegen/neo4j-cypher-dsl-codegen-core/src/test/java/org/neo4j/cypherdsl/codegen/core/ConfigurationTests.java class ConfigurationTests (line 31) | class ConfigurationTests { method fieldNameGeneratorShouldBeConfigurable (line 33) | @Test // GH-829 class TypeNameDecoratorTest (line 39) | @Nested method typeNameDecoratorShouldDefaultToIdentity (line 42) | @Test method prefixShouldBeApplied (line 48) | @Test method suffixShouldBeNullable (line 54) | @Test method suffixShouldBeApplied (line 60) | @Test FILE: neo4j-cypher-dsl-codegen/neo4j-cypher-dsl-codegen-core/src/test/java/org/neo4j/cypherdsl/codegen/core/ConstantFieldNamingStrategyTests.java class ConstantFieldNamingStrategyTests (line 29) | class ConstantFieldNamingStrategyTests { method toConstantFieldNameShouldWork (line 31) | @ParameterizedTest FILE: neo4j-cypher-dsl-codegen/neo4j-cypher-dsl-codegen-core/src/test/java/org/neo4j/cypherdsl/codegen/core/ModelBuilderTests.java class ModelBuilderTests (line 37) | class ModelBuilderTests { method testGeneratingRelationWithMultipleStartAndEndNodes (line 39) | @Test method testConstructorsOfRelationsWithoutGeneric (line 191) | @Test method testConstructorsOfRelationsWithEndNodeGeneric (line 234) | @Test method testConstructorsOfRelationsWithStartNodeGeneric (line 284) | @Test method testGeneratingWithInheritance (line 334) | @Test method testThrowingErrorWhenExtendingNonExtensibleNode (line 433) | @Test method modelBuilderMustProduceValidGenerics (line 446) | @Test // GH-970 FILE: neo4j-cypher-dsl-codegen/neo4j-cypher-dsl-codegen-core/src/test/java/org/neo4j/cypherdsl/codegen/core/NodeImplBuilderTests.java class NodeImplBuilderTests (line 30) | class NodeImplBuilderTests { method capitalizeShouldWork (line 32) | @ParameterizedTest FILE: neo4j-cypher-dsl-codegen/neo4j-cypher-dsl-codegen-core/src/test/java/org/neo4j/cypherdsl/codegen/core/NodeNameGeneratorTests.java class NodeNameGeneratorTests (line 32) | class NodeNameGeneratorTests { method suggestedAndEscapedNames (line 36) | static Stream suggestedAndEscapedNames() { method createTypeNameShouldWork (line 48) | @ParameterizedTest FILE: neo4j-cypher-dsl-codegen/neo4j-cypher-dsl-codegen-core/src/test/java/org/neo4j/cypherdsl/codegen/core/RelationshipNameGeneratorTests.java class RelationshipNameGeneratorTests (line 32) | class RelationshipNameGeneratorTests { method suggestedAndEscapedNames (line 36) | static Stream suggestedAndEscapedNames() { method createTypeNameShouldWork (line 48) | @ParameterizedTest FILE: neo4j-cypher-dsl-codegen/neo4j-cypher-dsl-codegen-ogm/src/main/java/org/neo4j/cypherdsl/codegen/ogm/OGMAnnotationProcessor.java class OGMAnnotationProcessor (line 78) | @API(status = EXPERIMENTAL, since = "2025.0.0") method declaredTypeContains (line 108) | private static boolean declaredTypeContains(DeclaredType dt, Element a... method initFrameworkSpecific (line 127) | @Override method getLabel (line 147) | @Override method process (line 165) | @Override method getRelationshipEntityType (line 192) | private String getRelationshipEntityType(Element annotatedEntity) { method findDirection (line 222) | private Optional findDirection(Element annotat... method collectRelationshipProperties (line 244) | private Map> visitFieldOrRecordComponent(El... method isInternalId (line 515) | private boolean isInternalId(Element e, Set declaredAnnotat... method isUsingInternalIdGenerator (line 532) | private boolean isUsingInternalIdGenerator(Element e, AnnotationMirr... method isAssociation (line 559) | private boolean isAssociation(Set declaredAnnotations, Elem... FILE: neo4j-cypher-dsl-codegen/neo4j-cypher-dsl-codegen-ogm/src/test/java/org/neo4j/cypherdsl/codegen/ogm/OGMAnnotationProcessorTests.java class OGMAnnotationProcessorTests (line 42) | class OGMAnnotationProcessorTests { method getCompiler (line 44) | static Compiler getCompiler(String release, Object... options) { method getJavaResources (line 67) | JavaFileObject[] getJavaResources(String base) { method validSourceFiles (line 76) | @CsvSource({ class StringArrayConverter (line 116) | static class StringArrayConverter extends SimpleArgumentConverter { method convert (line 118) | @Override FILE: neo4j-cypher-dsl-codegen/neo4j-cypher-dsl-codegen-ogm/src/test/java/org/neo4j/cypherdsl/codegen/ogm/models/abstract_rels/Actor.java class Actor (line 33) | @RelationshipEntity method Actor (line 41) | public Actor(T person) { FILE: neo4j-cypher-dsl-codegen/neo4j-cypher-dsl-codegen-ogm/src/test/java/org/neo4j/cypherdsl/codegen/ogm/models/abstract_rels/Movie.java class Movie (line 32) | @NodeEntity method Movie (line 47) | public Movie(String title, String description) { FILE: neo4j-cypher-dsl-codegen/neo4j-cypher-dsl-codegen-ogm/src/test/java/org/neo4j/cypherdsl/codegen/ogm/models/abstract_rels/Person.java class Person (line 27) | @NodeEntity FILE: neo4j-cypher-dsl-codegen/neo4j-cypher-dsl-codegen-ogm/src/test/java/org/neo4j/cypherdsl/codegen/ogm/models/different_properties_for_rel_type/Movie.java class Movie (line 28) | @NodeEntity FILE: neo4j-cypher-dsl-codegen/neo4j-cypher-dsl-codegen-ogm/src/test/java/org/neo4j/cypherdsl/codegen/ogm/models/different_properties_for_rel_type/MovieAppearance.java class MovieAppearance (line 31) | @RelationshipEntity FILE: neo4j-cypher-dsl-codegen/neo4j-cypher-dsl-codegen-ogm/src/test/java/org/neo4j/cypherdsl/codegen/ogm/models/different_properties_for_rel_type/Person.java class Person (line 32) | @NodeEntity FILE: neo4j-cypher-dsl-codegen/neo4j-cypher-dsl-codegen-ogm/src/test/java/org/neo4j/cypherdsl/codegen/ogm/models/different_properties_for_rel_type/Play.java class Play (line 28) | @NodeEntity FILE: neo4j-cypher-dsl-codegen/neo4j-cypher-dsl-codegen-ogm/src/test/java/org/neo4j/cypherdsl/codegen/ogm/models/different_properties_for_rel_type/TheaterAppearance.java class TheaterAppearance (line 31) | @RelationshipEntity FILE: neo4j-cypher-dsl-codegen/neo4j-cypher-dsl-codegen-ogm/src/test/java/org/neo4j/cypherdsl/codegen/ogm/models/enums_and_inner_classes/AnotherConverter.java class AnotherConverter (line 26) | public abstract class AnotherConverter FILE: neo4j-cypher-dsl-codegen/neo4j-cypher-dsl-codegen-ogm/src/test/java/org/neo4j/cypherdsl/codegen/ogm/models/enums_and_inner_classes/ConnectorTransport.java class ConnectorTransport (line 28) | @NodeEntity(label = "Transport") method ConnectorTransport (line 44) | public ConnectorTransport(ConnectorTransportType value) { type ConnectorTransportType (line 51) | public enum ConnectorTransportType { class InnerClass (line 60) | public static class InnerClass { class InnerInnerClass (line 66) | public static class InnerInnerClass { FILE: neo4j-cypher-dsl-codegen/neo4j-cypher-dsl-codegen-ogm/src/test/java/org/neo4j/cypherdsl/codegen/ogm/models/enums_and_inner_classes/InnerInnerClassConverter.java class InnerInnerClassConverter (line 26) | public abstract class InnerInnerClassConverter FILE: neo4j-cypher-dsl-codegen/neo4j-cypher-dsl-codegen-ogm/src/test/java/org/neo4j/cypherdsl/codegen/ogm/models/enums_and_inner_classes/OtherEnum.java type OtherEnum (line 24) | public enum OtherEnum { FILE: neo4j-cypher-dsl-codegen/neo4j-cypher-dsl-codegen-ogm/src/test/java/org/neo4j/cypherdsl/codegen/ogm/models/ids/ExternalGeneratedId.java class ExternalGeneratedId (line 33) | @NodeEntity FILE: neo4j-cypher-dsl-codegen/neo4j-cypher-dsl-codegen-ogm/src/test/java/org/neo4j/cypherdsl/codegen/ogm/models/ids/ExternalGeneratedIdImplicit.java class ExternalGeneratedIdImplicit (line 32) | @NodeEntity FILE: neo4j-cypher-dsl-codegen/neo4j-cypher-dsl-codegen-ogm/src/test/java/org/neo4j/cypherdsl/codegen/ogm/models/ids/InternalGeneratedId.java class InternalGeneratedId (line 28) | @NodeEntity FILE: neo4j-cypher-dsl-codegen/neo4j-cypher-dsl-codegen-ogm/src/test/java/org/neo4j/cypherdsl/codegen/ogm/models/ids/InternalGeneratedPrimitiveLongId.java class InternalGeneratedPrimitiveLongId (line 28) | @NodeEntity FILE: neo4j-cypher-dsl-codegen/neo4j-cypher-dsl-codegen-ogm/src/test/java/org/neo4j/cypherdsl/codegen/ogm/models/labels/NodesWithDifferentLabelAnnotations.java class NodesWithDifferentLabelAnnotations (line 29) | public class NodesWithDifferentLabelAnnotations { class LabelOnNode1 (line 31) | @NodeEntity("ALabel") class LabelOnNode2 (line 36) | @SuppressWarnings("checkstyle:AnnotationUseStyle") FILE: neo4j-cypher-dsl-codegen/neo4j-cypher-dsl-codegen-ogm/src/test/java/org/neo4j/cypherdsl/codegen/ogm/models/primitives/Connector.java class Connector (line 33) | @NodeEntity("Connector") method Connector (line 54) | public Connector(String uri, boolean official) { FILE: neo4j-cypher-dsl-codegen/neo4j-cypher-dsl-codegen-ogm/src/test/java/org/neo4j/cypherdsl/codegen/ogm/models/records/NodeWithRecordProperties.java class NodeWithRecordProperties (line 31) | @NodeEntity class RecordConverter (line 50) | abstract static class RecordConverter implements AttributeConverter labels, Prop... method named (line 34) | @Override method withProperties (line 39) | @Override FILE: neo4j-cypher-dsl-codegen/neo4j-cypher-dsl-codegen-ogm/src/test/resources/abstract_rels/Person_.java class Person_ (line 12) | @Generated(value = "org.neo4j.cypherdsl.codegen.core.NodeImplBuilder", d... method Person_ (line 22) | public Person_() { method Person_ (line 26) | private Person_(SymbolicName symbolicName, List labels, Pro... method named (line 30) | @Override method withProperties (line 35) | @Override FILE: neo4j-cypher-dsl-codegen/neo4j-cypher-dsl-codegen-ogm/src/test/resources/different_properties_for_rel_type/ActedInMovie_.java class ActedInMovie_ (line 11) | @Generated(value = "org.neo4j.cypherdsl.codegen.core.RelationshipImplBui... method ActedInMovie_ (line 21) | public ActedInMovie_(Person_ start, Movie_ end) { method ActedInMovie_ (line 25) | private ActedInMovie_(SymbolicName symbolicName, Node start, Propertie... method named (line 29) | @Override method withProperties (line 34) | @Override FILE: neo4j-cypher-dsl-codegen/neo4j-cypher-dsl-codegen-ogm/src/test/resources/different_properties_for_rel_type/ActedInPlay_.java class ActedInPlay_ (line 11) | @Generated(value = "org.neo4j.cypherdsl.codegen.core.RelationshipImplBui... method ActedInPlay_ (line 19) | public ActedInPlay_(Person_ start, Play_ end) { method ActedInPlay_ (line 23) | private ActedInPlay_(SymbolicName symbolicName, Node start, Properties... method named (line 27) | @Override method withProperties (line 32) | @Override FILE: neo4j-cypher-dsl-codegen/neo4j-cypher-dsl-codegen-ogm/src/test/resources/different_properties_for_rel_type/Movie_.java class Movie_ (line 12) | @Generated(value = "org.neo4j.cypherdsl.codegen.core.NodeImplBuilder", d... method Movie_ (line 22) | public Movie_() { method Movie_ (line 26) | private Movie_(SymbolicName symbolicName, List labels, Prop... method named (line 30) | @Override method withProperties (line 35) | @Override FILE: neo4j-cypher-dsl-codegen/neo4j-cypher-dsl-codegen-ogm/src/test/resources/different_properties_for_rel_type/Person_.java class Person_ (line 12) | @Generated(value = "org.neo4j.cypherdsl.codegen.core.NodeImplBuilder", d... method Person_ (line 28) | public Person_() { method Person_ (line 32) | private Person_(SymbolicName symbolicName, List labels, Pro... method named (line 36) | @Override method withProperties (line 41) | @Override FILE: neo4j-cypher-dsl-codegen/neo4j-cypher-dsl-codegen-ogm/src/test/resources/different_properties_for_rel_type/Play_.java class Play_ (line 12) | @Generated(value = "org.neo4j.cypherdsl.codegen.core.NodeImplBuilder", d... method Play_ (line 22) | public Play_() { method Play_ (line 26) | private Play_(SymbolicName symbolicName, List labels, Prope... method named (line 30) | @Override method withProperties (line 35) | @Override FILE: neo4j-cypher-dsl-codegen/neo4j-cypher-dsl-codegen-ogm/src/test/resources/enums_and_inner_classes/ConnectorTransport_.java class ConnectorTransport_ (line 12) | @Generated(value = "org.neo4j.cypherdsl.codegen.core.NodeImplBuilder", d... method ConnectorTransport_ (line 28) | public ConnectorTransport_() { method ConnectorTransport_ (line 32) | private ConnectorTransport_(SymbolicName symbolicName, List... method named (line 36) | @Override method withProperties (line 41) | @Override FILE: neo4j-cypher-dsl-codegen/neo4j-cypher-dsl-codegen-ogm/src/test/resources/ids/ExternalGeneratedIdImplicit_.java class ExternalGeneratedIdImplicit_ (line 12) | @Generated(value = "org.neo4j.cypherdsl.codegen.core.NodeImplBuilder", d... method ExternalGeneratedIdImplicit_ (line 22) | public ExternalGeneratedIdImplicit_() { method ExternalGeneratedIdImplicit_ (line 26) | private ExternalGeneratedIdImplicit_(SymbolicName symbolicName, List label... method named (line 27) | @Override method withProperties (line 32) | @Override FILE: neo4j-cypher-dsl-codegen/neo4j-cypher-dsl-codegen-ogm/src/test/resources/labels/nodeswithdifferentlabelannotations/LabelOnNode2_.java class LabelOnNode2_ (line 11) | @Generated(value = "org.neo4j.cypherdsl.codegen.core.NodeImplBuilder", d... method LabelOnNode2_ (line 19) | public LabelOnNode2_() { method LabelOnNode2_ (line 23) | private LabelOnNode2_(SymbolicName symbolicName, List label... method named (line 27) | @Override method withProperties (line 32) | @Override FILE: neo4j-cypher-dsl-codegen/neo4j-cypher-dsl-codegen-ogm/src/test/resources/org/neo4j/cypherdsl/codegen/ogm/models/related_classes_not_on_cp_like_in_reallife/Movie.java class Movie (line 34) | @NodeEntity method Movie (line 48) | public Movie(String title, String description) { method Movie (line 54) | public Movie(String title, String description, List directors) { method getTitle (line 60) | public String getTitle() { method getDescription (line 64) | public String getDescription() { method getDirectors (line 68) | public List getDirectors() { method getReleased (line 72) | public Integer getReleased() { method setReleased (line 76) | public void setReleased(Integer released) { method getType (line 80) | public Type getType() { method setType (line 84) | public void setType(Type type) { method addDirectors (line 88) | public Movie addDirectors(Collection newDirectors) { type Type (line 93) | public enum Type { FILE: neo4j-cypher-dsl-codegen/neo4j-cypher-dsl-codegen-ogm/src/test/resources/org/neo4j/cypherdsl/codegen/ogm/models/related_classes_not_on_cp_like_in_reallife/Person.java class Person (line 28) | @NodeEntity method Person (line 39) | private Person(Long id, String name, Integer born) { method Person (line 45) | public Person(String name, Integer born) { method getId (line 49) | public Long getId() { method getName (line 53) | public String getName() { method getBorn (line 57) | public Integer getBorn() { method setBorn (line 61) | public void setBorn(Integer born) { FILE: neo4j-cypher-dsl-codegen/neo4j-cypher-dsl-codegen-ogm/src/test/resources/primitives/Connector_.java class Connector_ (line 12) | @Generated(value = "org.neo4j.cypherdsl.codegen.core.NodeImplBuilder", d... method Connector_ (line 32) | public Connector_() { method Connector_ (line 36) | private Connector_(SymbolicName symbolicName, List labels, ... method named (line 40) | @Override method withProperties (line 45) | @Override FILE: neo4j-cypher-dsl-codegen/neo4j-cypher-dsl-codegen-ogm/src/test/resources/records/NodeWithRecordProperties_.java class NodeWithRecordProperties_ (line 12) | @Generated(value = "org.neo4j.cypherdsl.codegen.core.NodeImplBuilder", d... method NodeWithRecordProperties_ (line 29) | public NodeWithRecordProperties_() { method NodeWithRecordProperties_ (line 33) | private NodeWithRecordProperties_(SymbolicName symbolicName, List label... method named (line 32) | @Override method withProperties (line 37) | @Override FILE: neo4j-cypher-dsl-codegen/neo4j-cypher-dsl-codegen-ogm/src/test/resources/related_classes_not_on_cp_like_in_reallife/Movie_.java class Movie_ (line 12) | @Generated(value = "org.neo4j.cypherdsl.codegen.core.NodeImplBuilder", d... method Movie_ (line 30) | public Movie_() { method Movie_ (line 34) | private Movie_(SymbolicName symbolicName, List labels, Prop... method named (line 38) | @Override method withProperties (line 43) | @Override FILE: neo4j-cypher-dsl-codegen/neo4j-cypher-dsl-codegen-ogm/src/test/resources/related_classes_not_on_cp_like_in_reallife/Person_.java class Person_ (line 12) | @Generated(value = "org.neo4j.cypherdsl.codegen.core.NodeImplBuilder", d... method Person_ (line 24) | public Person_() { method Person_ (line 28) | private Person_(SymbolicName symbolicName, List labels, Pro... method named (line 32) | @Override method withProperties (line 37) | @Override FILE: neo4j-cypher-dsl-codegen/neo4j-cypher-dsl-codegen-ogm/src/test/resources/same_properties_for_rel_type/ActedIn_.java class ActedIn_ (line 12) | @Generated(value = "org.neo4j.cypherdsl.codegen.core.RelationshipImplBui... method ActedIn_ (line 20) | public ActedIn_(Person_ start, E end) { method ActedIn_ (line 24) | private ActedIn_(SymbolicName symbolicName, Node start, Properties pro... method named (line 28) | @Override method withProperties (line 33) | @Override FILE: neo4j-cypher-dsl-codegen/neo4j-cypher-dsl-codegen-ogm/src/test/resources/same_properties_for_rel_type/Movie_.java class Movie_ (line 12) | @Generated(value = "org.neo4j.cypherdsl.codegen.core.NodeImplBuilder", d... method Movie_ (line 22) | public Movie_() { method Movie_ (line 26) | private Movie_(SymbolicName symbolicName, List labels, Prop... method named (line 30) | @Override method withProperties (line 35) | @Override FILE: neo4j-cypher-dsl-codegen/neo4j-cypher-dsl-codegen-ogm/src/test/resources/same_properties_for_rel_type/Person_.java class Person_ (line 12) | @Generated(value = "org.neo4j.cypherdsl.codegen.core.NodeImplBuilder", d... method Person_ (line 28) | public Person_() { method Person_ (line 32) | private Person_(SymbolicName symbolicName, List labels, Pro... method named (line 36) | @Override method withProperties (line 41) | @Override FILE: neo4j-cypher-dsl-codegen/neo4j-cypher-dsl-codegen-ogm/src/test/resources/same_properties_for_rel_type/Play_.java class Play_ (line 12) | @Generated(value = "org.neo4j.cypherdsl.codegen.core.NodeImplBuilder", d... method Play_ (line 22) | public Play_() { method Play_ (line 26) | private Play_(SymbolicName symbolicName, List labels, Prope... method named (line 30) | @Override method withProperties (line 35) | @Override FILE: neo4j-cypher-dsl-codegen/neo4j-cypher-dsl-codegen-ogm/src/test/resources/same_rel_different_source/Book_.java class Book_ (line 12) | @Generated(value = "org.neo4j.cypherdsl.codegen.core.NodeImplBuilder", d... method Book_ (line 24) | public Book_() { method Book_ (line 28) | private Book_(SymbolicName symbolicName, List labels, Prope... method named (line 32) | @Override method withProperties (line 37) | @Override FILE: neo4j-cypher-dsl-codegen/neo4j-cypher-dsl-codegen-ogm/src/test/resources/same_rel_different_source/Movie_.java class Movie_ (line 12) | @Generated(value = "org.neo4j.cypherdsl.codegen.core.NodeImplBuilder", d... method Movie_ (line 24) | public Movie_() { method Movie_ (line 28) | private Movie_(SymbolicName symbolicName, List labels, Prop... method named (line 32) | @Override method withProperties (line 37) | @Override FILE: neo4j-cypher-dsl-codegen/neo4j-cypher-dsl-codegen-ogm/src/test/resources/same_rel_different_source/Person_.java class Person_ (line 12) | @Generated(value = "org.neo4j.cypherdsl.codegen.core.NodeImplBuilder", d... method Person_ (line 22) | public Person_() { method Person_ (line 26) | private Person_(SymbolicName symbolicName, List labels, Pro... method named (line 30) | @Override method withProperties (line 35) | @Override FILE: neo4j-cypher-dsl-codegen/neo4j-cypher-dsl-codegen-ogm/src/test/resources/same_rel_different_source/Wrote_.java class Wrote_ (line 11) | @Generated(value = "org.neo4j.cypherdsl.codegen.core.RelationshipImplBui... method Wrote_ (line 17) | public Wrote_(Person_ start, E end) { method Wrote_ (line 21) | private Wrote_(SymbolicName symbolicName, Node start, Properties prope... method named (line 25) | @Override method withProperties (line 30) | @Override FILE: neo4j-cypher-dsl-codegen/neo4j-cypher-dsl-codegen-ogm/src/test/resources/same_rel_different_target/Book_.java class Book_ (line 12) | @Generated(value = "org.neo4j.cypherdsl.codegen.core.NodeImplBuilder", d... method Book_ (line 22) | public Book_() { method Book_ (line 26) | private Book_(SymbolicName symbolicName, List labels, Prope... method named (line 30) | @Override method withProperties (line 35) | @Override FILE: neo4j-cypher-dsl-codegen/neo4j-cypher-dsl-codegen-ogm/src/test/resources/same_rel_different_target/Movie_.java class Movie_ (line 12) | @Generated(value = "org.neo4j.cypherdsl.codegen.core.NodeImplBuilder", d... method Movie_ (line 22) | public Movie_() { method Movie_ (line 26) | private Movie_(SymbolicName symbolicName, List labels, Prop... method named (line 30) | @Override method withProperties (line 35) | @Override FILE: neo4j-cypher-dsl-codegen/neo4j-cypher-dsl-codegen-ogm/src/test/resources/same_rel_different_target/Person_.java class Person_ (line 12) | @Generated(value = "org.neo4j.cypherdsl.codegen.core.NodeImplBuilder", d... method Person_ (line 26) | public Person_() { method Person_ (line 30) | private Person_(SymbolicName symbolicName, List labels, Pro... method named (line 34) | @Override method withProperties (line 39) | @Override FILE: neo4j-cypher-dsl-codegen/neo4j-cypher-dsl-codegen-ogm/src/test/resources/same_rel_different_target/Wrote_.java class Wrote_ (line 11) | @Generated(value = "org.neo4j.cypherdsl.codegen.core.RelationshipImplBui... method Wrote_ (line 17) | public Wrote_(Person_ start, E end) { method Wrote_ (line 21) | private Wrote_(SymbolicName symbolicName, Node start, Properties prope... method named (line 25) | @Override method withProperties (line 30) | @Override FILE: neo4j-cypher-dsl-codegen/neo4j-cypher-dsl-codegen-ogm/src/test/resources/same_rel_mixed/Book_.java class Book_ (line 12) | @Generated(value = "org.neo4j.cypherdsl.codegen.core.NodeImplBuilder", d... method Book_ (line 24) | public Book_() { method Book_ (line 28) | private Book_(SymbolicName symbolicName, List labels, Prope... method named (line 32) | @Override method withProperties (line 37) | @Override FILE: neo4j-cypher-dsl-codegen/neo4j-cypher-dsl-codegen-ogm/src/test/resources/same_rel_mixed/Movie_.java class Movie_ (line 12) | @Generated(value = "org.neo4j.cypherdsl.codegen.core.NodeImplBuilder", d... method Movie_ (line 22) | public Movie_() { method Movie_ (line 26) | private Movie_(SymbolicName symbolicName, List labels, Prop... method named (line 30) | @Override method withProperties (line 35) | @Override FILE: neo4j-cypher-dsl-codegen/neo4j-cypher-dsl-codegen-ogm/src/test/resources/same_rel_mixed/Person_.java class Person_ (line 12) | @Generated(value = "org.neo4j.cypherdsl.codegen.core.NodeImplBuilder", d... method Person_ (line 24) | public Person_() { method Person_ (line 28) | private Person_(SymbolicName symbolicName, List labels, Pro... method named (line 32) | @Override method withProperties (line 37) | @Override FILE: neo4j-cypher-dsl-codegen/neo4j-cypher-dsl-codegen-ogm/src/test/resources/same_rel_mixed/Wrote_.java class Wrote_ (line 11) | @Generated(value = "org.neo4j.cypherdsl.codegen.core.RelationshipImplBui... method Wrote_ (line 17) | public Wrote_(Person_ start, E end) { method Wrote_ (line 21) | private Wrote_(SymbolicName symbolicName, Node start, Properties prope... method named (line 25) | @Override method withProperties (line 30) | @Override FILE: neo4j-cypher-dsl-codegen/neo4j-cypher-dsl-codegen-ogm/src/test/resources/same_rel_mixed_different_directions/Book_.java class Book_ (line 12) | @Generated(value = "org.neo4j.cypherdsl.codegen.core.NodeImplBuilder", d... method Book_ (line 24) | public Book_() { method Book_ (line 28) | private Book_(SymbolicName symbolicName, List labels, Prope... method named (line 32) | @Override method withProperties (line 37) | @Override FILE: neo4j-cypher-dsl-codegen/neo4j-cypher-dsl-codegen-ogm/src/test/resources/same_rel_mixed_different_directions/Movie_.java class Movie_ (line 12) | @Generated(value = "org.neo4j.cypherdsl.codegen.core.NodeImplBuilder", d... method Movie_ (line 24) | public Movie_() { method Movie_ (line 28) | private Movie_(SymbolicName symbolicName, List labels, Prop... method named (line 32) | @Override method withProperties (line 37) | @Override FILE: neo4j-cypher-dsl-codegen/neo4j-cypher-dsl-codegen-ogm/src/test/resources/same_rel_mixed_different_directions/Person_.java class Person_ (line 12) | @Generated(value = "org.neo4j.cypherdsl.codegen.core.NodeImplBuilder", d... method Person_ (line 22) | public Person_() { method Person_ (line 26) | private Person_(SymbolicName symbolicName, List labels, Pro... method named (line 30) | @Override method withProperties (line 35) | @Override FILE: neo4j-cypher-dsl-codegen/neo4j-cypher-dsl-codegen-ogm/src/test/resources/same_rel_mixed_different_directions/Wrote_.java class Wrote_ (line 11) | @Generated(value = "org.neo4j.cypherdsl.codegen.core.RelationshipImplBui... method Wrote_ (line 17) | public Wrote_(S start, E end) { method Wrote_ (line 21) | private Wrote_(SymbolicName symbolicName, Node start, Properties prope... method named (line 25) | @Override method withProperties (line 30) | @Override FILE: neo4j-cypher-dsl-codegen/neo4j-cypher-dsl-codegen-ogm/src/test/resources/self_referential/Example_.java class Example_ (line 12) | @Generated(value = "org.neo4j.cypherdsl.codegen.core.NodeImplBuilder", d... method Example_ (line 22) | public Example_() { method Example_ (line 26) | private Example_(SymbolicName symbolicName, List labels, Pr... method named (line 30) | @Override method withProperties (line 35) | @Override method withParent (line 40) | public BelongsTo_ withParent(Example_ parent) { FILE: neo4j-cypher-dsl-codegen/neo4j-cypher-dsl-codegen-ogm/src/test/resources/simple/ActedIn_.java class ActedIn_ (line 11) | @Generated(value = "org.neo4j.cypherdsl.codegen.core.RelationshipImplBui... method ActedIn_ (line 19) | public ActedIn_(Person_ start, Movie_ end) { method ActedIn_ (line 23) | private ActedIn_(SymbolicName symbolicName, Node start, Properties pro... method named (line 27) | @Override method withProperties (line 32) | @Override FILE: neo4j-cypher-dsl-codegen/neo4j-cypher-dsl-codegen-ogm/src/test/resources/simple/Directed_.java class Directed_ (line 10) | @Generated(value = "org.neo4j.cypherdsl.codegen.core.RelationshipImplBui... method Directed_ (line 16) | public Directed_(Person_ start, Movie_ end) { method Directed_ (line 20) | private Directed_(SymbolicName symbolicName, Node start, Properties pr... method named (line 24) | @Override method withProperties (line 29) | @Override FILE: neo4j-cypher-dsl-codegen/neo4j-cypher-dsl-codegen-ogm/src/test/resources/simple/Follows_.java class Follows_ (line 10) | @Generated(value = "org.neo4j.cypherdsl.codegen.core.RelationshipImplBui... method Follows_ (line 16) | public Follows_(Person_ start, Person_ end) { method Follows_ (line 20) | private Follows_(SymbolicName symbolicName, Node start, Properties pro... method named (line 24) | @Override method withProperties (line 29) | @Override FILE: neo4j-cypher-dsl-codegen/neo4j-cypher-dsl-codegen-ogm/src/test/resources/simple/Movie_.java class Movie_ (line 12) | @Generated(value = "org.neo4j.cypherdsl.codegen.core.NodeImplBuilder", d... method Movie_ (line 30) | public Movie_() { method Movie_ (line 34) | private Movie_(SymbolicName symbolicName, List labels, Prop... method named (line 38) | @Override method withProperties (line 43) | @Override FILE: neo4j-cypher-dsl-codegen/neo4j-cypher-dsl-codegen-ogm/src/test/resources/simple/Person_.java class Person_ (line 12) | @Generated(value = "org.neo4j.cypherdsl.codegen.core.NodeImplBuilder", d... method Person_ (line 26) | public Person_() { method Person_ (line 30) | private Person_(SymbolicName symbolicName, List labels, Pro... method named (line 34) | @Override method withProperties (line 39) | @Override method withFollows (line 44) | public Follows_ withFollows(Person_ follows) { FILE: neo4j-cypher-dsl-codegen/neo4j-cypher-dsl-codegen-ogm/src/test/resources/simple/Produced_.java class Produced_ (line 10) | @Generated(value = "org.neo4j.cypherdsl.codegen.core.RelationshipImplBui... method Produced_ (line 16) | public Produced_(Person_ start, Movie_ end) { method Produced_ (line 20) | private Produced_(SymbolicName symbolicName, Node start, Properties pr... method named (line 24) | @Override method withProperties (line 29) | @Override FILE: neo4j-cypher-dsl-codegen/neo4j-cypher-dsl-codegen-sdn6/src/main/java/org/neo4j/cypherdsl/codegen/sdn6/SDN6AnnotationProcessor.java class SDN6AnnotationProcessor (line 83) | @API(status = EXPERIMENTAL, since = "2021.1.0") method disableSpringConverterDebugLog (line 127) | @SuppressWarnings("PMD") method initFrameworkSpecific (line 141) | @Override method createConversions (line 172) | private Neo4jConversions createConversions(ProcessingEnvironment proce... method process (line 203) | @Override method getLabel (line 230) | @Override method collectRelationshipProperties (line 257) | private Map> visitFieldOrRecordComponent(El... method isInternalId (line 497) | private boolean isInternalId(Element e, Set declaredAnnotat... method isUsingInternalIdGenerator (line 515) | private boolean isUsingInternalIdGenerator(Element e, AnnotationMirr... method isAssociation (line 554) | private boolean isAssociation(Set declaredAnnotations, Elem... FILE: neo4j-cypher-dsl-codegen/neo4j-cypher-dsl-codegen-sdn6/src/test/java/org/neo4j/cypherdsl/codegen/sdn6/SDN6AnnotationProcessorTests.java class SDN6AnnotationProcessorTests (line 52) | class SDN6AnnotationProcessorTests { method getCompiler (line 60) | static Compiler getCompiler(String release, Object... options) { method getJavaResources (line 83) | JavaFileObject[] getJavaResources(String base) { method shouldNotFailWithInvalidConverters (line 98) | @ValueSource(strings = { "foo", "org.neo4j.cypherdsl.codegen.sdn6.SDN6... method shouldRecognizeGlobalConvertersOnInnerClasses (line 119) | @Test method validSourceFiles (line 133) | @CsvSource({ method bidiMappingsForStaticMetaModelAreFiltered (line 189) | @Test method sameRelDifferentPackageShouldMakeSense (line 214) | @Test class SomeConverter (line 266) | @SuppressWarnings("unused") method SomeConverter (line 269) | SomeConverter(@SuppressWarnings("unused") boolean ignoreMe) { method convert (line 272) | @Override class StringArrayConverter (line 279) | static class StringArrayConverter extends SimpleArgumentConverter { method convert (line 281) | @Override FILE: neo4j-cypher-dsl-codegen/neo4j-cypher-dsl-codegen-sdn6/src/test/java/org/neo4j/cypherdsl/codegen/sdn6/models/abstract_rels/Actor.java class Actor (line 33) | @RelationshipProperties method Actor (line 41) | public Actor(T person) { FILE: neo4j-cypher-dsl-codegen/neo4j-cypher-dsl-codegen-sdn6/src/test/java/org/neo4j/cypherdsl/codegen/sdn6/models/abstract_rels/Movie.java class Movie (line 32) | @Node method Movie (line 47) | public Movie(String title, String description) { FILE: neo4j-cypher-dsl-codegen/neo4j-cypher-dsl-codegen-sdn6/src/test/java/org/neo4j/cypherdsl/codegen/sdn6/models/abstract_rels/Person.java class Person (line 27) | @Node FILE: neo4j-cypher-dsl-codegen/neo4j-cypher-dsl-codegen-sdn6/src/test/java/org/neo4j/cypherdsl/codegen/sdn6/models/bidi/Element.java class Element (line 27) | @Node FILE: neo4j-cypher-dsl-codegen/neo4j-cypher-dsl-codegen-sdn6/src/test/java/org/neo4j/cypherdsl/codegen/sdn6/models/bidi/Point.java class Point (line 26) | @Node FILE: neo4j-cypher-dsl-codegen/neo4j-cypher-dsl-codegen-sdn6/src/test/java/org/neo4j/cypherdsl/codegen/sdn6/models/different_properties_for_rel_type/Movie.java class Movie (line 28) | @Node FILE: neo4j-cypher-dsl-codegen/neo4j-cypher-dsl-codegen-sdn6/src/test/java/org/neo4j/cypherdsl/codegen/sdn6/models/different_properties_for_rel_type/MovieAppearance.java class MovieAppearance (line 30) | @RelationshipProperties FILE: neo4j-cypher-dsl-codegen/neo4j-cypher-dsl-codegen-sdn6/src/test/java/org/neo4j/cypherdsl/codegen/sdn6/models/different_properties_for_rel_type/Person.java class Person (line 32) | @Node FILE: neo4j-cypher-dsl-codegen/neo4j-cypher-dsl-codegen-sdn6/src/test/java/org/neo4j/cypherdsl/codegen/sdn6/models/different_properties_for_rel_type/Play.java class Play (line 28) | @Node FILE: neo4j-cypher-dsl-codegen/neo4j-cypher-dsl-codegen-sdn6/src/test/java/org/neo4j/cypherdsl/codegen/sdn6/models/different_properties_for_rel_type/TheaterAppearance.java class TheaterAppearance (line 30) | @RelationshipProperties FILE: neo4j-cypher-dsl-codegen/neo4j-cypher-dsl-codegen-sdn6/src/test/java/org/neo4j/cypherdsl/codegen/sdn6/models/enums_and_inner_classes/ConnectorTransport.java class ConnectorTransport (line 28) | @Node(labels = "Transport") method ConnectorTransport (line 41) | public ConnectorTransport(ConnectorTransportType value) { type ConnectorTransportType (line 48) | public enum ConnectorTransportType { class InnerClass (line 57) | public static class InnerClass { class InnerInnerClass (line 63) | public static class InnerInnerClass { FILE: neo4j-cypher-dsl-codegen/neo4j-cypher-dsl-codegen-sdn6/src/test/java/org/neo4j/cypherdsl/codegen/sdn6/models/enums_and_inner_classes/InnerInnerClassConverter.java class InnerInnerClassConverter (line 29) | public class InnerInnerClassConverter implements Neo4jPersistentProperty... method write (line 31) | @Override method read (line 36) | @Override FILE: neo4j-cypher-dsl-codegen/neo4j-cypher-dsl-codegen-sdn6/src/test/java/org/neo4j/cypherdsl/codegen/sdn6/models/enums_and_inner_classes/OtherEnum.java type OtherEnum (line 24) | public enum OtherEnum { FILE: neo4j-cypher-dsl-codegen/neo4j-cypher-dsl-codegen-sdn6/src/test/java/org/neo4j/cypherdsl/codegen/sdn6/models/enums_and_inner_classes/SpringBasedConverter.java class SpringBasedConverter (line 28) | public class SpringBasedConverter implements Converter labels, Prop... method named (line 34) | @Override method withProperties (line 39) | @Override FILE: neo4j-cypher-dsl-codegen/neo4j-cypher-dsl-codegen-sdn6/src/test/resources/abstract_rels/Person_.java class Person_ (line 12) | @Generated(value = "org.neo4j.cypherdsl.codegen.core.NodeImplBuilder", d... method Person_ (line 22) | public Person_() { method Person_ (line 26) | private Person_(SymbolicName symbolicName, List labels, Pro... method named (line 30) | @Override method withProperties (line 35) | @Override FILE: neo4j-cypher-dsl-codegen/neo4j-cypher-dsl-codegen-sdn6/src/test/resources/bidi/Element_.java class Element_ (line 30) | @Generated( method Element_ (line 44) | public Element_() { method Element_ (line 48) | private Element_(SymbolicName symbolicName, List labels, Pr... method named (line 52) | @Override method withProperties (line 57) | @Override FILE: neo4j-cypher-dsl-codegen/neo4j-cypher-dsl-codegen-sdn6/src/test/resources/bidi/HasPathPoints_.java class HasPathPoints_ (line 10) | @Generated( method HasPathPoints_ (line 18) | public HasPathPoints_(Element_ start, Point_ end) { method HasPathPoints_ (line 22) | private HasPathPoints_(SymbolicName symbolicName, Node start, Properti... method named (line 26) | @Override method withProperties (line 31) | @Override FILE: neo4j-cypher-dsl-codegen/neo4j-cypher-dsl-codegen-sdn6/src/test/resources/bidi/Point_.java class Point_ (line 11) | @Generated( method Point_ (line 21) | public Point_() { method Point_ (line 25) | private Point_(SymbolicName symbolicName, List labels, Prop... method named (line 29) | @Override method withProperties (line 34) | @Override FILE: neo4j-cypher-dsl-codegen/neo4j-cypher-dsl-codegen-sdn6/src/test/resources/different_properties_for_rel_type/ActedInMovie_.java class ActedInMovie_ (line 11) | @Generated(value = "org.neo4j.cypherdsl.codegen.core.RelationshipImplBui... method ActedInMovie_ (line 21) | public ActedInMovie_(Person_ start, Movie_ end) { method ActedInMovie_ (line 25) | private ActedInMovie_(SymbolicName symbolicName, Node start, Propertie... method named (line 29) | @Override method withProperties (line 34) | @Override FILE: neo4j-cypher-dsl-codegen/neo4j-cypher-dsl-codegen-sdn6/src/test/resources/different_properties_for_rel_type/ActedInPlay_.java class ActedInPlay_ (line 11) | @Generated(value = "org.neo4j.cypherdsl.codegen.core.RelationshipImplBui... method ActedInPlay_ (line 19) | public ActedInPlay_(Person_ start, Play_ end) { method ActedInPlay_ (line 23) | private ActedInPlay_(SymbolicName symbolicName, Node start, Properties... method named (line 27) | @Override method withProperties (line 32) | @Override FILE: neo4j-cypher-dsl-codegen/neo4j-cypher-dsl-codegen-sdn6/src/test/resources/different_properties_for_rel_type/Movie_.java class Movie_ (line 12) | @Generated(value = "org.neo4j.cypherdsl.codegen.core.NodeImplBuilder", d... method Movie_ (line 22) | public Movie_() { method Movie_ (line 26) | private Movie_(SymbolicName symbolicName, List labels, Prop... method named (line 30) | @Override method withProperties (line 35) | @Override FILE: neo4j-cypher-dsl-codegen/neo4j-cypher-dsl-codegen-sdn6/src/test/resources/different_properties_for_rel_type/Person_.java class Person_ (line 12) | @Generated(value = "org.neo4j.cypherdsl.codegen.core.NodeImplBuilder", d... method Person_ (line 28) | public Person_() { method Person_ (line 32) | private Person_(SymbolicName symbolicName, List labels, Pro... method named (line 36) | @Override method withProperties (line 41) | @Override FILE: neo4j-cypher-dsl-codegen/neo4j-cypher-dsl-codegen-sdn6/src/test/resources/different_properties_for_rel_type/Play_.java class Play_ (line 12) | @Generated(value = "org.neo4j.cypherdsl.codegen.core.NodeImplBuilder", d... method Play_ (line 22) | public Play_() { method Play_ (line 26) | private Play_(SymbolicName symbolicName, List labels, Prope... method named (line 30) | @Override method withProperties (line 35) | @Override FILE: neo4j-cypher-dsl-codegen/neo4j-cypher-dsl-codegen-sdn6/src/test/resources/enums_and_inner_classes/ConnectorTransportWithGlobalConverter_.java class ConnectorTransport_ (line 12) | @Generated(value = "org.neo4j.cypherdsl.codegen.core.NodeImplBuilder", d... method ConnectorTransport_ (line 28) | public ConnectorTransport_() { method ConnectorTransport_ (line 32) | private ConnectorTransport_(SymbolicName symbolicName, List... method named (line 36) | @Override method withProperties (line 41) | @Override FILE: neo4j-cypher-dsl-codegen/neo4j-cypher-dsl-codegen-sdn6/src/test/resources/enums_and_inner_classes/ConnectorTransport_.java class ConnectorTransport_ (line 12) | @Generated(value = "org.neo4j.cypherdsl.codegen.core.NodeImplBuilder", d... method ConnectorTransport_ (line 26) | public ConnectorTransport_() { method ConnectorTransport_ (line 30) | private ConnectorTransport_(SymbolicName symbolicName, List... method named (line 34) | @Override method withProperties (line 39) | @Override FILE: neo4j-cypher-dsl-codegen/neo4j-cypher-dsl-codegen-sdn6/src/test/resources/ids/ExternalGeneratedIdImplicit_.java class ExternalGeneratedIdImplicit_ (line 12) | @Generated(value = "org.neo4j.cypherdsl.codegen.core.NodeImplBuilder", d... method ExternalGeneratedIdImplicit_ (line 22) | public ExternalGeneratedIdImplicit_() { method ExternalGeneratedIdImplicit_ (line 26) | private ExternalGeneratedIdImplicit_(SymbolicName symbolicName, List label... method named (line 27) | @Override method withProperties (line 32) | @Override FILE: neo4j-cypher-dsl-codegen/neo4j-cypher-dsl-codegen-sdn6/src/test/resources/labels/nodeswithdifferentlabelannotations/LabelOnNode2_.java class LabelOnNode2_ (line 11) | @Generated(value = "org.neo4j.cypherdsl.codegen.core.NodeImplBuilder", d... method LabelOnNode2_ (line 19) | public LabelOnNode2_() { method LabelOnNode2_ (line 23) | private LabelOnNode2_(SymbolicName symbolicName, List label... method named (line 27) | @Override method withProperties (line 32) | @Override FILE: neo4j-cypher-dsl-codegen/neo4j-cypher-dsl-codegen-sdn6/src/test/resources/labels/nodeswithdifferentlabelannotations/LabelOnNode3_.java class LabelOnNode3_ (line 11) | @Generated(value = "org.neo4j.cypherdsl.codegen.core.NodeImplBuilder", d... method LabelOnNode3_ (line 19) | public LabelOnNode3_() { method LabelOnNode3_ (line 23) | private LabelOnNode3_(SymbolicName symbolicName, List label... method named (line 27) | @Override method withProperties (line 32) | @Override FILE: neo4j-cypher-dsl-codegen/neo4j-cypher-dsl-codegen-sdn6/src/test/resources/labels/nodeswithdifferentlabelannotations/MultipleLabels1_.java class MultipleLabels1_ (line 11) | @Generated(value = "org.neo4j.cypherdsl.codegen.core.NodeImplBuilder", d... method MultipleLabels1_ (line 19) | public MultipleLabels1_() { method MultipleLabels1_ (line 23) | private MultipleLabels1_(SymbolicName symbolicName, List la... method named (line 27) | @Override method withProperties (line 32) | @Override FILE: neo4j-cypher-dsl-codegen/neo4j-cypher-dsl-codegen-sdn6/src/test/resources/labels/nodeswithdifferentlabelannotations/MultipleLabels2_.java class MultipleLabels2_ (line 11) | @Generated(value = "org.neo4j.cypherdsl.codegen.core.NodeImplBuilder", d... method MultipleLabels2_ (line 19) | public MultipleLabels2_() { method MultipleLabels2_ (line 23) | private MultipleLabels2_(SymbolicName symbolicName, List la... method named (line 27) | @Override method withProperties (line 32) | @Override FILE: neo4j-cypher-dsl-codegen/neo4j-cypher-dsl-codegen-sdn6/src/test/resources/labels/nodeswithdifferentlabelannotations/MultipleLabels3_.java class MultipleLabels3_ (line 11) | @Generated(value = "org.neo4j.cypherdsl.codegen.core.NodeImplBuilder", d... method MultipleLabels3_ (line 19) | public MultipleLabels3_() { method MultipleLabels3_ (line 23) | private MultipleLabels3_(SymbolicName symbolicName, List la... method named (line 27) | @Override method withProperties (line 32) | @Override FILE: neo4j-cypher-dsl-codegen/neo4j-cypher-dsl-codegen-sdn6/src/test/resources/org/neo4j/cypherdsl/codegen/sdn6/models/related_classes_not_on_cp_like_in_reallife/Movie.java class Movie (line 36) | @Node method Movie (line 50) | public Movie(String title, String description) { method Movie (line 56) | @PersistenceCreator method getTitle (line 63) | public String getTitle() { method getDescription (line 67) | public String getDescription() { method getDirectors (line 71) | public List getDirectors() { method getReleased (line 75) | public Integer getReleased() { method setReleased (line 79) | public void setReleased(Integer released) { method getType (line 83) | public Type getType() { method setType (line 87) | public void setType(Type type) { method addDirectors (line 91) | public Movie addDirectors(Collection newDirectors) { type Type (line 96) | public enum Type { FILE: neo4j-cypher-dsl-codegen/neo4j-cypher-dsl-codegen-sdn6/src/test/resources/org/neo4j/cypherdsl/codegen/sdn6/models/related_classes_not_on_cp_like_in_reallife/Person.java class Person (line 29) | @Node method Person (line 40) | @PersistenceCreator method Person (line 47) | public Person(String name, Integer born) { method getId (line 51) | public Long getId() { method getName (line 55) | public String getName() { method getBorn (line 59) | public Integer getBorn() { method setBorn (line 63) | public void setBorn(Integer born) { FILE: neo4j-cypher-dsl-codegen/neo4j-cypher-dsl-codegen-sdn6/src/test/resources/primitives/Connector_.java class Connector_ (line 12) | @Generated(value = "org.neo4j.cypherdsl.codegen.core.NodeImplBuilder", d... method Connector_ (line 32) | public Connector_() { method Connector_ (line 36) | private Connector_(SymbolicName symbolicName, List labels, ... method named (line 40) | @Override method withProperties (line 45) | @Override FILE: neo4j-cypher-dsl-codegen/neo4j-cypher-dsl-codegen-sdn6/src/test/resources/records/NodeWithRecordProperties_.java class NodeWithRecordProperties_ (line 12) | @Generated(value = "org.neo4j.cypherdsl.codegen.core.NodeImplBuilder", d... method NodeWithRecordProperties_ (line 29) | public NodeWithRecordProperties_() { method NodeWithRecordProperties_ (line 33) | private NodeWithRecordProperties_(SymbolicName symbolicName, List label... method named (line 30) | @Override method withProperties (line 35) | @Override FILE: neo4j-cypher-dsl-codegen/neo4j-cypher-dsl-codegen-sdn6/src/test/resources/related_classes_not_on_cp_like_in_reallife/Directed_.java class Directed_ (line 10) | @Generated( method Directed_ (line 18) | public Directed_(Person_ start, Movie_ end) { method Directed_ (line 22) | private Directed_(SymbolicName symbolicName, Node start, Properties pr... method named (line 26) | @Override method withProperties (line 31) | @Override FILE: neo4j-cypher-dsl-codegen/neo4j-cypher-dsl-codegen-sdn6/src/test/resources/related_classes_not_on_cp_like_in_reallife/Movie_.java class Movie_ (line 12) | @Generated(value = "org.neo4j.cypherdsl.codegen.core.NodeImplBuilder", d... method Movie_ (line 30) | public Movie_() { method Movie_ (line 34) | private Movie_(SymbolicName symbolicName, List labels, Prop... method named (line 38) | @Override method withProperties (line 43) | @Override FILE: neo4j-cypher-dsl-codegen/neo4j-cypher-dsl-codegen-sdn6/src/test/resources/related_classes_not_on_cp_like_in_reallife/Person_.java class Person_ (line 12) | @Generated(value = "org.neo4j.cypherdsl.codegen.core.NodeImplBuilder", d... method Person_ (line 24) | public Person_() { method Person_ (line 28) | private Person_(SymbolicName symbolicName, List labels, Pro... method named (line 32) | @Override method withProperties (line 37) | @Override FILE: neo4j-cypher-dsl-codegen/neo4j-cypher-dsl-codegen-sdn6/src/test/resources/same_properties_for_rel_type/ActedIn_.java class ActedIn_ (line 12) | @Generated(value = "org.neo4j.cypherdsl.codegen.core.RelationshipImplBui... method ActedIn_ (line 20) | public ActedIn_(Person_ start, E end) { method ActedIn_ (line 24) | private ActedIn_(SymbolicName symbolicName, Node start, Properties pro... method named (line 28) | @Override method withProperties (line 33) | @Override FILE: neo4j-cypher-dsl-codegen/neo4j-cypher-dsl-codegen-sdn6/src/test/resources/same_properties_for_rel_type/Movie_.java class Movie_ (line 12) | @Generated(value = "org.neo4j.cypherdsl.codegen.core.NodeImplBuilder", d... method Movie_ (line 22) | public Movie_() { method Movie_ (line 26) | private Movie_(SymbolicName symbolicName, List labels, Prop... method named (line 30) | @Override method withProperties (line 35) | @Override FILE: neo4j-cypher-dsl-codegen/neo4j-cypher-dsl-codegen-sdn6/src/test/resources/same_properties_for_rel_type/Person_.java class Person_ (line 12) | @Generated(value = "org.neo4j.cypherdsl.codegen.core.NodeImplBuilder", d... method Person_ (line 28) | public Person_() { method Person_ (line 32) | private Person_(SymbolicName symbolicName, List labels, Pro... method named (line 36) | @Override method withProperties (line 41) | @Override FILE: neo4j-cypher-dsl-codegen/neo4j-cypher-dsl-codegen-sdn6/src/test/resources/same_properties_for_rel_type/Play_.java class Play_ (line 12) | @Generated(value = "org.neo4j.cypherdsl.codegen.core.NodeImplBuilder", d... method Play_ (line 22) | public Play_() { method Play_ (line 26) | private Play_(SymbolicName symbolicName, List labels, Prope... method named (line 30) | @Override method withProperties (line 35) | @Override FILE: neo4j-cypher-dsl-codegen/neo4j-cypher-dsl-codegen-sdn6/src/test/resources/same_rel_different_package/Abuses1_.java class Abuses_ (line 11) | @Generated( method Abuses_ (line 19) | public Abuses_(Company_ start, E end) { method Abuses_ (line 23) | private Abuses_(SymbolicName symbolicName, Node start, Properties prop... method named (line 27) | @Override method withProperties (line 32) | @Override FILE: neo4j-cypher-dsl-codegen/neo4j-cypher-dsl-codegen-sdn6/src/test/resources/same_rel_different_package/CompanyModel_.java class CompanyModel_ (line 12) | @Generated( method CompanyModel_ (line 26) | public CompanyModel_() { method CompanyModel_ (line 30) | private CompanyModel_(SymbolicName symbolicName, List label... method named (line 34) | @Override method withProperties (line 39) | @Override FILE: neo4j-cypher-dsl-codegen/neo4j-cypher-dsl-codegen-sdn6/src/test/resources/same_rel_different_package/Company_.java class Company_ (line 11) | @Generated( method Company_ (line 31) | public Company_() { method Company_ (line 35) | private Company_(SymbolicName symbolicName, List labels, Pr... method named (line 39) | @Override method withProperties (line 44) | @Override FILE: neo4j-cypher-dsl-codegen/neo4j-cypher-dsl-codegen-sdn6/src/test/resources/same_rel_different_package/DomainEntity2_.java class DomainEntity2_ (line 11) | @Generated( method DomainEntity2_ (line 21) | public DomainEntity2_() { method DomainEntity2_ (line 25) | private DomainEntity2_(SymbolicName symbolicName, List labe... method named (line 29) | @Override method withProperties (line 34) | @Override FILE: neo4j-cypher-dsl-codegen/neo4j-cypher-dsl-codegen-sdn6/src/test/resources/same_rel_different_package/DomainEntity_.java class DomainEntity_ (line 11) | @Generated( method DomainEntity_ (line 21) | public DomainEntity_() { method DomainEntity_ (line 25) | private DomainEntity_(SymbolicName symbolicName, List label... method named (line 29) | @Override method withProperties (line 34) | @Override FILE: neo4j-cypher-dsl-codegen/neo4j-cypher-dsl-codegen-sdn6/src/test/resources/same_rel_different_package/In1_.java class In_ (line 10) | @Generated( method In_ (line 18) | public In_(Company_ start, Place_ end) { method In_ (line 22) | private In_(SymbolicName symbolicName, Node start, Properties properti... method named (line 26) | @Override method withProperties (line 31) | @Override FILE: neo4j-cypher-dsl-codegen/neo4j-cypher-dsl-codegen-sdn6/src/test/resources/same_rel_different_package/In2_.java class In_ (line 10) | @Generated( method In_ (line 18) | public In_(CompanyModel_ start, PlaceModel_ end) { method In_ (line 22) | private In_(SymbolicName symbolicName, Node start, Properties properti... method named (line 26) | @Override method withProperties (line 31) | @Override FILE: neo4j-cypher-dsl-codegen/neo4j-cypher-dsl-codegen-sdn6/src/test/resources/same_rel_different_package/PlaceModel_.java class PlaceModel_ (line 11) | @Generated( method PlaceModel_ (line 21) | public PlaceModel_() { method PlaceModel_ (line 25) | private PlaceModel_(SymbolicName symbolicName, List labels,... method named (line 29) | @Override method withProperties (line 34) | @Override FILE: neo4j-cypher-dsl-codegen/neo4j-cypher-dsl-codegen-sdn6/src/test/resources/same_rel_different_package/Place_.java class Place_ (line 11) | @Generated( method Place_ (line 21) | public Place_() { method Place_ (line 25) | private Place_(SymbolicName symbolicName, List labels, Prop... method named (line 29) | @Override method withProperties (line 34) | @Override FILE: neo4j-cypher-dsl-codegen/neo4j-cypher-dsl-codegen-sdn6/src/test/resources/same_rel_different_package/Uses1_.java class Uses_ (line 10) | @Generated( method Uses_ (line 18) | public Uses_(Company_ start, DomainEntity_ end) { method Uses_ (line 22) | private Uses_(SymbolicName symbolicName, Node start, Properties proper... method named (line 26) | @Override method withProperties (line 31) | @Override FILE: neo4j-cypher-dsl-codegen/neo4j-cypher-dsl-codegen-sdn6/src/test/resources/same_rel_different_package/Uses2_.java class Uses_ (line 11) | @Generated( method Uses_ (line 19) | public Uses_(CompanyModel_ start, DomainEntity_ end) { method Uses_ (line 23) | private Uses_(SymbolicName symbolicName, Node start, Properties proper... method named (line 27) | @Override method withProperties (line 32) | @Override FILE: neo4j-cypher-dsl-codegen/neo4j-cypher-dsl-codegen-sdn6/src/test/resources/same_rel_different_source/Book_.java class Book_ (line 12) | @Generated(value = "org.neo4j.cypherdsl.codegen.core.NodeImplBuilder", d... method Book_ (line 24) | public Book_() { method Book_ (line 28) | private Book_(SymbolicName symbolicName, List labels, Prope... method named (line 32) | @Override method withProperties (line 37) | @Override FILE: neo4j-cypher-dsl-codegen/neo4j-cypher-dsl-codegen-sdn6/src/test/resources/same_rel_different_source/Movie_.java class Movie_ (line 12) | @Generated(value = "org.neo4j.cypherdsl.codegen.core.NodeImplBuilder", d... method Movie_ (line 24) | public Movie_() { method Movie_ (line 28) | private Movie_(SymbolicName symbolicName, List labels, Prop... method named (line 32) | @Override method withProperties (line 37) | @Override FILE: neo4j-cypher-dsl-codegen/neo4j-cypher-dsl-codegen-sdn6/src/test/resources/same_rel_different_source/Person_.java class Person_ (line 12) | @Generated(value = "org.neo4j.cypherdsl.codegen.core.NodeImplBuilder", d... method Person_ (line 22) | public Person_() { method Person_ (line 26) | private Person_(SymbolicName symbolicName, List labels, Pro... method named (line 30) | @Override method withProperties (line 35) | @Override FILE: neo4j-cypher-dsl-codegen/neo4j-cypher-dsl-codegen-sdn6/src/test/resources/same_rel_different_source/Wrote_.java class Wrote_ (line 11) | @Generated(value = "org.neo4j.cypherdsl.codegen.core.RelationshipImplBui... method Wrote_ (line 17) | public Wrote_(Person_ start, E end) { method Wrote_ (line 21) | private Wrote_(SymbolicName symbolicName, Node start, Properties prope... method named (line 25) | @Override method withProperties (line 30) | @Override FILE: neo4j-cypher-dsl-codegen/neo4j-cypher-dsl-codegen-sdn6/src/test/resources/same_rel_different_target/Book_.java class Book_ (line 12) | @Generated(value = "org.neo4j.cypherdsl.codegen.core.NodeImplBuilder", d... method Book_ (line 22) | public Book_() { method Book_ (line 26) | private Book_(SymbolicName symbolicName, List labels, Prope... method named (line 30) | @Override method withProperties (line 35) | @Override FILE: neo4j-cypher-dsl-codegen/neo4j-cypher-dsl-codegen-sdn6/src/test/resources/same_rel_different_target/Movie_.java class Movie_ (line 12) | @Generated(value = "org.neo4j.cypherdsl.codegen.core.NodeImplBuilder", d... method Movie_ (line 22) | public Movie_() { method Movie_ (line 26) | private Movie_(SymbolicName symbolicName, List labels, Prop... method named (line 30) | @Override method withProperties (line 35) | @Override FILE: neo4j-cypher-dsl-codegen/neo4j-cypher-dsl-codegen-sdn6/src/test/resources/same_rel_different_target/Person_.java class Person_ (line 12) | @Generated(value = "org.neo4j.cypherdsl.codegen.core.NodeImplBuilder", d... method Person_ (line 26) | public Person_() { method Person_ (line 30) | private Person_(SymbolicName symbolicName, List labels, Pro... method named (line 34) | @Override method withProperties (line 39) | @Override FILE: neo4j-cypher-dsl-codegen/neo4j-cypher-dsl-codegen-sdn6/src/test/resources/same_rel_different_target/Wrote_.java class Wrote_ (line 11) | @Generated(value = "org.neo4j.cypherdsl.codegen.core.RelationshipImplBui... method Wrote_ (line 17) | public Wrote_(Person_ start, E end) { method Wrote_ (line 21) | private Wrote_(SymbolicName symbolicName, Node start, Properties prope... method named (line 25) | @Override method withProperties (line 30) | @Override FILE: neo4j-cypher-dsl-codegen/neo4j-cypher-dsl-codegen-sdn6/src/test/resources/same_rel_mixed/Book_.java class Book_ (line 12) | @Generated(value = "org.neo4j.cypherdsl.codegen.core.NodeImplBuilder", d... method Book_ (line 24) | public Book_() { method Book_ (line 28) | private Book_(SymbolicName symbolicName, List labels, Prope... method named (line 32) | @Override method withProperties (line 37) | @Override FILE: neo4j-cypher-dsl-codegen/neo4j-cypher-dsl-codegen-sdn6/src/test/resources/same_rel_mixed/Movie_.java class Movie_ (line 12) | @Generated(value = "org.neo4j.cypherdsl.codegen.core.NodeImplBuilder", d... method Movie_ (line 22) | public Movie_() { method Movie_ (line 26) | private Movie_(SymbolicName symbolicName, List labels, Prop... method named (line 30) | @Override method withProperties (line 35) | @Override FILE: neo4j-cypher-dsl-codegen/neo4j-cypher-dsl-codegen-sdn6/src/test/resources/same_rel_mixed/Person_.java class Person_ (line 12) | @Generated(value = "org.neo4j.cypherdsl.codegen.core.NodeImplBuilder", d... method Person_ (line 24) | public Person_() { method Person_ (line 28) | private Person_(SymbolicName symbolicName, List labels, Pro... method named (line 32) | @Override method withProperties (line 37) | @Override FILE: neo4j-cypher-dsl-codegen/neo4j-cypher-dsl-codegen-sdn6/src/test/resources/same_rel_mixed/Wrote_.java class Wrote_ (line 11) | @Generated(value = "org.neo4j.cypherdsl.codegen.core.RelationshipImplBui... method Wrote_ (line 17) | public Wrote_(Person_ start, E end) { method Wrote_ (line 21) | private Wrote_(SymbolicName symbolicName, Node start, Properties prope... method named (line 25) | @Override method withProperties (line 30) | @Override FILE: neo4j-cypher-dsl-codegen/neo4j-cypher-dsl-codegen-sdn6/src/test/resources/same_rel_mixed_different_directions/Book_.java class Book_ (line 12) | @Generated(value = "org.neo4j.cypherdsl.codegen.core.NodeImplBuilder", d... method Book_ (line 24) | public Book_() { method Book_ (line 28) | private Book_(SymbolicName symbolicName, List labels, Prope... method named (line 32) | @Override method withProperties (line 37) | @Override FILE: neo4j-cypher-dsl-codegen/neo4j-cypher-dsl-codegen-sdn6/src/test/resources/same_rel_mixed_different_directions/Movie_.java class Movie_ (line 12) | @Generated(value = "org.neo4j.cypherdsl.codegen.core.NodeImplBuilder", d... method Movie_ (line 24) | public Movie_() { method Movie_ (line 28) | private Movie_(SymbolicName symbolicName, List labels, Prop... method named (line 32) | @Override method withProperties (line 37) | @Override FILE: neo4j-cypher-dsl-codegen/neo4j-cypher-dsl-codegen-sdn6/src/test/resources/same_rel_mixed_different_directions/Person_.java class Person_ (line 12) | @Generated(value = "org.neo4j.cypherdsl.codegen.core.NodeImplBuilder", d... method Person_ (line 22) | public Person_() { method Person_ (line 26) | private Person_(SymbolicName symbolicName, List labels, Pro... method named (line 30) | @Override method withProperties (line 35) | @Override FILE: neo4j-cypher-dsl-codegen/neo4j-cypher-dsl-codegen-sdn6/src/test/resources/same_rel_mixed_different_directions/Wrote_.java class Wrote_ (line 11) | @Generated(value = "org.neo4j.cypherdsl.codegen.core.RelationshipImplBui... method Wrote_ (line 17) | public Wrote_(S start, E end) { method Wrote_ (line 21) | private Wrote_(SymbolicName symbolicName, Node start, Properties prope... method named (line 25) | @Override method withProperties (line 30) | @Override FILE: neo4j-cypher-dsl-codegen/neo4j-cypher-dsl-codegen-sdn6/src/test/resources/self_referential/BelongsTo_.java class BelongsTo_ (line 10) | @Generated( method BelongsTo_ (line 18) | public BelongsTo_(Example_ start, Example_ end) { method BelongsTo_ (line 22) | private BelongsTo_(SymbolicName symbolicName, Node start, Properties p... method named (line 26) | @Override method withProperties (line 31) | @Override FILE: neo4j-cypher-dsl-codegen/neo4j-cypher-dsl-codegen-sdn6/src/test/resources/self_referential/Example_.java class Example_ (line 12) | @Generated(value = "org.neo4j.cypherdsl.codegen.core.NodeImplBuilder", d... method Example_ (line 22) | public Example_() { method Example_ (line 26) | private Example_(SymbolicName symbolicName, List labels, Pr... method named (line 30) | @Override method withProperties (line 35) | @Override method withParent (line 40) | public BelongsTo_ withParent(Example_ parent) { FILE: neo4j-cypher-dsl-codegen/neo4j-cypher-dsl-codegen-sdn6/src/test/resources/simple/ActedIn_.java class ActedIn_ (line 11) | @Generated(value = "org.neo4j.cypherdsl.codegen.core.RelationshipImplBui... method ActedIn_ (line 19) | public ActedIn_(Person_ start, Movie_ end) { method ActedIn_ (line 23) | private ActedIn_(SymbolicName symbolicName, Node start, Properties pro... method named (line 27) | @Override method withProperties (line 32) | @Override FILE: neo4j-cypher-dsl-codegen/neo4j-cypher-dsl-codegen-sdn6/src/test/resources/simple/Directed_.java class Directed_ (line 10) | @Generated(value = "org.neo4j.cypherdsl.codegen.core.RelationshipImplBui... method Directed_ (line 16) | public Directed_(Person_ start, Movie_ end) { method Directed_ (line 20) | private Directed_(SymbolicName symbolicName, Node start, Properties pr... method named (line 24) | @Override method withProperties (line 29) | @Override FILE: neo4j-cypher-dsl-codegen/neo4j-cypher-dsl-codegen-sdn6/src/test/resources/simple/Follows_.java class Follows_ (line 10) | @Generated(value = "org.neo4j.cypherdsl.codegen.core.RelationshipImplBui... method Follows_ (line 16) | public Follows_(Person_ start, Person_ end) { method Follows_ (line 20) | private Follows_(SymbolicName symbolicName, Node start, Properties pro... method named (line 24) | @Override method withProperties (line 29) | @Override FILE: neo4j-cypher-dsl-codegen/neo4j-cypher-dsl-codegen-sdn6/src/test/resources/simple/Movie_.java class Movie_ (line 12) | @Generated(value = "org.neo4j.cypherdsl.codegen.core.NodeImplBuilder", d... method Movie_ (line 30) | public Movie_() { method Movie_ (line 34) | private Movie_(SymbolicName symbolicName, List labels, Prop... method named (line 38) | @Override method withProperties (line 43) | @Override FILE: neo4j-cypher-dsl-codegen/neo4j-cypher-dsl-codegen-sdn6/src/test/resources/simple/Person_.java class Person_ (line 12) | @Generated(value = "org.neo4j.cypherdsl.codegen.core.NodeImplBuilder", d... method Person_ (line 26) | public Person_() { method Person_ (line 30) | private Person_(SymbolicName symbolicName, List labels, Pro... method named (line 34) | @Override method withProperties (line 39) | @Override method withFollows (line 44) | public Follows_ withFollows(Person_ follows) { FILE: neo4j-cypher-dsl-codegen/neo4j-cypher-dsl-codegen-sdn6/src/test/resources/simple/Produced_.java class Produced_ (line 10) | @Generated(value = "org.neo4j.cypherdsl.codegen.core.RelationshipImplBui... method Produced_ (line 16) | public Produced_(Person_ start, Movie_ end) { method Produced_ (line 20) | private Produced_(SymbolicName symbolicName, Node start, Properties pr... method named (line 24) | @Override method withProperties (line 29) | @Override FILE: neo4j-cypher-dsl-codegen/neo4j-cypher-dsl-codegen-sdn6/src/test/resources/simple/Rel21_.java class Rel21_ (line 10) | @Generated( method Rel21_ (line 18) | public Rel21_(Target2_ start, Target2_ end) { method Rel21_ (line 22) | private Rel21_(SymbolicName symbolicName, Node start, Properties prope... method named (line 26) | @Override method withProperties (line 31) | @Override FILE: neo4j-cypher-dsl-codegen/neo4j-cypher-dsl-codegen-sdn6/src/test/resources/simple/Rel22_.java class Rel22_ (line 10) | @Generated( method Rel22_ (line 18) | public Rel22_(Target2_ start, Src_ end) { method Rel22_ (line 22) | private Rel22_(SymbolicName symbolicName, Node start, Properties prope... method named (line 26) | @Override method withProperties (line 31) | @Override FILE: neo4j-cypher-dsl-codegen/neo4j-cypher-dsl-codegen-sdn6/src/test/resources/simple/Src_.java class Src_ (line 12) | @Generated( method Src_ (line 28) | public Src_() { method Src_ (line 32) | private Src_(SymbolicName symbolicName, List labels, Proper... method named (line 36) | @Override method withProperties (line 41) | @Override FILE: neo4j-cypher-dsl-codegen/neo4j-cypher-dsl-codegen-sdn6/src/test/resources/simple/Target2_.java class Target2_ (line 12) | @Generated( method Target2_ (line 28) | public Target2_() { method Target2_ (line 32) | private Target2_(SymbolicName symbolicName, List labels, Pr... method named (line 36) | @Override method withProperties (line 41) | @Override method withRel21 (line 46) | public Rel21_ withRel21(Target2_ rel21) { FILE: neo4j-cypher-dsl-examples/neo4j-cypher-dsl-examples-core/src/test/java/org/neo4j/cypherdsl/examples/core/ArbitraryProceduresAndFunctionsTests.java class ArbitraryProceduresAndFunctionsTests (line 31) | class ArbitraryProceduresAndFunctionsTests { method standaloneCalls (line 35) | @Test method standaloneCallWithArgs (line 47) | @Test method standaloneCallYielding (line 58) | @Test method standaloneCallWhere (line 69) | @Test method inQueryCalls (line 84) | @Test method asFunction (line 101) | @Test method asFunctionWithArgs (line 117) | @Test FILE: neo4j-cypher-dsl-examples/neo4j-cypher-dsl-examples-core/src/test/java/org/neo4j/cypherdsl/examples/core/CypherDSLExamplesTests.java class CypherDSLExamplesTests (line 44) | class CypherDSLExamplesTests { method escapingNames (line 48) | @Test method findAllMovies (line 73) | @Test method playMovieGraphFind (line 86) | @Test method playMovieGraphQuery (line 124) | @Test method playMovieGraphSolve (line 175) | @Test method playMovieGraphRecommend (line 190) | @Test method storedProceduresCanBeCalled (line 216) | @Test // GH-82 method where (line 223) | @Test method collectingParameters (line 237) | @Test method prettyPrintExample (line 261) | @Test method rawCypher (line 287) | @Test method fromTheGeniusBar1 (line 307) | @Test method fromTheGeniusBar2 (line 331) | @Test FILE: neo4j-cypher-dsl-examples/neo4j-cypher-dsl-examples-core/src/test/java/org/neo4j/cypherdsl/examples/core/FunctionsListTests.java class FunctionsListTests (line 31) | class FunctionsListTests { method valueAtExample (line 36) | @Test method subListUntilExample (line 47) | @Test method subListFromExample (line 56) | @Test method subListExample (line 67) | @Test FILE: neo4j-cypher-dsl-examples/neo4j-cypher-dsl-examples-core/src/test/java/org/neo4j/cypherdsl/examples/core/IssuesExamplesTests.java class IssuesExamplesTests (line 30) | class IssuesExamplesTests { method gh48 (line 34) | @Test method gh51 (line 46) | @Test method gh59 (line 62) | @SuppressWarnings("deprecation") method gh60 (line 86) | @Test FILE: neo4j-cypher-dsl-examples/neo4j-cypher-dsl-examples-core/src/test/java/org/neo4j/cypherdsl/examples/core/PropertiesTests.java class PropertiesTests (line 35) | class PropertiesTests { method propertiesOnNodesAndRel (line 39) | @Test method propertiesOnNodesAndRelUnnamned (line 56) | @Test method propertiesOfExpressions (line 74) | @Test method nestedProperties (line 84) | @Test method usingExistingJavaMaps (line 103) | @Test FILE: neo4j-cypher-dsl-examples/neo4j-cypher-dsl-examples-core/src/test/java/org/neo4j/cypherdsl/examples/model/AbstractNodeDefinition.java class AbstractNodeDefinition (line 35) | public abstract class AbstractNodeDefinition { method Department (line 39) | public Department() { method Department (line 43) | private Department(SymbolicName symbolicName, List labels, ... method named (line 47) | @Override method withProperties (line 52) | @Override FILE: neo4j-cypher-dsl-examples/neo4j-cypher-dsl-examples-core/src/test/java/org/neo4j/cypherdsl/examples/model/Directed.java class Directed (line 36) | public final class Directed> extends RelationshipB... method Directed (line 40) | protected Directed(Person start, E end) { method Directed (line 44) | private Directed(SymbolicName symbolicName, Node start, Properties pro... method named (line 48) | @Override method withProperties (line 54) | @Override FILE: neo4j-cypher-dsl-examples/neo4j-cypher-dsl-examples-core/src/test/java/org/neo4j/cypherdsl/examples/model/Division.java class Division (line 33) | public final class Division extends AbstractNodeDefinition { method Division (line 37) | public Division() { method Division (line 41) | private Division(SymbolicName symbolicName, List labels, Pr... method named (line 45) | @Override method withProperties (line 50) | @Override FILE: neo4j-cypher-dsl-examples/neo4j-cypher-dsl-examples-core/src/test/java/org/neo4j/cypherdsl/examples/model/Movie.java class Movie (line 39) | public final class Movie extends NodeBase { method Movie (line 57) | public Movie() { method Movie (line 61) | private Movie(SymbolicName symbolicName, List labels, Prope... method named (line 65) | @Override method withProperties (line 71) | @Override FILE: neo4j-cypher-dsl-examples/neo4j-cypher-dsl-examples-core/src/test/java/org/neo4j/cypherdsl/examples/model/Person.java class Person (line 35) | public final class Person extends NodeBase { method Person (line 51) | public Person() { method Person (line 55) | private Person(SymbolicName symbolicName, List labels, Prop... method named (line 59) | @Override method withProperties (line 65) | @Override FILE: neo4j-cypher-dsl-examples/neo4j-cypher-dsl-examples-core/src/test/java/org/neo4j/cypherdsl/examples/model/StaticModelIT.java class StaticModelIT (line 28) | class StaticModelIT { method simpleMatchShouldWork (line 30) | @Test method simpleMatchRenamedShouldWork (line 40) | @Test method renamingShouldWork (line 51) | @Test method propertiesShouldWorkInMatchWithType (line 66) | @Test method relRropertiesShouldWorkInMatchWithType (line 77) | @Test method relRropertiesShouldWorkInMatchWithTypeCustomName (line 88) | @Test method renamingRelationshipsShouldWork (line 100) | @Test method matchOnRelationshipsShouldWork (line 110) | @Test method matchOnRelationshipsShouldWorkInverse (line 119) | @Test method multipleRelationships (line 128) | @Test method chaining (line 144) | @Test method workWithPropertiesShouldBePossible (line 158) | @Test method queryingNonStaticInformationAndPathsShouldWork (line 168) | @Test method workingOnTheDelegateShouldMakeSens (line 184) | @Test method oldQueryDSLExampleRevisited (line 197) | @Test method inheritanceMappingExampleNodes (line 210) | @Test method namedInheritedModelShouldWork (line 218) | @Test method inheritanceMatchOnRelationshipsShouldWork (line 228) | @Test method inheritanceMatchOnRelationshipsShouldWorkInverse (line 241) | @Test FILE: neo4j-cypher-dsl-examples/neo4j-cypher-dsl-examples-core/src/test/java/org/neo4j/cypherdsl/examples/model/UnboundRelation.java class UnboundRelation (line 35) | public final class UnboundRelation, E extends Node... method UnboundRelation (line 40) | protected UnboundRelation(S start, E end) { method UnboundRelation (line 44) | private UnboundRelation(SymbolicName symbolicName, Node start, Propert... method named (line 48) | @Override method withProperties (line 54) | @Override FILE: neo4j-cypher-dsl-examples/neo4j-cypher-dsl-examples-ogm-quarkus/src/main/java/org/neo4j/cypherdsl/examples/ogm/books/Book.java class Book (line 30) | @NodeEntity FILE: neo4j-cypher-dsl-examples/neo4j-cypher-dsl-examples-ogm-quarkus/src/main/java/org/neo4j/cypherdsl/examples/ogm/books/BookGenre.java class BookGenre (line 30) | @NodeEntity FILE: neo4j-cypher-dsl-examples/neo4j-cypher-dsl-examples-ogm-quarkus/src/main/java/org/neo4j/cypherdsl/examples/ogm/books/UserDetails.java class UserDetails (line 30) | @NodeEntity FILE: neo4j-cypher-dsl-examples/neo4j-cypher-dsl-examples-ogm-quarkus/src/main/java/org/neo4j/cypherdsl/examples/ogm/books/UserPreferences.java class UserPreferences (line 30) | @NodeEntity FILE: neo4j-cypher-dsl-examples/neo4j-cypher-dsl-examples-ogm-quarkus/src/main/java/org/neo4j/cypherdsl/examples/ogm/books/UserSuggestionActivity.java class UserSuggestionActivity (line 30) | @NodeEntity FILE: neo4j-cypher-dsl-examples/neo4j-cypher-dsl-examples-ogm-quarkus/src/main/java/org/neo4j/cypherdsl/examples/ogm/misc/Example.java class Example (line 30) | @NodeEntity method Example (line 39) | public Example(long id) { FILE: neo4j-cypher-dsl-examples/neo4j-cypher-dsl-examples-ogm-quarkus/src/main/java/org/neo4j/cypherdsl/examples/ogm/movies/Actor.java class Actor (line 36) | @RelationshipEntity("ACTED_IN") method getName (line 56) | @JsonbProperty method getRoles (line 64) | public List getRoles() { FILE: neo4j-cypher-dsl-examples/neo4j-cypher-dsl-examples-ogm-quarkus/src/main/java/org/neo4j/cypherdsl/examples/ogm/movies/Movie.java class Movie (line 36) | @NodeEntity method Movie (line 59) | public Movie(String title) { method Movie (line 66) | Movie() { method getTitle (line 72) | public String getTitle() { method getDescription (line 79) | public String getDescription() { method getActors (line 86) | public List getActors() { method getDirectors (line 93) | public List getDirectors() { method getReleased (line 100) | public Integer getReleased() { method setReleased (line 108) | public void setReleased(Integer released) { method addActors (line 117) | public Movie addActors(Collection newActors) { method addDirectors (line 127) | public Movie addDirectors(Collection newDirectors) { method getWatchedOn (line 132) | public LocalDate getWatchedOn() { method setWatchedOn (line 136) | public void setWatchedOn(LocalDate watchedOn) { FILE: neo4j-cypher-dsl-examples/neo4j-cypher-dsl-examples-ogm-quarkus/src/main/java/org/neo4j/cypherdsl/examples/ogm/movies/MovieRepository.java class MovieRepository (line 32) | @ApplicationScoped method MovieRepository (line 37) | MovieRepository(SessionFactory sessionFactory) { method findAll (line 41) | Collection findAll() { method findByTitle (line 46) | Movie findByTitle(String title) { FILE: neo4j-cypher-dsl-examples/neo4j-cypher-dsl-examples-ogm-quarkus/src/main/java/org/neo4j/cypherdsl/examples/ogm/movies/MovieResource.java class MovieResource (line 36) | @RequestScoped method MovieResource (line 46) | @Inject method getMovies (line 54) | @GET method getMovie (line 61) | @GET FILE: neo4j-cypher-dsl-examples/neo4j-cypher-dsl-examples-ogm-quarkus/src/main/java/org/neo4j/cypherdsl/examples/ogm/movies/PeopleRepository.java class PeopleRepository (line 29) | @ApplicationScoped method PeopleRepository (line 34) | PeopleRepository(SessionFactory sessionFactory) { method save (line 38) | Person save(Person person) { FILE: neo4j-cypher-dsl-examples/neo4j-cypher-dsl-examples-ogm-quarkus/src/main/java/org/neo4j/cypherdsl/examples/ogm/movies/PeopleResource.java class PeopleResource (line 33) | @RequestScoped method PeopleResource (line 43) | public PeopleResource(PeopleRepository peopleRepository) { method createNewPerson (line 52) | @POST FILE: neo4j-cypher-dsl-examples/neo4j-cypher-dsl-examples-ogm-quarkus/src/main/java/org/neo4j/cypherdsl/examples/ogm/movies/Person.java class Person (line 32) | @NodeEntity method Person (line 48) | @JsonbCreator method Person (line 57) | Person() { method getId (line 63) | public Long getId() { method getName (line 70) | public String getName() { method getBorn (line 77) | public Integer getBorn() { method setBorn (line 85) | public void setBorn(Integer born) { FILE: neo4j-cypher-dsl-examples/neo4j-cypher-dsl-examples-ogm-quarkus/src/test/java/org/neo4j/cypherdsl/examples/ogm/Neo4jOgmResourcesIT.java class Neo4jOgmResourcesIT (line 45) | @QuarkusTest method createData (line 54) | @BeforeAll method everlastingDurationFun (line 71) | @Test // GH-1449 method getMoviesShouldWork (line 91) | @Test method getMovieWithANativeTypeShouldWork (line 101) | @Test method createPersonShouldWork (line 115) | @Test FILE: neo4j-cypher-dsl-examples/neo4j-cypher-dsl-examples-ogm-quarkus/src/test/java/org/neo4j/cypherdsl/examples/ogm/UsageTests.java class UsageTests (line 31) | class UsageTests { method defaultUsageOfSelfReferentialNode (line 33) | @Test // GH-335 method selfReferentialNodesShouldLeadToUsableCode (line 39) | @Test // GH-335 method ltolx (line 45) | @Test // GH-335 method rtorx (line 53) | @Test // GH-335 method renamingLRShouldWork (line 60) | @Test // GH-335 method renamingShouldWork (line 74) | @Test // GH-335 FILE: neo4j-cypher-dsl-examples/neo4j-cypher-dsl-examples-ogm-quarkus/src/test/java/org/neo4j/cypherdsl/examples/ogm/books/ScopingTests.java class ScopingTests (line 30) | class ScopingTests { method patternExpressionMustNotIntroduceNames (line 32) | @ParameterizedTest // GH-1014 FILE: neo4j-cypher-dsl-examples/neo4j-cypher-dsl-examples-parser/src/test/java/org/neo4j/cypherdsl/examples/parser/ConditionExtractingMatchFactory.java class ConditionExtractingMatchFactory (line 44) | abstract class ConditionExtractingMatchFactory implements Function roles) { method getPerson (line 55) | public Person getPerson() { method getName (line 59) | @JsonProperty method getRoles (line 64) | public List getRoles() { FILE: neo4j-cypher-dsl-examples/neo4j-cypher-dsl-examples-sdn6/src/main/java/org/neo4j/cypherdsl/examples/sdn6/movies/Genre.java class Genre (line 32) | @Node method Genre (line 41) | public Genre(UUID id, String name) { method getId (line 46) | public UUID getId() { method getName (line 50) | public String getName() { FILE: neo4j-cypher-dsl-examples/neo4j-cypher-dsl-examples-sdn6/src/main/java/org/neo4j/cypherdsl/examples/sdn6/movies/GenreRepository.java type GenreRepository (line 31) | public interface GenreRepository extends Neo4jRepository, C... FILE: neo4j-cypher-dsl-examples/neo4j-cypher-dsl-examples-sdn6/src/main/java/org/neo4j/cypherdsl/examples/sdn6/movies/Movie.java class Movie (line 41) | @Node method Movie (line 58) | public Movie(String title, String description) { method Movie (line 65) | @JsonCreator method getTitle (line 75) | public String getTitle() { method getDescription (line 79) | public String getDescription() { method getActors (line 83) | public List getActors() { method getDirectors (line 87) | public List getDirectors() { method getReleased (line 91) | public Integer getReleased() { method setReleased (line 95) | public void setReleased(Integer released) { method addActors (line 99) | public Movie addActors(Collection newActors) { method addDirectors (line 104) | public Movie addDirectors(Collection newDirectors) { FILE: neo4j-cypher-dsl-examples/neo4j-cypher-dsl-examples-sdn6/src/main/java/org/neo4j/cypherdsl/examples/sdn6/movies/MovieRepository.java type MovieRepository (line 29) | interface MovieRepository extends Neo4jRepository, Cypher... FILE: neo4j-cypher-dsl-examples/neo4j-cypher-dsl-examples-sdn6/src/main/java/org/neo4j/cypherdsl/examples/sdn6/movies/MovieService.java class MovieService (line 39) | @Service method MovieService (line 44) | MovieService(MovieRepository movieRepository) { method findAll (line 48) | List findAll() { method findAllRelatedTo (line 55) | Collection findAllRelatedTo(Person person) { FILE: neo4j-cypher-dsl-examples/neo4j-cypher-dsl-examples-sdn6/src/main/java/org/neo4j/cypherdsl/examples/sdn6/movies/MoviesController.java class MoviesController (line 35) | @RestController method MoviesController (line 43) | public MoviesController(PeopleService peopleService, MovieService movi... method get (line 48) | @GetMapping({ "", "/" }) method relatedTo (line 53) | @GetMapping({ "/relatedTo/{name}" }) FILE: neo4j-cypher-dsl-examples/neo4j-cypher-dsl-examples-sdn6/src/main/java/org/neo4j/cypherdsl/examples/sdn6/movies/NewPersonCmd.java class NewPersonCmd (line 28) | public final class NewPersonCmd { method NewPersonCmd (line 34) | public NewPersonCmd(String name, ZonedDateTime dob) { method getName (line 39) | public String getName() { method getDob (line 43) | public ZonedDateTime getDob() { FILE: neo4j-cypher-dsl-examples/neo4j-cypher-dsl-examples-sdn6/src/main/java/org/neo4j/cypherdsl/examples/sdn6/movies/PeopleController.java class PeopleController (line 38) | @RestController method PeopleController (line 44) | public PeopleController(PeopleService peopleService) { method getDetails (line 48) | @GetMapping("/details/{name}") method findPeopleBornInThe70tiesOr (line 55) | @GetMapping("/findPeopleBornInThe70tiesOr") method findPeopleBornAfterThe70ties (line 61) | @GetMapping("/v1/findPeopleBornAfterThe70ties") method findPeopleBornAfterThe70tiesV2 (line 68) | @GetMapping("/v2/findPeopleBornAfterThe70ties") method createNewPerson (line 75) | @PostMapping("/createNewPerson") FILE: neo4j-cypher-dsl-examples/neo4j-cypher-dsl-examples-sdn6/src/main/java/org/neo4j/cypherdsl/examples/sdn6/movies/PeopleRepository.java type PeopleRepository (line 34) | public interface PeopleRepository extends Neo4jRepository,... FILE: neo4j-cypher-dsl-examples/neo4j-cypher-dsl-examples-sdn6/src/main/java/org/neo4j/cypherdsl/examples/sdn6/movies/PeopleService.java class PeopleService (line 46) | @Service method PeopleService (line 55) | PeopleService(PeopleRepository peopleRepository, Neo4jMappingContext m... method findOne (line 63) | Optional findOne(Example example) { method findPeopleBornAfterThe70tiesAnd (line 68) | Iterable findPeopleBornAfterThe70tiesAnd(String additionalCond... method findPeopleBornAfterThe70tiesAndV2 (line 77) | Iterable findPeopleBornAfterThe70tiesAndV2(String additionalCo... method findPeopleBornInThe70tiesOr (line 92) | Iterable findPeopleBornInThe70tiesOr(Optional optional... method findDetails (line 101) | Optional findDetails(String name) { method createNewPerson (line 120) | Optional createNewPerson(NewPersonCmd newPersonCmd) { FILE: neo4j-cypher-dsl-examples/neo4j-cypher-dsl-examples-sdn6/src/main/java/org/neo4j/cypherdsl/examples/sdn6/movies/Person.java class Person (line 36) | @Node method Person (line 49) | @PersistenceCreator method Person (line 56) | @JsonCreator method getId (line 61) | public Long getId() { method getName (line 65) | public String getName() { method getBorn (line 69) | public Integer getBorn() { method setBorn (line 73) | public void setBorn(Integer born) { method getDob (line 77) | public ZonedDateTime getDob() { method setDob (line 81) | public void setDob(ZonedDateTime dob) { FILE: neo4j-cypher-dsl-examples/neo4j-cypher-dsl-examples-sdn6/src/main/java/org/neo4j/cypherdsl/examples/sdn6/movies/PersonDetails.java class PersonDetails (line 35) | public final class PersonDetails { method PersonDetails (line 47) | @JsonCreator method getName (line 58) | public String getName() { method getBorn (line 62) | public Integer getBorn() { method getActedIn (line 66) | public List getActedIn() { method getDirected (line 70) | public List getDirected() { method getRelated (line 74) | public List getRelated() { FILE: neo4j-cypher-dsl-examples/neo4j-cypher-dsl-examples-sdn6/src/test/java/org/neo4j/cypherdsl/examples/sdn6/ApplicationIT.java class ApplicationIT (line 65) | @SpringBootTest(webEnvironment = SpringBootTest.WebEnvironment.RANDOM_PORT) method is606OrHigher (line 74) | @SuppressWarnings("unused") // It is used via {@code @EnableIf} method loadMovies (line 88) | @BeforeAll method neo4jProperties (line 100) | @SuppressWarnings("unused") // Used via Spring magic method getMoviesShouldWork (line 108) | @Test method getRelatedToShouldWork (line 120) | @Test method getDetailsShouldWork (line 134) | @Test method findPeopleBornInThe70tiesOrShouldWork1 (line 151) | @Test method findPeopleBornInThe70tiesOrShouldWork2 (line 163) | @Test method findPeopleBornAfterThe70tiesShouldWork (line 175) | @Test method findPeopleBornAfterThe70tiesV2ShouldWork (line 189) | @Test method usingTemporalsAsParameterShouldWork (line 201) | @Test method usingCypherDSLExecutor (line 213) | @Test // GH-315 FILE: neo4j-cypher-dsl-examples/neo4j-cypher-dsl-examples-sdn6/src/test/java/org/neo4j/cypherdsl/examples/sdn6/UsageTests.java class UsageTests (line 31) | class UsageTests { method defaultUsageOfSelfReferentialNode (line 33) | @Test // GH-335 method selfReferentialNodesShouldLeadToUsableCode (line 39) | @Test // GH-335 method ltolx (line 45) | @Test // GH-335 method rtorx (line 53) | @Test // GH-335 method renamingLRShouldWork (line 60) | @Test // GH-335 method renamingShouldWork (line 74) | @Test // GH-335 FILE: neo4j-cypher-dsl-examples/neo4j-cypher-dsl-examples-sdn6/src/test/java/org/neo4j/cypherdsl/examples/sdn6/books/ScopingTests.java class ScopingTests (line 30) | class ScopingTests { method patternExpressionMustNotIntroduceNames (line 32) | @ParameterizedTest // GH-1014 FILE: neo4j-cypher-dsl-native-tests/src/main/java/org/neo4j/cypherdsl/graalvm/Application.java class Application (line 43) | public final class Application { method Application (line 47) | private Application() { method main (line 50) | @SuppressWarnings("checkstyle:regexp") method findAllMovies (line 92) | private static Statement findAllMovies() { method generateQueryWithParams (line 98) | private static Statement generateQueryWithParams() { method generateComplexQuery (line 109) | private static Statement generateComplexQuery() { method useParserForRewrite (line 123) | private static String useParserForRewrite() { method generateDialectBasedQuery (line 134) | private static String generateDialectBasedQuery() { FILE: neo4j-cypher-dsl-native-tests/src/test/java/org/neo4j/cypherdsl/graalvm/NativeApplicationIT.java class NativeApplicationIT (line 41) | class NativeApplicationIT { method outputOfNativeBinaryShouldMatchExpectations (line 43) | @Test FILE: neo4j-cypher-dsl-parser/src/main/java/org/neo4j/cypherdsl/parser/CyperDslParseException.java class CyperDslParseException (line 34) | @API(status = STABLE, since = "2021.3.0") method CyperDslParseException (line 44) | public CyperDslParseException(Throwable cause) { FILE: neo4j-cypher-dsl-parser/src/main/java/org/neo4j/cypherdsl/parser/CypherDslASTExceptionFactory.java type CypherDslASTExceptionFactory (line 35) | @API(status = INTERNAL, since = "2021.3.0") method syntaxException (line 40) | @Override method syntaxException (line 46) | @Override method syntaxException (line 52) | @Override method syntaxException (line 57) | @Override FILE: neo4j-cypher-dsl-parser/src/main/java/org/neo4j/cypherdsl/parser/CypherDslASTFactory.java class CypherDslASTFactory (line 99) | @API(status = INTERNAL, since = "2021.3.0") method CypherDslASTFactory (line 107) | private CypherDslASTFactory(Options options) { method getInstance (line 111) | static CypherDslASTFactory getInstance(Options options) { method isInstanceOf (line 135) | static void isInstanceOf(Class type, Object obj, String message) { method notNull (line 144) | private static void notNull(Object object, String message) { method assertSymbolicName (line 150) | private static SymbolicName assertSymbolicName(Expression v) { method computeFinalLabelList (line 162) | private String[] computeFinalLabelList(LabelParsedEventType event, Lis... method computeFinalTypeList (line 169) | private String[] computeFinalTypeList(TypeParsedEventType event, Label... method applyCallbacksFor (line 186) | private T applyCallbacksFor(ExpressionCreatedEv... method applyCallbacksFor (line 190) | @SuppressWarnings("unchecked") method applyCallbacksFor (line 202) | @SuppressWarnings("unchecked") method statements (line 217) | @Override method newSingleQuery (line 222) | @Override method newSingleQuery (line 227) | @Override method newUnion (line 232) | @Override method directUseClause (line 242) | @Override method functionUseClause (line 247) | @Override method newFinishClause (line 252) | @Override method newReturnItems (line 257) | @Override method newReturnClause (line 274) | @Override method newReturnItem (line 283) | @Override method newReturnItem (line 290) | @Override method orderDesc (line 295) | @Override method orderAsc (line 300) | @Override method withClause (line 305) | @Override method matchClause (line 310) | @Override method transformIfPossible (line 331) | private List transformIfPossible(List flatten(Labels labels) { method flatten0 (line 686) | private static void flatten0(Labels l, java.util.Set val... method nodePattern (line 699) | @Override method relationshipPattern (line 758) | @Override method pathLength (line 766) | @Override method intervalPathQuantifier (line 772) | @Override method fixedPathQuantifier (line 780) | @Override method plusPathQuantifier (line 785) | @Override method starPathQuantifier (line 790) | @Override method repeatableElements (line 795) | @Override method differentRelationships (line 800) | @Override method parenthesizedPathPattern (line 805) | @Override method quantifiedRelationship (line 811) | @Override method loadCsvClause (line 816) | @Override method foreachClause (line 825) | @Override method subqueryClause (line 830) | @Override method subqueryInTransactionsParams (line 839) | @Override method yieldClause (line 845) | @Override method showIndexClause (line 852) | @Override method showConstraintClause (line 857) | @Override method showProcedureClause (line 863) | @Override method showFunctionClause (line 869) | @Override method useGraph (line 875) | @Override method showRoles (line 880) | @Override method grantRoles (line 886) | @Override method revokeRoles (line 892) | @Override method createUser (line 898) | @Override method dropUser (line 905) | @Override method renameUser (line 911) | @Override method setOwnPassword (line 917) | @Override method auth (line 922) | @Override method authId (line 927) | @Override method password (line 932) | @Override method passwordChangeRequired (line 937) | @Override method alterUser (line 942) | @Override method passwordExpression (line 950) | @Override method passwordExpression (line 955) | @Override method showUsers (line 960) | @Override method showCurrentUser (line 966) | @Override method showSupportedPrivileges (line 971) | @Override method showAllPrivileges (line 977) | @Override method showRolePrivileges (line 983) | @Override method showUserPrivileges (line 990) | @Override method grantPrivilege (line 997) | @Override method denyPrivilege (line 1003) | @Override method revokePrivilege (line 1009) | @Override method createDatabase (line 1016) | @SuppressWarnings("HiddenField") method createCompositeDatabase (line 1025) | @Override method dropDatabase (line 1031) | @Override method alterDatabase (line 1037) | @SuppressWarnings("HiddenField") // The database options are quite dif... method showDatabase (line 1047) | @Override method startDatabase (line 1053) | @Override method stopDatabase (line 1058) | @Override method databaseScope (line 1063) | @Override method dropAlias (line 1068) | @Override method showAliases (line 1073) | @Override method addDeprecatedIdentifierUnicodeNotification (line 1079) | @Override method wait (line 1083) | @Override method databaseName (line 1088) | @Override method databaseName (line 1099) | @Override method createLocalDatabaseAlias (line 1104) | @Override method createRemoteDatabaseAlias (line 1111) | @Override method alterLocalDatabaseAlias (line 1120) | @Override method alterRemoteDatabaseAlias (line 1126) | @Override method newVariable (line 1135) | @Override method newParameter (line 1140) | @Override method newParameter (line 1145) | @Override method newSensitiveStringParameter (line 1151) | @Override method newSensitiveStringParameter (line 1156) | @Override method parameterFromSymbolicName (line 1161) | Parameter parameterFromSymbolicName(Expression v) { method newDouble (line 1172) | @Override method newDecimalInteger (line 1178) | @Override method newHexInteger (line 1184) | @Override method newOctalInteger (line 1190) | @Override method newString (line 1196) | @Override method newTrueLiteral (line 1201) | @Override method newFalseLiteral (line 1206) | @Override method newInfinityLiteral (line 1211) | @Override method newNaNLiteral (line 1216) | @Override method newNullLiteral (line 1221) | @Override method listLiteral (line 1226) | @Override method mapLiteral (line 1231) | @Override method property (line 1243) | @Override method or (line 1248) | @Override method xor (line 1253) | @Override method and (line 1258) | @Override method labelConjunction (line 1263) | @Override method labelDisjunction (line 1269) | @Override method labelNegation (line 1275) | @Override method labelWildcard (line 1281) | @Override method labelLeaf (line 1286) | @Override method labelColonConjunction (line 1291) | @Override method labelColonDisjunction (line 1296) | @Override method labelExpressionPredicate (line 1302) | @Override method ands (line 1313) | @Override method not (line 1318) | @Override method plus (line 1323) | @Override method minus (line 1328) | @Override method concatenate (line 1333) | @Override method multiply (line 1338) | @Override method divide (line 1343) | @Override method modulo (line 1348) | @Override method pow (line 1353) | @Override method unaryPlus (line 1358) | @Override method unaryPlus (line 1363) | @Override method unaryMinus (line 1368) | @Override method eq (line 1373) | @Override method neq (line 1378) | @Override method neq2 (line 1383) | @Override method lte (line 1388) | @Override method gte (line 1393) | @Override method lt (line 1398) | @Override method gt (line 1403) | @Override method regeq (line 1408) | @Override method startsWith (line 1413) | @Override method endsWith (line 1418) | @Override method contains (line 1423) | @Override method in (line 1428) | @Override method isNull (line 1433) | @Override method isNotNull (line 1438) | @Override method isTyped (line 1443) | @Override method isNotTyped (line 1448) | @Override method isNormalized (line 1453) | @Override method isNotNormalized (line 1458) | @Override method listLookup (line 1463) | @Override method listSlice (line 1468) | @Override method newCountStar (line 1473) | @Override method functionInvocation (line 1478) | @Override method listComprehension (line 1491) | @Override method patternComprehension (line 1506) | @Override method reduceExpression (line 1535) | @Override method allExpression (line 1550) | @Override method anyExpression (line 1557) | @Override method noneExpression (line 1564) | @Override method singleExpression (line 1571) | @Override method normalizeExpression (line 1578) | @Override method trimFunction (line 1583) | @Override method patternExpression (line 1598) | @Override method existsExpression (line 1612) | @Override method countExpression (line 1624) | @Override method collectExpression (line 1636) | @Override method mapProjection (line 1642) | @Override method mapProjectionLiteralEntry (line 1649) | @Override method mapProjectionProperty (line 1654) | @Override method mapProjectionVariable (line 1659) | @Override method mapProjectionAll (line 1664) | @Override method caseExpression (line 1669) | @Override method inputPosition (line 1699) | @Override method nodeType (line 1704) | @Override method relationshipType (line 1709) | @Override method nodeOrRelationshipType (line 1714) | @Override method whereClause (line 1719) | @Override method subqueryInTransactionsBatchParameters (line 1725) | @Override method subqueryInTransactionsConcurrencyParameters (line 1730) | @Override method subqueryInTransactionsErrorParameters (line 1735) | @Override method subqueryInTransactionsReportParameters (line 1740) | @Override method orderBySkipLimitClause (line 1745) | @Override method showTransactionsClause (line 1751) | @Override method terminateTransactionsClause (line 1757) | @Override method showSettingsClause (line 1763) | @Override method turnYieldToWith (line 1769) | @Override method createConstraint (line 1774) | @Override method dropConstraint (line 1782) | @Override method createLookupIndex (line 1788) | @Override method createIndex (line 1796) | @Override method createFulltextIndex (line 1804) | @Override method dropIndex (line 1812) | @Override method createRole (line 1818) | @Override method dropRole (line 1825) | @Override method renameRole (line 1831) | @Override method databasePrivilege (line 1837) | @Override method dbmsPrivilege (line 1842) | @Override method loadPrivilege (line 1847) | @Override method graphPrivilege (line 1853) | @Override method privilegeAction (line 1859) | @Override method propertiesResource (line 1864) | @Override method allPropertiesResource (line 1869) | @Override method labelsResource (line 1874) | @Override method allLabelsResource (line 1879) | @Override method databaseResource (line 1884) | @Override method noResource (line 1889) | @Override method labelQualifier (line 1894) | @Override method relationshipQualifier (line 1899) | @Override method elementQualifier (line 1904) | @Override method allElementsQualifier (line 1909) | @Override method patternQualifier (line 1914) | @Override method allLabelsQualifier (line 1919) | @Override method allRelationshipsQualifier (line 1924) | @Override method allQualifier (line 1929) | @Override method allDatabasesQualifier (line 1934) | @Override method userQualifier (line 1939) | @Override method allUsersQualifier (line 1944) | @Override method functionQualifier (line 1949) | @Override method procedureQualifier (line 1954) | @Override method settingQualifier (line 1959) | @Override method graphScope (line 1964) | @Override method databasePrivilegeScope (line 1969) | @Override method dynamicLabelLeaf (line 1974) | @Override method enableServer (line 1983) | @Override method alterServer (line 1989) | @Override method renameServer (line 1995) | @Override method dropServer (line 2001) | @Override method showServers (line 2006) | @Override method deallocateServers (line 2011) | @Override method reallocateDatabases (line 2017) | @Override class PatternJuxtaposition (line 2022) | static class PatternJuxtaposition extends TypedSubtree... method PatternJuxtaposition (line 2024) | PatternJuxtaposition(Collection children) { method separator (line 2028) | @Override class PatternList (line 2035) | static class PatternList extends TypedSubtree implemen... method PatternList (line 2037) | PatternList(Collection children) { FILE: neo4j-cypher-dsl-parser/src/main/java/org/neo4j/cypherdsl/parser/CypherParser.java class CypherParser (line 42) | @API(status = STABLE, since = "2021.3.0") method CypherParser (line 48) | private CypherParser() { method parseNode (line 57) | public static Node parseNode(String input) { method parseNode (line 67) | public static Node parseNode(String input, Options options) { method parseRelationship (line 80) | public static RelationshipPattern parseRelationship(String input) { method parseRelationship (line 91) | public static RelationshipPattern parseRelationship(String input, Opti... method parseExpression (line 104) | public static Expression parseExpression(String input) { method parseExpression (line 114) | public static Expression parseExpression(String input, Options options) { method parseClause (line 127) | public static Clause parseClause(String input) { method parseClause (line 138) | public static Clause parseClause(String input, Options options) { method parseStatement (line 151) | public static Statement parseStatement(String input) { method parseStatement (line 162) | public static Statement parseStatement(String input, Options options) { method parse (line 175) | public static Statement parse(String input) { method parse (line 186) | public static Statement parse(String input, Options options) { method handle (line 190) | private static T handle(String input, ThrowingParser parser) { method getCharStream (line 208) | private static CharStream getCharStream(String input) { type ThrowingParser (line 212) | @FunctionalInterface method parse (line 215) | T parse() throws Exception; FILE: neo4j-cypher-dsl-parser/src/main/java/org/neo4j/cypherdsl/parser/EntityType.java type EntityType (line 29) | enum EntityType { FILE: neo4j-cypher-dsl-parser/src/main/java/org/neo4j/cypherdsl/parser/ExpressionAsPatternElementWrapper.java class ExpressionAsPatternElementWrapper (line 34) | @API(status = INTERNAL, since = "2021.3.0") method ExpressionAsPatternElementWrapper (line 39) | ExpressionAsPatternElementWrapper(Expression expression) { method getExpression (line 43) | Expression getExpression() { method accept (line 47) | @Override FILE: neo4j-cypher-dsl-parser/src/main/java/org/neo4j/cypherdsl/parser/ExpressionCreatedEventType.java type ExpressionCreatedEventType (line 34) | @API(status = STABLE, since = "2021.3.0") method ExpressionCreatedEventType (line 84) | ExpressionCreatedEventType(Class typeProduced) { method getTypeProduced (line 91) | Class getTypeProduced() { FILE: neo4j-cypher-dsl-parser/src/main/java/org/neo4j/cypherdsl/parser/InfinityLiteral.java type InfinityLiteral (line 29) | enum InfinityLiteral implements Literal { method asString (line 33) | @Override FILE: neo4j-cypher-dsl-parser/src/main/java/org/neo4j/cypherdsl/parser/InvocationCreatedEventType.java type InvocationCreatedEventType (line 30) | public enum InvocationCreatedEventType { method InvocationCreatedEventType (line 44) | InvocationCreatedEventType(Class typeProduced) { method getTypeProduced (line 48) | Class getTypeProduced() { FILE: neo4j-cypher-dsl-parser/src/main/java/org/neo4j/cypherdsl/parser/LabelParsedEventType.java type LabelParsedEventType (line 31) | @API(status = STABLE, since = "2021.3.0") FILE: neo4j-cypher-dsl-parser/src/main/java/org/neo4j/cypherdsl/parser/NaNLiteral.java type NaNLiteral (line 29) | enum NaNLiteral implements Literal { method asString (line 33) | @Override FILE: neo4j-cypher-dsl-parser/src/main/java/org/neo4j/cypherdsl/parser/Options.java class Options (line 51) | @API(status = STABLE, since = "2021.3.0") method Options (line 76) | private Options(Builder builder) { method defaultOptions (line 114) | public static Options defaultOptions() { method newOptions (line 122) | public static Builder newOptions() { method getLabelFilter (line 126) | BiFunction, Collection, Collection... method getOnNewExpressionCallbacks (line 134) | Map... method getReturnClauseFactory (line 142) | Function getReturnClauseFactory() { method getMatchClauseFactory (line 146) | Function getMatchClauseFactory() { method isCreateSortedMaps (line 150) | boolean isCreateSortedMaps() { method isAlwaysCreateRelationshipsLTR (line 154) | boolean isAlwaysCreateRelationshipsLTR() { method getOnNewInvocationCallbacks (line 158) | Map>> getOnN... method areDefault (line 165) | boolean areDefault() { method getParameterValues (line 169) | Map getParameterValues() { class Builder (line 176) | @SuppressWarnings("HiddenField") method Builder (line 202) | private Builder() { method newConfig (line 205) | static Builder newConfig() { method withLabelFilter (line 215) | public Builder withLabelFilter( method withTypeFilter (line 231) | public Builder withTypeFilter( method withCallback (line 255) | public Builder withCallback(ExpressionCreated... method withCallback (line 282) | public Builder withCallback(PatternElementCreatedEventType patternEl... method withCallback (line 306) | @SuppressWarnings("unchecked") method withReturnClauseFactory (line 331) | public Builder withReturnClauseFactory(Function newParameterV... method build (line 402) | public Options build() { FILE: neo4j-cypher-dsl-parser/src/main/java/org/neo4j/cypherdsl/parser/ParenthesizedPathPatternAtom.java method asPatternElement (line 37) | PatternElement asPatternElement() { FILE: neo4j-cypher-dsl-parser/src/main/java/org/neo4j/cypherdsl/parser/PathAtom.java class PathAtom (line 39) | final class PathAtom implements PatternAtom { method PathAtom (line 57) | private PathAtom(SymbolicName name, PathLength length, Direction direc... method of (line 69) | @SuppressWarnings("squid:S107") // Totally fine with that number of ar... method asRelationshipBetween (line 93) | ExposesRelationships asRelationshipBetween(ExposesRelationships ... method applyOptionalLength (line 109) | private ExposesRelationships applyOptionalLength(ExposesRelationshi... method applyOptionalProperties (line 120) | private ExposesRelationships applyOptionalProperties(ExposesRelatio... method applyOptionalName (line 130) | private ExposesRelationships applyOptionalName(ExposesRelationships... method applyOptionalPredicate (line 140) | private ExposesRelationships applyOptionalPredicate(ExposesRelation... method applyOptionalQuantifier (line 150) | private ExposesRelationships applyOptionalQuantifier(ExposesRelatio... method getDirection (line 160) | Direction getDirection() { method getTypes (line 164) | String[] getTypes() { method withQuantifier (line 168) | PathAtom withQuantifier(QuantifiedPathPattern.Quantifier newQuantifier) { FILE: neo4j-cypher-dsl-parser/src/main/java/org/neo4j/cypherdsl/parser/PathLength.java class PathLength (line 31) | @API(status = INTERNAL, since = "2021.3.0") method PathLength (line 40) | private PathLength(Integer minimum, Integer maximum) { method of (line 46) | static PathLength of(String minimum, String maximum) { method getMinimum (line 52) | Integer getMinimum() { method getMaximum (line 56) | Integer getMaximum() { method isUnbounded (line 60) | boolean isUnbounded() { FILE: neo4j-cypher-dsl-parser/src/main/java/org/neo4j/cypherdsl/parser/PatternAtom.java type PatternAtom (line 27) | interface PatternAtom { FILE: neo4j-cypher-dsl-parser/src/main/java/org/neo4j/cypherdsl/parser/PatternElementAsExpressionWrapper.java class PatternElementAsExpressionWrapper (line 36) | @API(status = INTERNAL, since = "2021.3.0") method PatternElementAsExpressionWrapper (line 41) | PatternElementAsExpressionWrapper(RelationshipPattern relationshipPatt... method accept (line 45) | @Override method asCondition (line 50) | @Override FILE: neo4j-cypher-dsl-parser/src/main/java/org/neo4j/cypherdsl/parser/PatternElementCreatedEventType.java type PatternElementCreatedEventType (line 31) | @API(status = STABLE, since = "2022.2.0") FILE: neo4j-cypher-dsl-parser/src/main/java/org/neo4j/cypherdsl/parser/PatternElementFunctions.java type PatternElementFunctions (line 29) | enum PatternElementFunctions implements FunctionInvocation.FunctionDefin... method PatternElementFunctions (line 35) | PatternElementFunctions(String implementationName) { method getImplementationName (line 39) | @Override FILE: neo4j-cypher-dsl-parser/src/main/java/org/neo4j/cypherdsl/parser/ReturnDefinition.java class ReturnDefinition (line 38) | @API(status = STABLE, since = "2021.3.0") method ReturnDefinition (line 51) | ReturnDefinition(boolean distinct, List expressions, List<... method isDistinct (line 65) | public boolean isDistinct() { method getExpressions (line 72) | public List getExpressions() { method getOptionalSortItems (line 79) | public List getOptionalSortItems() { method getOptionalSkip (line 86) | public Expression getOptionalSkip() { method getOptionalLimit (line 93) | public Expression getOptionalLimit() { FILE: neo4j-cypher-dsl-parser/src/main/java/org/neo4j/cypherdsl/parser/TypeParsedEventType.java type TypeParsedEventType (line 31) | @API(status = STABLE, since = "2021.3.0") FILE: neo4j-cypher-dsl-parser/src/main/java/org/neo4j/cypherdsl/parser/UnsupportedCypherException.java class UnsupportedCypherException (line 33) | @API(status = STABLE, since = "2021.3.0") method UnsupportedCypherException (line 44) | UnsupportedCypherException(String input, UnsupportedOperationException... method getInput (line 54) | public String getInput() { FILE: neo4j-cypher-dsl-parser/src/test/java/org/neo4j/cypherdsl/parser/ComparisonIT.java class ComparisonIT (line 42) | class ComparisonIT { method generatedNamesShouldBeGood (line 44) | static Stream generatedNamesShouldBeGood() { method generatedNamesShouldBeConfigurable (line 290) | static Stream generatedNamesShouldBeConfigurable() { method areSemanticallyEquivalent (line 414) | static boolean areSemanticallyEquivalent(Statement statement1, Stateme... method areSemanticallyEquivalent (line 424) | static boolean areSemanticallyEquivalent(Statement statement1, Map cypherFixRelChallenge() throws IOException, C... method cypherFixRelChallenge (line 72) | @ParameterizedTest(name = "{1}") FILE: neo4j-cypher-dsl-parser/src/test/java/org/neo4j/cypherdsl/parser/CypherDslASTFactoryTests.java class CypherDslASTFactoryTests (line 38) | class CypherDslASTFactoryTests { method isInstanceOfCheckShouldWork (line 40) | @Test method infinityLiteralShouldWork (line 51) | @Test method nanLiteralShouldWork (line 58) | @Test method parameterLiteralNullExpressionShouldWork (line 65) | @Test method parameterFromExpressionShouldWork (line 74) | @Test method databaseName (line 83) | @Test class HandleNewMethods (line 102) | @Nested method newMethodsShouldNotBeSupportedOOTB (line 105) | @ParameterizedTest FILE: neo4j-cypher-dsl-parser/src/test/java/org/neo4j/cypherdsl/parser/CypherParserTests.java class CypherParserTests (line 65) | class CypherParserTests { method pathMatchingAndAssignment (line 67) | static Stream pathMatchingAndAssignment() { method assertExpression (line 100) | static void assertExpression(String expression) { method assertExpression (line 104) | static void assertExpression(String expression, String expected) { method assertNode (line 110) | static void assertNode(Node node, String cypherDslRepresentation) { method inputAndIdentifiableExpressions (line 116) | private static Stream inputAndIdentifiableExpressions() { method pathMatchingAndAssignment (line 138) | @ParameterizedTest method shouldProvideANiceErrorMessage (line 144) | @Test method shouldParseCount (line 154) | @Test method shouldParseIn (line 159) | @Test method shouldParseFunctionInvocation (line 164) | @ParameterizedTest method onNewReturnItemCallbacksShouldBeApplied (line 171) | @Test method shouldParseReturnAll (line 194) | @Test method patternElementCallBacksShouldBeApplied (line 203) | @ParameterizedTest method shouldNotAllowInvalidCallbacks (line 229) | @Test method parseAndIdentifyShouldWork (line 240) | @ParameterizedTest method transformingWhereShouldWork (line 248) | @Test method labelColonConjunctionSet (line 260) | @ParameterizedTest method labelColonConjunction (line 270) | @Test method labelColonConjunctionMixed (line 276) | @Test method labelColonConjunction0Element (line 286) | @Test method labelColonConjunction1Element (line 294) | @Test method labelColonDisjunction (line 304) | @Test method newOrEdLabels (line 312) | @Test method labelExpressions (line 320) | @ParameterizedTest method optimizedLabelExpressions (line 331) | @ParameterizedTest method whereInMatch (line 345) | @ParameterizedTest method dynamicLabelExpressions (line 358) | @ParameterizedTest method assertParsedStatement (line 371) | private static void assertParsedStatement(String statement, String exp... method nodePatternInCall (line 377) | @Test method shouldBeAbleToParseIntoSortedMaps (line 391) | @Test method fillingParametersOfParsedCypherManual (line 441) | @Test // GH-729 method fillingParametersOfParsedCypher (line 476) | @Test // GH-729 method literalCallbacks (line 490) | @Test // GH-739 method existAndCountSubqueriesWithPatternOrStatements (line 510) | @ParameterizedTest method variablesOfListPredicatesMustNotBeScoped (line 526) | @Test // GH-903 method subQueryFromParserScope (line 548) | @Test // GH-999 method newConcatenate (line 578) | @Test method patternListAsLTRMustBeUnwrappedIntoRelPattern (line 587) | @Test // GH-1059 method trimShouldWork (line 601) | @ParameterizedTest method optionalCall (line 621) | @Test method optionalSubquery (line 628) | @Test method unescapedThings (line 635) | @Test method orderByMidwayShouldWork (line 640) | @ParameterizedTest // GH-1341 class RelationshipPatterns (line 654) | @Nested method simplePatternWithVariousLengths (line 657) | @ParameterizedTest method types (line 680) | @ParameterizedTest method direction (line 691) | @ParameterizedTest method pointyThingAtBothSidesIsNotSupported (line 700) | @Test method chain (line 706) | @Test method shortestPath (line 713) | @Test method allShortestPaths (line 719) | @Test method names (line 726) | @Test method properties (line 733) | @Test method propertiesOnAChain (line 740) | @Test class Literals (line 750) | @Nested method shouldParseListLiteral (line 753) | @Test method shouldParseLookups (line 758) | @Test class Parameters (line 765) | @Nested method newParameterShouldWork (line 768) | @Test method newNumberedParameterShouldWork (line 773) | @Test class Predicates (line 780) | @Nested method any (line 783) | @Test method none (line 792) | @Test method single (line 801) | @Test method all (line 810) | @Test class InvocationCallbacks (line 821) | @Nested method onNewFunctionCallbacksShouldBeInvoked (line 824) | @Test method onNewProcedureCallbacksShouldBeInvoked (line 855) | @Test method preventingProcedureCalls (line 874) | @Test method preventingFunctionCalls (line 890) | @Test FILE: neo4j-cypher-dsl-parser/src/test/java/org/neo4j/cypherdsl/parser/ExtractionIT.java class ExtractionIT (line 47) | class ExtractionIT { method extractionShouldWork (line 303) | static Stream extractionShouldWork() { method extractionShouldWork (line 307) | @SuppressWarnings("removal") method TestData (line 335) | TestData(String query, List expectedLabels, List expecte... method TestData (line 340) | TestData(String query, List expectedLabels, List expecte... method toString (line 345) | @Override FILE: neo4j-cypher-dsl-parser/src/test/java/org/neo4j/cypherdsl/parser/IdentifiableExpressionsTests.java class IdentifiableExpressionsTests (line 39) | class IdentifiableExpressionsTests { method testGetIdentifiableElementsFromQuery (line 126) | static Stream testGetIdentifiableElementsFromQuery() { method testGetIdentifiableElementsFromQuery (line 130) | @ParameterizedTest FILE: neo4j-cypher-dsl-parser/src/test/java/org/neo4j/cypherdsl/parser/OptionsTests.java class OptionsTests (line 33) | class OptionsTests { method patternElementCallBacksShouldBeConfigurable (line 35) | @Test // GH-299 method optionsMustAllowNullParameterValues (line 50) | @Test // GH-785 method nullParameterShouldResetThings (line 58) | @Test // Grrr aaargh sonar, that code was there before, but alas, here... FILE: neo4j-cypher-dsl-parser/src/test/java/org/neo4j/cypherdsl/parser/ParserIssuesIT.java class ParserIssuesIT (line 31) | class ParserIssuesIT { method parsingDeeplyNestedSubqueriesThenNormalizeShouldWork (line 39) | @Test // GH-1076 method unionPartsMustBeExportedToScope (line 142) | @Test // GH-1075 method projectionsShouldBeSortedToo (line 232) | @Test method aliasesShouldBeReusedToo (line 258) | @Test method caseParsingAndRenderingShouldWork (line 332) | @Test // GH-1235 method genericCase (line 351) | @Test // GH-1235 method shouldRenderWithoutDroppingColons (line 366) | @ParameterizedTest // GH-1404 FILE: neo4j-cypher-dsl-parser/src/test/java/org/neo4j/cypherdsl/parser/PathLengthTests.java class PathLengthTests (line 29) | class PathLengthTests { method length1 (line 31) | @ParameterizedTest FILE: neo4j-cypher-dsl-parser/src/test/java/org/neo4j/cypherdsl/parser/QPPPrimerIT.java class QPPPrimerIT (line 45) | @TestInstance(TestInstance.Lifecycle.PER_CLASS) method primerStatementsShouldBeParsedAndProduceCorrectResults (line 83) | static Stream primerStatementsShouldBeParsedAndProduceCorre... method shutdownNeo4j (line 101) | @AfterAll method primerStatementsShouldBeParsedAndProduceCorrectResults (line 106) | @ParameterizedTest FILE: neo4j-cypher-dsl-parser/src/test/java/org/neo4j/cypherdsl/parser/RewriteTests.java class RewriteTests (line 39) | class RewriteTests { method shouldRewriteLabelsOnParseNode (line 62) | @Test method shouldRewriteLabelsOnSetLabels (line 75) | @Test method shouldRewriteLabelsOnRemoveLabels (line 87) | @Test method shouldRewriteTypes (line 100) | @Test method shouldRewriteVariables (line 113) | @Test method shouldRewriteParameters (line 129) | @Test method shouldRewriteParameters2 (line 144) | @Test FILE: neo4j-cypher-dsl-parser/src/test/java/org/neo4j/cypherdsl/parser/StatementsTests.java class StatementsTests (line 29) | class StatementsTests { method shouldSupportNullIst (line 31) | @Test method shouldCopy (line 37) | @Test FILE: neo4j-cypher-dsl-parser/src/test/java/org/neo4j/cypherdsl/parser/TckTests.java class TckTests (line 62) | @TestInstance(TestInstance.Lifecycle.PER_CLASS) method init (line 67) | @BeforeAll method tck (line 80) | @TestFactory method nodesShouldWork (line 119) | @SuppressWarnings("unused") method expressionsShouldWork (line 127) | @SuppressWarnings("unused") method clausesShouldWork (line 134) | @SuppressWarnings("unused") method statementsShouldWork (line 141) | @SuppressWarnings("unused") method qppShouldWork (line 148) | @SuppressWarnings("unused") method unsupportedShouldWork (line 155) | @SuppressWarnings("unused") class TestDataExtractor (line 163) | private static class TestDataExtractor extends Treeprocessor { method TestDataExtractor (line 167) | TestDataExtractor() { method process (line 171) | @Override class TestData (line 198) | private static class TestData { method TestData (line 206) | TestData(boolean alwaysEscape) { method asArguments (line 210) | Stream> asArguments() { FILE: neo4j-cypher-dsl-parser/src/test/java/org/neo4j/cypherdsl/parser/UnsupportedCypherExceptionTests.java class UnsupportedCypherExceptionTests (line 28) | class UnsupportedCypherExceptionTests { method causeShouldBePresent (line 30) | @Test method inputShouldBeRetrievable (line 37) | @Test method messageShouldBeFormatted (line 45) | @Test FILE: neo4j-cypher-dsl-schema-name-support/src/main/java/org/neo4j/cypherdsl/support/schema_name/SchemaNames.java class SchemaNames (line 67) | public final class SchemaNames { method removeEldestEntry (line 90) | @Override method SchemaNames (line 96) | private SchemaNames() { method sanitize (line 106) | public static Optional sanitize(String value) { method sanitize (line 117) | public static Optional sanitize(String value, boolean enforceQ... method sanitize (line 132) | public static Optional sanitize(String value, boolean enforceQ... method sanitize (line 152) | private static SchemaName sanitize(CacheKey key) { method substituteRemainingEscapedUnicodeLiteral (line 196) | private static boolean substituteRemainingEscapedUnicodeLiteral(int ma... method unescapeEscapedBackslashes (line 210) | private static boolean unescapeEscapedBackslashes(int major) { method isIdentifier (line 221) | private static boolean isIdentifier(CharSequence name) { FILE: neo4j-cypher-dsl-schema-name-support/src/test/java/org/neo4j/cypherdsl/support/schema_name/SchemaNamesIT.java class SchemaNamesIT (line 51) | @Testcontainers(disabledWithoutDocker = true) method newDriverInstance (line 105) | private static Driver newDriverInstance(Neo4jContainer server) { method closeConnections (line 110) | @AfterAll method shouldHaveConsistentResultsOnAllSupportedVersions (line 115) | @TestFactory type Category (line 167) | enum Category { method Category (line 173) | Category(String value) { FILE: neo4j-cypher-dsl-schema-name-support/src/test/java/org/neo4j/cypherdsl/support/schema_name/SchemaNamesTests.java class SchemaNamesTests (line 34) | class SchemaNamesTests { method shouldDealWithNull (line 36) | @Test method shouldDealWithEmpty (line 41) | @Test method shouldThrowOnInvalidVersions (line 46) | @Test method shouldSupportFutureNeo4j (line 54) | @Test method shouldBeAbleToForceQuotes (line 59) | @Test method shouldQuoteEmptyString (line 64) | @Test method shouldCacheData (line 69) | @Test method shouldOnlyObfuscateUnicodeWhenRequired (line 84) | @Test method shouldHandleEscapedBackslashes (line 102) | @Test FILE: neo4j-cypher-dsl/src/main/java/org/neo4j/cypherdsl/core/AbstractCase.java class AbstractCase (line 38) | abstract class AbstractCase implements Case { method AbstractCase (line 48) | AbstractCase(List caseWhenThens) { method getCaseExpression (line 52) | abstract Expression getCaseExpression(); method toString (line 54) | @Override method setCaseElse (line 59) | void setCaseElse(CaseElse caseElse) { method when (line 68) | @Override method getPrefix (line 75) | @Override method getSuffix (line 80) | @Override method property (line 85) | @Override method accept (line 93) | @Override class SimpleCaseImpl (line 109) | static class SimpleCaseImpl extends AbstractCase implements SimpleCase { method SimpleCaseImpl (line 113) | SimpleCaseImpl(Expression caseExpression) { method SimpleCaseImpl (line 117) | SimpleCaseImpl(Expression caseExpression, List caseWhe... method getCaseExpression (line 122) | @Override class EndingSimpleCase (line 130) | static final class EndingSimpleCase extends SimpleCaseImpl implement... method EndingSimpleCase (line 132) | private EndingSimpleCase(Expression caseExpression, List caseWhenThens) { method getCaseExpression (line 156) | @Override class EndingGenericCase (line 164) | static final class EndingGenericCase extends GenericCaseImpl impleme... method EndingGenericCase (line 166) | private EndingGenericCase(List caseWhenThens) { method elseDefault (line 170) | @Override class DefaultOngoingWhenThen (line 180) | private final class DefaultOngoingWhenThen implements OngoingWhenThen { method DefaultOngoingWhenThen (line 184) | private DefaultOngoingWhenThen(Expression whenExpression) { method then (line 193) | @Override FILE: neo4j-cypher-dsl/src/main/java/org/neo4j/cypherdsl/core/AbstractClause.java class AbstractClause (line 21) | abstract class AbstractClause implements Clause { method toString (line 23) | @Override FILE: neo4j-cypher-dsl/src/main/java/org/neo4j/cypherdsl/core/AbstractNode.java class AbstractNode (line 32) | @API(status = INTERNAL, since = "2021.1.0") method hasLabels (line 35) | @Deprecated(forRemoval = true) method hasLabels (line 42) | @Override method hasLabels (line 50) | @Override method isEqualTo (line 58) | @Override method isNotEqualTo (line 64) | @Override method isNull (line 70) | @Override method isNotNull (line 76) | @Override method descending (line 82) | @Override method ascending (line 88) | @Override method as (line 94) | @Override method internalId (line 100) | @Override method labels (line 106) | @Override method relationshipTo (line 111) | @Override method relationshipFrom (line 116) | @Override method relationshipBetween (line 121) | @Override method toString (line 126) | @Override FILE: neo4j-cypher-dsl/src/main/java/org/neo4j/cypherdsl/core/AbstractPropertyContainer.java class AbstractPropertyContainer (line 34) | @API(status = INTERNAL, since = "2021.1.0") method noNameException (line 37) | static IllegalStateException noNameException() { method property (line 41) | @Override method property (line 46) | @Override method property (line 51) | @Override method mutate (line 56) | @Override method mutate (line 62) | @Override method set (line 68) | @Override method set (line 74) | @Override method project (line 80) | @Override method project (line 85) | @Override FILE: neo4j-cypher-dsl/src/main/java/org/neo4j/cypherdsl/core/AbstractStatement.java class AbstractStatement (line 36) | @API(status = INTERNAL, since = "2021.0.0") method getContext (line 62) | @Override method isRenderConstantsAsParameters (line 67) | @Override method setRenderConstantsAsParameters (line 72) | @Override method getCypher (line 82) | @Override method getCatalog (line 98) | @Override method getCatalog0 (line 114) | private StatementCatalog getCatalog0() { FILE: neo4j-cypher-dsl/src/main/java/org/neo4j/cypherdsl/core/Aliased.java type Aliased (line 35) | @API(status = STABLE, since = "1.0") method getAlias (line 41) | String getAlias(); method asName (line 47) | default SymbolicName asName() { FILE: neo4j-cypher-dsl/src/main/java/org/neo4j/cypherdsl/core/AliasedExpression.java class AliasedExpression (line 33) | @API(status = STABLE, since = "1.0") method AliasedExpression (line 40) | AliasedExpression(Expression delegate, String alias) { method getAlias (line 46) | @Override method as (line 57) | @Override method accept (line 64) | @Override method getDelegate (line 72) | Expression getDelegate() { method asExpression (line 76) | @Override method toString (line 81) | @Override FILE: neo4j-cypher-dsl/src/main/java/org/neo4j/cypherdsl/core/Arguments.java class Arguments (line 36) | @API(status = INTERNAL, since = "2020.0.1") method Arguments (line 39) | Arguments(Expression... children) { method prepareVisit (line 43) | @Override method getPrefix (line 48) | @Override method getSuffix (line 53) | @Override method toString (line 58) | @Override FILE: neo4j-cypher-dsl/src/main/java/org/neo4j/cypherdsl/core/Asterisk.java class Asterisk (line 31) | @API(status = STABLE, since = "1.0") method Asterisk (line 39) | private Asterisk() { method asString (line 43) | @Override method asExpression (line 48) | @Override FILE: neo4j-cypher-dsl/src/main/java/org/neo4j/cypherdsl/core/BooleanFunctionCondition.java class BooleanFunctionCondition (line 33) | @API(status = INTERNAL, since = "1.0") method BooleanFunctionCondition (line 38) | BooleanFunctionCondition(FunctionInvocation delegate) { method accept (line 42) | @Override FILE: neo4j-cypher-dsl/src/main/java/org/neo4j/cypherdsl/core/BooleanLiteral.java class BooleanLiteral (line 31) | @API(status = STABLE, since = "1.0") method BooleanLiteral (line 37) | private BooleanLiteral(boolean content) { method of (line 41) | static Literal of(Boolean value) { method asString (line 51) | @Override method getContent (line 56) | @Override FILE: neo4j-cypher-dsl/src/main/java/org/neo4j/cypherdsl/core/BuiltInFunctions.java class BuiltInFunctions (line 31) | @API(status = Status.INTERNAL, since = "2020.1.0") method BuiltInFunctions (line 34) | private BuiltInFunctions() { type Predicates (line 37) | enum Predicates implements FunctionDefinition { method Predicates (line 43) | Predicates(String implementationName) { method getImplementationName (line 47) | @Override type Graph (line 54) | enum Graph implements FunctionDefinition { method Graph (line 60) | Graph(String implementationName) { method getImplementationName (line 64) | @Override type Scalars (line 71) | enum Scalars implements FunctionDefinition { method Scalars (line 84) | Scalars(String implementationName) { method getImplementationName (line 88) | @Override type Strings (line 95) | enum Strings implements FunctionDefinition { method Strings (line 103) | Strings(String implementationName) { method getImplementationName (line 107) | @Override type Spatials (line 114) | enum Spatials implements FunctionDefinition { method Spatials (line 120) | Spatials(String implementationName) { method getImplementationName (line 124) | @Override type Aggregates (line 131) | enum Aggregates implements FunctionDefinition { method Aggregates (line 138) | Aggregates(String implementationName) { method getImplementationName (line 142) | @Override method isAggregate (line 147) | @Override type Lists (line 154) | enum Lists implements FunctionDefinition { method Lists (line 161) | Lists(String implementationName) { method getImplementationName (line 165) | @Override type Temporals (line 172) | enum Temporals implements FunctionDefinition { method Temporals (line 179) | Temporals(String implementationName) { method getImplementationName (line 183) | @Override type MathematicalFunctions (line 190) | enum MathematicalFunctions implements FunctionDefinition { method MathematicalFunctions (line 203) | MathematicalFunctions(String implementationName) { method MathematicalFunctions (line 207) | MathematicalFunctions(String implementationName, int minArgs, int ma... method getMinArgs (line 213) | int getMinArgs() { method getMaxArgs (line 217) | int getMaxArgs() { method getImplementationName (line 221) | @Override FILE: neo4j-cypher-dsl/src/main/java/org/neo4j/cypherdsl/core/Case.java type Case (line 36) | @API(status = STABLE, since = "1.0") method create (line 44) | static Case create(Expression expression) { method when (line 53) | @CheckReturnValue type SimpleCase (line 60) | @API(status = STABLE, since = "1.0") type GenericCase (line 68) | @API(status = STABLE, since = "1.0") type CaseEnding (line 76) | @API(status = STABLE, since = "1.0") method when (line 84) | @CheckReturnValue method elseDefault (line 92) | @CheckReturnValue type OngoingWhenThen (line 101) | @API(status = STABLE, since = "1.0") method then (line 109) | @CheckReturnValue FILE: neo4j-cypher-dsl/src/main/java/org/neo4j/cypherdsl/core/Clause.java type Clause (line 32) | @API(status = STABLE, since = "2021.3.0") FILE: neo4j-cypher-dsl/src/main/java/org/neo4j/cypherdsl/core/Clauses.java class Clauses (line 42) | @API(status = STABLE, since = "2021.3.0") method Clauses (line 48) | private Clauses() { method match (line 61) | public static Clause match(boolean optional, List patt... method delete (line 73) | public static Clause delete(boolean detach, List expressio... method returning (line 88) | public static Return returning(boolean distinct, List expr... method create (line 103) | public static Clause create(List patternElements) { method merge (line 114) | public static Clause merge(List patternElements, List<... method with (line 129) | public static Clause with(Return returnClause, Where optionalWhere) { method remove (line 140) | public static Clause remove(List expressions) { method set (line 151) | public static Clause set(List expressions) { method unwind (line 162) | public static Clause unwind(Expression expression, SymbolicName name) { method loadCSV (line 175) | public static Clause loadCSV(boolean withHeaders, StringLiteral uri, S... method callClause (line 191) | public static Clause callClause(List namespace, String name, L... method callClause (line 207) | public static Clause callClause(Statement statement) { method forEach (line 220) | public static Clause forEach(SymbolicName v, Expression list, List sortItems, Expression skip... class OrderByClause (line 243) | static final class OrderByClause extends AbstractClause { method OrderByClause (line 251) | OrderByClause(Order order, Skip skip, Limit limit) { method accept (line 257) | @Override FILE: neo4j-cypher-dsl/src/main/java/org/neo4j/cypherdsl/core/ClausesBasedStatement.java class ClausesBasedStatement (line 38) | @API(status = INTERNAL, since = "2021.3.0") method ClausesBasedStatement (line 45) | ClausesBasedStatement(List clauses, UsingPeriodicCommit option... method accept (line 50) | @Override method doesReturnOrYield (line 59) | @Override method getClauses (line 68) | @API(status = INTERNAL) FILE: neo4j-cypher-dsl/src/main/java/org/neo4j/cypherdsl/core/CollectExpression.java class CollectExpression (line 34) | @API(status = STABLE, since = "2023.0.0") method CollectExpression (line 42) | private CollectExpression(ImportingWith optionalWith, Statement result... method collect (line 48) | static CollectExpression collect(Statement resultStatement) { method collect (line 52) | static CollectExpression collect(With optionalWith, Statement resultSt... method accept (line 56) | @Override FILE: neo4j-cypher-dsl/src/main/java/org/neo4j/cypherdsl/core/Comparison.java class Comparison (line 36) | @API(status = STABLE, since = "1.0") method Comparison (line 45) | private Comparison(Expression left, Operator operator, Expression righ... method create (line 52) | static Comparison create(Operator operator, Expression expression) { method create (line 64) | static Comparison create(Expression lhs, Operator operator, Expression... method nestedIfCondition (line 73) | private static Expression nestedIfCondition(Expression expression) { method accept (line 77) | @Override method getLeft (line 93) | @API(status = INTERNAL, since = "2024.6.1") method getComparator (line 98) | @API(status = INTERNAL, since = "2024.6.1") method getRight (line 103) | @API(status = INTERNAL, since = "2024.6.1") method not (line 108) | @Override method toString (line 120) | @Override FILE: neo4j-cypher-dsl/src/main/java/org/neo4j/cypherdsl/core/CompoundCondition.java class CompoundCondition (line 42) | @API(status = INTERNAL, since = "1.0") method CompoundCondition (line 56) | private CompoundCondition(Operator operator) { method create (line 61) | static CompoundCondition create(Condition left, Operator operator, Con... method copyOf (line 72) | static CompoundCondition copyOf(CompoundCondition other) { method empty (line 79) | static CompoundCondition empty() { method acceptVisitorWithOperatorForChildCondition (line 84) | private static void acceptVisitorWithOperatorForChildCondition(Visitor... method and (line 90) | @Override method or (line 95) | @Override method xor (line 100) | @Override method add (line 105) | private CompoundCondition add(Operator chainingOperator, Condition con... method hasConditions (line 145) | boolean hasConditions() { method canBeFlattenedWith (line 156) | private boolean canBeFlattenedWith(Operator operatorBefore) { method accept (line 169) | @Override method getPrefix (line 195) | @Override method getSuffix (line 200) | @Override method toString (line 205) | @Override FILE: neo4j-cypher-dsl/src/main/java/org/neo4j/cypherdsl/core/Condition.java type Condition (line 32) | @API(status = STABLE, since = "1.0") method and (line 40) | default Condition and(Condition condition) { method or (line 49) | default Condition or(Condition condition) { method xor (line 58) | default Condition xor(Condition condition) { method and (line 73) | default Condition and(RelationshipPattern pathPattern) { method or (line 88) | default Condition or(RelationshipPattern pathPattern) { method xor (line 103) | default Condition xor(RelationshipPattern pathPattern) { method not (line 111) | default Condition not() { FILE: neo4j-cypher-dsl/src/main/java/org/neo4j/cypherdsl/core/Conditions.java class Conditions (line 32) | final class Conditions { method Conditions (line 37) | private Conditions() { method includesAll (line 49) | static Condition includesAll(Expression lhs, Expression rhs) { method includesAny (line 63) | static Condition includesAny(Expression lhs, Expression rhs) { method matching (line 73) | static Condition matching(RelationshipPattern relationshipPattern) { method matches (line 84) | static Condition matches(Expression lhs, Expression rhs) { method isEqualTo (line 95) | static Condition isEqualTo(Expression lhs, Expression rhs) { method isNotEqualTo (line 106) | static Condition isNotEqualTo(Expression lhs, Expression rhs) { method lt (line 117) | static Condition lt(Expression lhs, Expression rhs) { method lte (line 128) | static Condition lte(Expression lhs, Expression rhs) { method gte (line 139) | static Condition gte(Expression lhs, Expression rhs) { method gt (line 150) | static Condition gt(Expression lhs, Expression rhs) { method not (line 159) | static Condition not(Condition condition) { method not (line 171) | static Condition not(RelationshipPattern pattern) { method startsWith (line 183) | static Condition startsWith(Expression lhs, Expression rhs) { method contains (line 194) | static Condition contains(Expression lhs, Expression rhs) { method endsWith (line 204) | static Condition endsWith(Expression lhs, Expression rhs) { method noCondition (line 213) | static Condition noCondition() { method isNull (line 223) | static Condition isNull(Expression expression) { method isNotNull (line 234) | static Condition isNotNull(Expression expression) { method isTrue (line 242) | static Condition isTrue() { method isFalse (line 250) | static Condition isFalse() { FILE: neo4j-cypher-dsl/src/main/java/org/neo4j/cypherdsl/core/ConflictingParametersException.java class ConflictingParametersException (line 42) | @API(status = STABLE, since = "2021.0.0") method ConflictingParametersException (line 50) | ConflictingParametersException(Map> erroneousParam... method createMessage (line 56) | private static String createMessage(Map> errors) { method getErroneousParameters (line 79) | public Map> getErroneousParameters() { FILE: neo4j-cypher-dsl/src/main/java/org/neo4j/cypherdsl/core/ConstantCondition.java class ConstantCondition (line 32) | @API(status = STABLE, since = "1.0") method ConstantCondition (line 38) | private ConstantCondition(BooleanLiteral value) { FILE: neo4j-cypher-dsl/src/main/java/org/neo4j/cypherdsl/core/CountExpression.java class CountExpression (line 35) | @API(status = STABLE, since = "2023.0.0") method CountExpression (line 45) | private CountExpression(ImportingWith optionalWith, List patternElements, Whe... method where (line 91) | public CountExpression where(Condition condition) { method accept (line 100) | @Override FILE: neo4j-cypher-dsl/src/main/java/org/neo4j/cypherdsl/core/Create.java class Create (line 33) | @API(status = STABLE, since = "1.0") method Create (line 38) | Create(Pattern pattern) { method accept (line 42) | @Override FILE: neo4j-cypher-dsl/src/main/java/org/neo4j/cypherdsl/core/Cypher.java class Cypher (line 60) | @SuppressWarnings("unused") method Cypher (line 76) | private Cypher() { method node (line 86) | public static Node node(String primaryLabel, String... additionalLabel... method node (line 98) | public static Node node(String primaryLabel, List additionalLa... method node (line 113) | public static Node node(String primaryLabel, MapExpression properties,... method node (line 129) | public static Node node(String primaryLabel, MapExpression properties,... method anyNode (line 137) | public static Node anyNode() { method exactlyLabel (line 148) | public static Labels exactlyLabel(String label) { method allLabels (line 159) | public static Labels allLabels(Expression expression) { method anyLabel (line 170) | public static Labels anyLabel(Expression expression) { method node (line 181) | @SuppressWarnings("removal") method node (line 193) | public static Node node(Labels labels) { method asterisk (line 200) | public static Asterisk asterisk() { method anyNode (line 209) | public static Node anyNode(String symbolicName) { method anyNode (line 218) | public static Node anyNode(SymbolicName symbolicName) { method property (line 230) | public static Property property(String containerName, String... names) { method property (line 243) | public static Property property(String containerName, Collection parameter(String name) { method parameter (line 385) | public static Parameter parameter(String name, T value) { method anonParameter (line 398) | public static Parameter anonParameter(T value) { method optionalMatch (line 408) | public static StatementBuilder.OngoingReadingWithoutWhere optionalMatc... method optionalMatch (line 420) | public static StatementBuilder.OngoingReadingWithoutWhere optionalMatch( method match (line 434) | public static StatementBuilder.OngoingReadingWithoutWhere match(Patter... method match (line 448) | public static StatementBuilder.OngoingReadingWithoutWhere match(Collec... method match (line 464) | public static StatementBuilder.OngoingReadingWithoutWhere match(boolea... method match (line 480) | public static StatementBuilder.OngoingReadingWithoutWhere match(boolea... method create (line 492) | public static StatementBuilder.OngoingUpdate create(PatternElement... ... method create (line 504) | public static StatementBuilder.OngoingUpdate create(Collection map) { method listOf (line 693) | public static ListExpression listOf(Expression... expressions) { method listOf (line 704) | public static ListExpression listOf(Collection e... method literalOf (line 717) | @SuppressWarnings("unchecked") method literalTrue (line 805) | public static Literal literalTrue() { method literalFalse (line 812) | public static Literal literalFalse() { method literalNull (line 819) | public static Literal literalNull() { method union (line 829) | public static UnionQuery union(Statement... statements) { method union (line 840) | public static UnionQuery union(Collection statements) { method unionAll (line 850) | public static Statement unionAll(Statement... statements) { method unionAll (line 861) | public static Statement unionAll(Collection statements) { method returning (line 871) | public static StatementBuilder.OngoingReadingAndReturn returning(Expre... method returning (line 881) | public static StatementBuilder.OngoingReadingAndReturn returning(Colle... method listBasedOn (line 893) | public static OngoingDefinitionWithPattern listBasedOn(RelationshipPat... method listBasedOn (line 903) | public static OngoingDefinitionWithPattern listBasedOn(NamedPath named... method listWith (line 913) | public static OngoingDefinitionWithVariable listWith(SymbolicName vari... method quote (line 923) | public static String quote(String unquotedString) { method caseExpression (line 930) | public static Case caseExpression() { method caseExpression (line 939) | public static Case caseExpression(Expression expression) { method call (line 951) | public static OngoingStandaloneCallWithoutArguments call(String proced... method call (line 962) | public static OngoingStandaloneCallWithoutArguments call(String... nam... method call (line 972) | public static OngoingStandaloneCallWithoutArguments call(Collection ForeignAdapter adapt(FE expression) { method usingPeriodicCommit (line 1163) | public static ExposesLoadCSV usingPeriodicCommit() { method usingPeriodicCommit (line 1175) | public static ExposesLoadCSV usingPeriodicCommit(Integer rate) { method loadCSV (line 1187) | public static LoadCSVStatementBuilder.OngoingLoadCSV loadCSV(URI from) { method loadCSV (line 1199) | public static LoadCSVStatementBuilder.OngoingLoadCSV loadCSV(URI from,... method unionImpl (line 1204) | private static UnionQuery unionImpl(boolean unionAll, Statement... sta... method format (line 1243) | public static String format(Expression expression) { method use (line 1256) | public static UseStatement use(String target, Statement statement) { method use (line 1269) | public static UseStatement use(Parameter target, Statement statemen... method use (line 1282) | public static UseStatement use(StringLiteral target, Statement stateme... method use (line 1296) | public static UseStatement use(Expression target, Statement statement) { method includesAll (line 1309) | public static Condition includesAll(Expression lhs, Expression rhs) { method includesAny (line 1322) | public static Condition includesAny(Expression lhs, Expression rhs) { method matching (line 1332) | public static Condition matching(RelationshipPattern relationshipPatte... method matches (line 1344) | public static Condition matches(Expression lhs, Expression rhs) { method isEqualTo (line 1356) | public static Condition isEqualTo(Expression lhs, Expression rhs) { method isNotEqualTo (line 1368) | public static Condition isNotEqualTo(Expression lhs, Expression rhs) { method lt (line 1380) | public static Condition lt(Expression lhs, Expression rhs) { method lte (line 1392) | public static Condition lte(Expression lhs, Expression rhs) { method gte (line 1404) | public static Condition gte(Expression lhs, Expression rhs) { method gt (line 1416) | public static Condition gt(Expression lhs, Expression rhs) { method not (line 1426) | public static Condition not(Condition condition) { method not (line 1437) | public static Condition not(RelationshipPattern pattern) { method startsWith (line 1449) | public static Condition startsWith(Expression lhs, Expression rhs) { method contains (line 1461) | public static Condition contains(Expression lhs, Expression rhs) { method endsWith (line 1472) | public static Condition endsWith(Expression lhs, Expression rhs) { method noCondition (line 1482) | public static Condition noCondition() { method isNull (line 1492) | public static Condition isNull(Expression expression) { method isNotNull (line 1503) | public static Condition isNotNull(Expression expression) { method isEmpty (line 1518) | public static Condition isEmpty(Expression expression) { method isTrue (line 1527) | public static Condition isTrue() { method isFalse (line 1536) | public static Condition isFalse() { method hasLabelsOrType (line 1549) | public static Condition hasLabelsOrType(SymbolicName symbolicName, Str... method hasLabelsOrType (line 1562) | public static Condition hasLabelsOrType(SymbolicName symbolicName, Lab... method count (line 1573) | public static CountExpression count(PatternElement requiredPattern, Pa... method count (line 1583) | public static CountExpression count(UnionQuery union) { method count (line 1598) | public static CountExpression count(Statement statement, IdentifiableE... method count (line 1609) | public static CountExpression count(List pattern, Wher... method collect (line 1622) | public static Expression collect(Statement statement) { method nameOrExpression (line 1635) | public static Expression nameOrExpression(T exp... method createSymbolicNames (line 1639) | public static SymbolicName[] createSymbolicNames(String[] variables) { method createSymbolicNames (line 1643) | public static SymbolicName[] createSymbolicNames(Named[] variables) { method elementId (line 1653) | @Neo4jVersion(minimum = "5.0.0") method elementId (line 1664) | @Neo4jVersion(minimum = "5.0.0") method keys (line 1676) | public static FunctionInvocation keys(Node node) { method keys (line 1687) | public static FunctionInvocation keys(Relationship relationship) { method keys (line 1699) | public static FunctionInvocation keys(Expression expression) { method labels (line 1710) | public static FunctionInvocation labels(Node node) { method labels (line 1725) | public static FunctionInvocation labels(SymbolicName node) { method type (line 1736) | public static FunctionInvocation type(Relationship relationship) { method type (line 1751) | public static FunctionInvocation type(SymbolicName relationship) { method count (line 1762) | public static FunctionInvocation count(Node node) { method count (line 1774) | public static FunctionInvocation count(Expression expression) { method countDistinct (line 1786) | public static FunctionInvocation countDistinct(Node node) { method countDistinct (line 1799) | public static FunctionInvocation countDistinct(Expression expression) { method properties (line 1809) | public static FunctionInvocation properties(Node node) { method properties (line 1819) | public static FunctionInvocation properties(Relationship relationship) { method properties (line 1829) | public static FunctionInvocation properties(MapExpression map) { method coalesce (line 1840) | public static FunctionInvocation coalesce(Expression... expressions) { method left (line 1852) | public static FunctionInvocation left(Expression expression, Expressio... method ltrim (line 1863) | public static FunctionInvocation ltrim(Expression expression) { method replace (line 1877) | public static FunctionInvocation replace(Expression original, Expressi... method reverse (line 1888) | public static FunctionInvocation reverse(Expression original) { method right (line 1900) | public static FunctionInvocation right(Expression expression, Expressi... method rtrim (line 1911) | public static FunctionInvocation rtrim(Expression expression) { method substring (line 1926) | public static FunctionInvocation substring(Expression original, Expres... method toLower (line 1937) | public static FunctionInvocation toLower(Expression expression) { method toUpper (line 1948) | public static FunctionInvocation toUpper(Expression expression) { method trim (line 1959) | public static FunctionInvocation trim(Expression expression) { method split (line 1971) | public static FunctionInvocation split(Expression expression, Expressi... method split (line 1983) | public static FunctionInvocation split(Expression expression, String d... method size (line 2002) | public static FunctionInvocation size(Expression expression) { method size (line 2018) | public static FunctionInvocation size(RelationshipPattern pattern) { method exists (line 2029) | public static FunctionInvocation exists(Expression expression) { method distance (line 2042) | public static FunctionInvocation distance(Expression point1, Expressio... method point (line 2053) | public static FunctionInvocation point(MapExpression parameterMap) { method point (line 2068) | public static FunctionInvocation point(Expression expression) { method point (line 2079) | public static FunctionInvocation point(Parameter parameter) { method cartesian (line 2090) | public static FunctionInvocation cartesian(double x, double y) { method coordinate (line 2101) | public static FunctionInvocation coordinate(double longitude, double l... method withinBBox (line 2115) | public static FunctionInvocation withinBBox(Expression point, Expressi... method avg (line 2126) | public static FunctionInvocation avg(Expression expression) { method avgDistinct (line 2138) | public static FunctionInvocation avgDistinct(Expression expression) { method collect (line 2149) | public static FunctionInvocation collect(Named variable) { method collectDistinct (line 2161) | public static FunctionInvocation collectDistinct(Named variable) { method collect (line 2172) | public static FunctionInvocation collect(Expression expression) { method collectDistinct (line 2184) | public static FunctionInvocation collectDistinct(Expression expression) { method max (line 2195) | public static FunctionInvocation max(Expression expression) { method maxDistinct (line 2207) | public static FunctionInvocation maxDistinct(Expression expression) { method min (line 2218) | public static FunctionInvocation min(Expression expression) { method minDistinct (line 2230) | public static FunctionInvocation minDistinct(Expression expression) { method percentileCont (line 2243) | public static FunctionInvocation percentileCont(Expression expression,... method percentileContDistinct (line 2256) | public static FunctionInvocation percentileContDistinct(Expression exp... method percentileDisc (line 2269) | public static FunctionInvocation percentileDisc(Expression expression,... method percentileDiscDistinct (line 2282) | public static FunctionInvocation percentileDiscDistinct(Expression exp... method stDev (line 2293) | public static FunctionInvocation stDev(Expression expression) { method stDevDistinct (line 2305) | public static FunctionInvocation stDevDistinct(Expression expression) { method stDevP (line 2316) | public static FunctionInvocation stDevP(Expression expression) { method stDevPDistinct (line 2328) | public static FunctionInvocation stDevPDistinct(Expression expression) { method sum (line 2339) | public static FunctionInvocation sum(Expression expression) { method sumDistinct (line 2351) | public static FunctionInvocation sumDistinct(Expression expression) { method range (line 2363) | public static FunctionInvocation range(Integer start, Integer end) { method range (line 2375) | public static FunctionInvocation range(Expression start, Expression en... method range (line 2389) | public static FunctionInvocation range(Integer start, Integer end, Int... method range (line 2402) | public static FunctionInvocation range(Expression start, Expression en... method head (line 2413) | public static FunctionInvocation head(Expression expression) { method last (line 2424) | public static FunctionInvocation last(Expression expression) { method nodes (line 2435) | public static FunctionInvocation nodes(NamedPath path) { method nodes (line 2448) | public static FunctionInvocation nodes(SymbolicName symbolicName) { method relationships (line 2459) | public static FunctionInvocation relationships(NamedPath path) { method relationships (line 2472) | public static FunctionInvocation relationships(SymbolicName symbolicNa... method startNode (line 2483) | public static FunctionInvocation startNode(Relationship relationship) { method endNode (line 2494) | public static FunctionInvocation endNode(Relationship relationship) { method date (line 2505) | public static FunctionInvocation date() { method calendarDate (line 2518) | public static FunctionInvocation calendarDate(Integer year, Integer mo... method weekDate (line 2531) | public static FunctionInvocation weekDate(Integer year, Integer week, ... method quarterDate (line 2544) | public static FunctionInvocation quarterDate(Integer year, Integer qua... method ordinalDate (line 2556) | public static FunctionInvocation ordinalDate(Integer year, Integer ord... method date (line 2568) | public static FunctionInvocation date(MapExpression components) { method date (line 2580) | public static FunctionInvocation date(String temporalValue) { method date (line 2592) | public static FunctionInvocation date(Expression temporalValue) { method datetime (line 2602) | public static FunctionInvocation datetime() { method datetime (line 2613) | public static FunctionInvocation datetime(TimeZone timeZone) { method datetime (line 2625) | public static FunctionInvocation datetime(MapExpression components) { method datetime (line 2637) | public static FunctionInvocation datetime(String temporalValue) { method datetime (line 2649) | public static FunctionInvocation datetime(Expression temporalValue) { method localdatetime (line 2659) | public static FunctionInvocation localdatetime() { method localdatetime (line 2670) | public static FunctionInvocation localdatetime(TimeZone timeZone) { method localdatetime (line 2682) | public static FunctionInvocation localdatetime(MapExpression component... method localdatetime (line 2694) | public static FunctionInvocation localdatetime(String temporalValue) { method localdatetime (line 2706) | public static FunctionInvocation localdatetime(Expression temporalValu... method localtime (line 2716) | public static FunctionInvocation localtime() { method localtime (line 2727) | public static FunctionInvocation localtime(TimeZone timeZone) { method localtime (line 2739) | public static FunctionInvocation localtime(MapExpression components) { method localtime (line 2751) | public static FunctionInvocation localtime(String temporalValue) { method localtime (line 2763) | public static FunctionInvocation localtime(Expression temporalValue) { method time (line 2773) | public static FunctionInvocation time() { method time (line 2784) | public static FunctionInvocation time(TimeZone timeZone) { method time (line 2796) | public static FunctionInvocation time(MapExpression components) { method time (line 2808) | public static FunctionInvocation time(String temporalValue) { method time (line 2820) | public static FunctionInvocation time(Expression temporalValue) { method duration (line 2832) | public static FunctionInvocation duration(MapExpression components) { method duration (line 2844) | public static FunctionInvocation duration(String temporalAmount) { method duration (line 2856) | public static FunctionInvocation duration(Expression temporalAmount) { method reduce (line 2867) | public static Reduction.OngoingDefinitionWithVariable reduce(SymbolicN... method abs (line 2878) | public static FunctionInvocation abs(Expression expression) { method ceil (line 2889) | public static FunctionInvocation ceil(Expression expression) { method floor (line 2900) | public static FunctionInvocation floor(Expression expression) { method rand (line 2910) | public static FunctionInvocation rand() { method round (line 2923) | public static FunctionInvocation round(Expression value, Expression...... method sign (line 2934) | public static FunctionInvocation sign(Expression expression) { method e (line 2944) | public static FunctionInvocation e() { method exp (line 2955) | public static FunctionInvocation exp(Expression expression) { method log (line 2966) | public static FunctionInvocation log(Expression expression) { method log10 (line 2977) | public static FunctionInvocation log10(Expression expression) { method sqrt (line 2988) | public static FunctionInvocation sqrt(Expression expression) { method acos (line 2999) | public static FunctionInvocation acos(Expression expression) { method asin (line 3010) | public static FunctionInvocation asin(Expression expression) { method atan (line 3021) | public static FunctionInvocation atan(Expression expression) { method atan2 (line 3033) | public static FunctionInvocation atan2(Expression y, Expression x) { method cos (line 3044) | public static FunctionInvocation cos(Expression expression) { method cot (line 3055) | public static FunctionInvocation cot(Expression expression) { method degrees (line 3066) | public static FunctionInvocation degrees(Expression expression) { method haversin (line 3077) | public static FunctionInvocation haversin(Expression expression) { method pi (line 3087) | public static FunctionInvocation pi() { method radians (line 3098) | public static FunctionInvocation radians(Expression expression) { method sin (line 3109) | public static FunctionInvocation sin(Expression expression) { method tan (line 3120) | public static FunctionInvocation tan(Expression expression) { method toInteger (line 3131) | public static FunctionInvocation toInteger(Expression expression) { method toString (line 3142) | public static FunctionInvocation toString(Expression expression) { method toStringOrNull (line 3153) | public static FunctionInvocation toStringOrNull(Expression expression) { method toFloat (line 3164) | public static FunctionInvocation toFloat(Expression expression) { method toBoolean (line 3175) | public static FunctionInvocation toBoolean(Expression expression) { method linenumber (line 3185) | public static FunctionInvocation linenumber() { method file (line 3195) | public static FunctionInvocation file() { method randomUUID (line 3205) | public static FunctionInvocation randomUUID() { method length (line 3216) | public static FunctionInvocation length(NamedPath path) { method graphNames (line 3226) | @Neo4jVersion(minimum = "5.0.0") method graphPropertiesByName (line 3238) | @Neo4jVersion(minimum = "5.0.0") method graphByName (line 3250) | @Neo4jVersion(minimum = "5.0.0") method createProjection (line 3262) | public static MapProjection createProjection(SymbolicName name, Object... method minus (line 3274) | public static Operation minus(Expression e) { method plus (line 3286) | public static Expression plus(Expression e) { method concat (line 3290) | public static Operation concat(Expression op1, Expression op2) { method add (line 3294) | public static Operation add(Expression op1, Expression op2) { method subtract (line 3298) | public static Operation subtract(Expression op1, Expression op2) { method multiply (line 3302) | public static Operation multiply(Expression op1, Expression op2) { method divide (line 3306) | public static Operation divide(Expression op1, Expression op2) { method remainder (line 3310) | public static Operation remainder(Expression op1, Expression op2) { method pow (line 3314) | public static Operation pow(Expression op1, Expression op2) { method set (line 3327) | public static Operation set(Expression target, Expression value) { method mutate (line 3340) | public static Operation mutate(Expression target, MapExpression value) { method mutate (line 3353) | public static Operation mutate(Expression target, Expression value) { method setLabel (line 3364) | public static Operation setLabel(Node target, String... label) { method setLabel (line 3375) | public static Operation setLabel(Node target, Labels label) { method removeLabel (line 3386) | public static Operation removeLabel(Node target, String... label) { method exists (line 3398) | public static Condition exists(Property property) { method exists (line 3410) | public static Condition exists(RelationshipPattern pattern) { method exists (line 3426) | public static Condition exists(Statement statement, IdentifiableElemen... method exists (line 3438) | public static Condition exists(PatternElement pattern) { method exists (line 3450) | public static Condition exists(List pattern) { method exists (line 3464) | public static Condition exists(List pattern, Where whe... method all (line 3475) | public static OngoingListBasedPredicateFunction all(String variable) { method all (line 3487) | public static OngoingListBasedPredicateFunction all(SymbolicName varia... method any (line 3498) | public static OngoingListBasedPredicateFunction any(String variable) { method any (line 3510) | public static OngoingListBasedPredicateFunction any(SymbolicName varia... method none (line 3521) | public static OngoingListBasedPredicateFunction none(String variable) { method none (line 3533) | public static OngoingListBasedPredicateFunction none(SymbolicName vari... method single (line 3544) | public static OngoingListBasedPredicateFunction single(String variable) { method single (line 3556) | public static OngoingListBasedPredicateFunction single(SymbolicName va... FILE: neo4j-cypher-dsl/src/main/java/org/neo4j/cypherdsl/core/DecoratedQuery.java class DecoratedQuery (line 35) | @API(status = INTERNAL, since = "2020.1.2") method DecoratedQuery (line 42) | private DecoratedQuery(Statement target, Visitable decoration) { method explain (line 47) | static DecoratedQuery explain(Statement target) { method profile (line 52) | static DecoratedQuery profile(Statement target) { method decorate (line 57) | private static DecoratedQuery decorate(Statement target, Decoration de... method decorate (line 70) | static DecoratedQuery decorate(Statement target, Use use) { method accept (line 87) | @Override method doesReturnOrYield (line 96) | @Override type Decoration (line 104) | private enum Decoration implements Visitable { method toString (line 108) | @Override class DecoratedQueryWithResult (line 118) | static final class DecoratedQueryWithResult extends DecoratedQuery imp... method DecoratedQueryWithResult (line 120) | private DecoratedQueryWithResult(Statement target) { FILE: neo4j-cypher-dsl/src/main/java/org/neo4j/cypherdsl/core/DefaultLoadCSVStatementBuilder.java class DefaultLoadCSVStatementBuilder (line 35) | @API(status = INTERNAL, since = "2021.2.1") method DefaultLoadCSVStatementBuilder (line 42) | private DefaultLoadCSVStatementBuilder(UsingPeriodicCommit usingPeriod... method DefaultLoadCSVStatementBuilder (line 49) | private DefaultLoadCSVStatementBuilder(DefaultStatementBuilder source,... method create (line 56) | static DefaultLoadCSVStatementBuilder create(PrepareLoadCSVStatementIm... method withFieldTerminator (line 65) | @Override class PrepareLoadCSVStatementImpl (line 70) | static final class PrepareLoadCSVStatementImpl implements ExposesLoadC... method PrepareLoadCSVStatementImpl (line 80) | PrepareLoadCSVStatementImpl(Integer rate) { method PrepareLoadCSVStatementImpl (line 86) | PrepareLoadCSVStatementImpl(URI uri, boolean withHeaders) { method PrepareLoadCSVStatementImpl (line 91) | PrepareLoadCSVStatementImpl(URI uri, boolean withHeaders, DefaultSta... method as (line 100) | @Override method loadCSV (line 106) | @Override FILE: neo4j-cypher-dsl/src/main/java/org/neo4j/cypherdsl/core/DefaultStatementBuilder.java class DefaultStatementBuilder (line 55) | @API(status = INTERNAL, since = "2021.2.1") method DefaultStatementBuilder (line 88) | DefaultStatementBuilder(Visitable... visitables) { method DefaultStatementBuilder (line 99) | DefaultStatementBuilder(DefaultStatementBuilder source, Visitable... v... method getUpdatingClauseBuilder (line 118) | @SafeVarargs method prepareSetExpressions (line 162) | private static List prepareSetExpressions(UpdateType updat... method extractIdentifiablesFromReturnList (line 226) | private static Collection extractIdentifiablesFromReturnLi... method addVisitables (line 234) | private void addVisitables(Visitable[] visitables) { method match (line 242) | @Override method create (line 255) | @Override method create (line 261) | @Override method merge (line 267) | @Override method onCreate (line 273) | @Override method onMatch (line 278) | @Override method ongoingOnAfterMerge (line 283) | private OngoingMergeAction ongoingOnAfterMerge(MergeAction.Type type) { method unwind (line 330) | @Override method update (line 338) | private DefaultStatementBuilder update(UpdateType updateType, Object[]... method returning (line 356) | @Override method returningDistinct (line 362) | @Override method returningRaw (line 368) | @Override method returning (line 374) | private OngoingReadingAndReturn returning(boolean raw, boolean distinct, method with (line 382) | @Override method withDistinct (line 387) | @Override method with (line 392) | private OrderableOngoingReadingAndWithWithoutWhere with(boolean distinct, method delete (line 400) | @Override method delete (line 406) | @Override method detachDelete (line 412) | @Override method detachDelete (line 418) | @Override method set (line 424) | @Override method set (line 432) | @Override method set (line 438) | @Override method set (line 445) | @Override method set (line 451) | @Override method mutate (line 458) | @Override method remove (line 467) | @Override method remove (line 474) | @Override method remove (line 480) | @Override method remove (line 487) | @Override method remove (line 493) | @Override method where (line 500) | @Override method and (line 515) | @Override method or (line 522) | @Override method build (line 529) | @Override method buildImpl (line 535) | protected final Statement buildImpl(Clause returnOrFinish) { method buildListOfVisitables (line 547) | protected final List buildListOfVisitables(boolean clearAft... method addWith (line 567) | @SuppressWarnings("OptionalUsedAsFieldOrParameterType") method addUpdatingClause (line 575) | protected final void addUpdatingClause(UpdatingClause updatingClause) { method call (line 583) | @Override method callRawCypher (line 594) | @Override method callInTransactions (line 605) | @Override method closeCurrentOngoingMatch (line 616) | private void closeCurrentOngoingMatch() { method closeCurrentOngoingUpdate (line 625) | private void closeCurrentOngoingUpdate() { method asCondition (line 634) | @Override method usingIndex (line 657) | @Override method usingIndexSeek (line 664) | @Override method usingScan (line 671) | @Override method usingJoinOn (line 678) | @Override method foreach (line 685) | @Override method finish (line 694) | @Override method call (line 699) | @Override type UpdateType (line 712) | enum UpdateType { type UpdatingClauseBuilder (line 718) | private interface UpdatingClauseBuilder { method build (line 720) | UpdatingClause build(); type SupportsActionsOnTheUpdatingClause (line 724) | interface SupportsActionsOnTheUpdatingClause { method on (line 726) | SupportsActionsOnTheUpdatingClause on(MergeAction.Type type, UpdateT... class ReturnListWrapper (line 730) | abstract static class ReturnListWrapper { method addElements (line 734) | protected final void addElements(Collection ele... method addExpressions (line 747) | protected final void addExpressions(Collection... class AbstractUpdatingClauseBuilder (line 763) | private abstract static class AbstractUpdatingClauseBuilder patternElements) { method getUpdatingClauseProvider (line 772) | abstract Function getUpdatingClauseProvider(); method build (line 774) | @Override class CreateBuilder (line 779) | static class CreateBuilder extends AbstractUpdatingClauseBuilder patternElements) { method getUpdatingClauseProvider (line 785) | @Override class MergeBuilder (line 792) | static class MergeBuilder extends AbstractUpdatingClauseBuilder method MergeBuilder (line 797) | MergeBuilder(List patternElements) { method getUpdatingClauseProvider (line 801) | @Override method on (line 806) | @Override class MatchBuilder (line 820) | static final class MatchBuilder { method MatchBuilder (line 830) | MatchBuilder(boolean optional) { method buildMatch (line 834) | Match buildMatch() { class AbstractCallBuilder (line 841) | abstract static class AbstractCallBuilder { method AbstractCallBuilder (line 849) | AbstractCallBuilder(ProcedureName procedureName) { method AbstractCallBuilder (line 853) | AbstractCallBuilder(ProcedureName procedureName, Expression[] argume... method createArgumentList (line 858) | Arguments createArgumentList() { class StandaloneCallBuilder (line 868) | static final class StandaloneCallBuilder extends AbstractCallBuilder i... method StandaloneCallBuilder (line 872) | StandaloneCallBuilder(ProcedureName procedureName) { method withArgs (line 876) | @Override method yield (line 883) | @Override method yield (line 889) | @Override method yield (line 895) | @Override method asFunction (line 901) | @Override method withoutResults (line 915) | @Override method build (line 920) | @Override class YieldingStandaloneCallBuilder (line 929) | static final class YieldingStandaloneCallBuilder extends AbstractCallB... method YieldingStandaloneCallBuilder (line 937) | YieldingStandaloneCallBuilder(ProcedureName procedureName, Expressio... method YieldingStandaloneCallBuilder (line 943) | YieldingStandaloneCallBuilder(ProcedureName procedureName, Expressio... method YieldingStandaloneCallBuilder (line 948) | YieldingStandaloneCallBuilder(ProcedureName procedureName, Expressio... method returning (line 954) | @Override method returningDistinct (line 960) | @Override method returningRaw (line 967) | @Override method where (line 972) | @Override method with (line 979) | @Override method withDistinct (line 985) | @Override method call (line 991) | @Override method callRawCypher (line 996) | @Override method callInTransactions (line 1001) | @Override method build (line 1006) | @Override method buildCall (line 1017) | Statement buildCall() { method match (line 1021) | @Override method andThen (line 1026) | @Override method finish (line 1035) | @Override class ConditionBuilder (line 1044) | static final class ConditionBuilder { method where (line 1048) | void where(Condition newCondition) { method and (line 1054) | void and(Condition additionalCondition) { method or (line 1059) | void or(Condition additionalCondition) { method hasCondition (line 1064) | private boolean hasCondition() { method buildCondition (line 1069) | Optional buildCondition() { class OrderBuilder (line 1075) | static final class OrderBuilder { method reset (line 1085) | void reset() { method orderBy (line 1092) | void orderBy(SortItem... sortItem) { method orderBy (line 1096) | void orderBy(Collection sortItems) { method orderBy (line 1102) | void orderBy(Expression expression) { method and (line 1106) | void and(Expression expression) { method descending (line 1110) | void descending() { method ascending (line 1115) | void ascending() { method skip (line 1120) | void skip(Expression expression) { method limit (line 1126) | void limit(Expression expression) { method buildOrder (line 1132) | Optional buildOrder() { method getSkip (line 1143) | Skip getSkip() { method getLimit (line 1147) | Limit getLimit() { class ForeachBuilder (line 1153) | final class ForeachBuilder implements ForeachSourceStep, ForeachUpdate... method ForeachBuilder (line 1159) | ForeachBuilder(SymbolicName variable) { method in (line 1163) | @Override method apply (line 1170) | @Override class DefaultStatementWithReturnBuilder (line 1183) | protected class DefaultStatementWithReturnBuilder extends ReturnListWr... method DefaultStatementWithReturnBuilder (line 1192) | protected DefaultStatementWithReturnBuilder(Expression rawReturnExpr... method DefaultStatementWithReturnBuilder (line 1198) | protected DefaultStatementWithReturnBuilder(boolean rawReturn, boole... method getIdentifiableExpressions (line 1203) | @Override method orderBy (line 1208) | @Override method orderBy (line 1214) | @Override method orderBy (line 1219) | @Override method and (line 1225) | @Override method descending (line 1231) | @Override method ascending (line 1237) | @Override method skip (line 1243) | @Override method skip (line 1248) | @Override method limit (line 1254) | @Override method limit (line 1259) | @Override method build (line 1265) | @Override class DefaultStatementWithFinishBuilder (line 1274) | protected final class DefaultStatementWithFinishBuilder implements Ter... method build (line 1276) | @Override class DefaultStatementWithWithBuilder (line 1287) | protected final class DefaultStatementWithWithBuilder extends ReturnLi... method DefaultStatementWithWithBuilder (line 1297) | private DefaultStatementWithWithBuilder(boolean distinct) { method buildWith (line 1301) | private Optional buildWith() { method getIdentifiableExpressions (line 1319) | @Override method returning (line 1324) | @Override method returningDistinct (line 1330) | @Override method returningRaw (line 1336) | @Override method delete (line 1341) | @Override method delete (line 1347) | @Override method detachDelete (line 1353) | @Override method detachDelete (line 1359) | @Override method set (line 1365) | @Override method set (line 1371) | @Override method set (line 1377) | @Override method set (line 1383) | @Override method set (line 1389) | @Override method mutate (line 1395) | @Override method remove (line 1401) | @Override method remove (line 1407) | @Override method remove (line 1413) | @Override method remove (line 1419) | @Override method remove (line 1425) | @Override method with (line 1431) | @Override method withDistinct (line 1437) | @Override method where (line 1443) | @Override method and (line 1450) | @Override method or (line 1457) | @Override method match (line 1464) | @Override method create (line 1470) | @Override method create (line 1476) | @Override method merge (line 1482) | @Override method unwind (line 1488) | @Override method call (line 1494) | @Override method callRawCypher (line 1500) | @Override method callInTransactions (line 1506) | @Override method call (line 1511) | @Override method orderBy (line 1517) | @Override method orderBy (line 1523) | @Override method orderBy (line 1528) | @Override method and (line 1534) | @Override method descending (line 1540) | @Override method ascending (line 1546) | @Override method skip (line 1552) | @Override method skip (line 1557) | @Override method limit (line 1563) | @Override method limit (line 1568) | @Override method loadCSV (line 1574) | @Override method foreach (line 1581) | @Override method finish (line 1587) | @Override class DefaultStatementWithUpdateBuilder (line 1594) | protected final class DefaultStatementWithUpdateBuilder implements Bui... method DefaultStatementWithUpdateBuilder (line 1598) | private DefaultStatementWithUpdateBuilder(UpdateType updateType, Pat... method DefaultStatementWithUpdateBuilder (line 1603) | private DefaultStatementWithUpdateBuilder(UpdateType updateType, Exp... method returning (line 1608) | @Override method returningDistinct (line 1618) | @Override method returningRaw (line 1626) | @Override method delete (line 1633) | @Override method delete (line 1638) | @Override method detachDelete (line 1643) | @Override method detachDelete (line 1648) | @Override method merge (line 1653) | @Override method delete (line 1659) | private OngoingUpdate delete(boolean nextDetach, Expression... delet... method set (line 1665) | @Override method set (line 1674) | @Override method set (line 1680) | @Override method set (line 1689) | @Override method set (line 1695) | @Override method mutate (line 1704) | @Override method remove (line 1713) | @Override method remove (line 1722) | @Override method remove (line 1728) | @Override method remove (line 1737) | @Override method remove (line 1746) | @Override method with (line 1752) | @Override method withDistinct (line 1757) | @Override method create (line 1762) | @Override method create (line 1768) | @Override method with (line 1773) | private OrderableOngoingReadingAndWithWithoutWhere with(boolean dist... method build (line 1779) | @Override method foreach (line 1786) | @Override method finish (line 1793) | @Override class DefaultOngoingUnwind (line 1802) | final class DefaultOngoingUnwind implements OngoingUnwind { method DefaultOngoingUnwind (line 1806) | DefaultOngoingUnwind(Expression expressionToUnwind) { method as (line 1810) | @Override class InQueryCallBuilder (line 1818) | final class InQueryCallBuilder extends AbstractCallBuilder implements method InQueryCallBuilder (line 1824) | InQueryCallBuilder(ProcedureName procedureName) { method buildCall (line 1828) | Statement buildCall() { method withArgs (line 1834) | @Override method yield (line 1841) | @Override method yield (line 1848) | @Override method where (line 1855) | @Override method returning (line 1863) | @Override method returningDistinct (line 1870) | @Override method returningRaw (line 1877) | @Override method with (line 1883) | @Override method withDistinct (line 1890) | @Override method call (line 1897) | @Override method callRawCypher (line 1904) | @Override method callInTransactions (line 1911) | @Override method match (line 1918) | @Override method withoutResults (line 1925) | @Override method foreach (line 1931) | @Override method finish (line 1937) | @Override FILE: neo4j-cypher-dsl/src/main/java/org/neo4j/cypherdsl/core/Delete.java class Delete (line 38) | @API(status = STABLE, since = "1.0") method Delete (line 45) | Delete(ExpressionList deleteItems, boolean detach) { method delete (line 57) | static Delete delete(Expression toBeDeleted, Expression... more) { method delete (line 70) | static Delete delete(boolean detach, Expression toBeDeleted, Expressio... method detachDelete (line 89) | static Delete detachDelete(Expression toBeDeleted, Expression... more) { method isDetach (line 96) | @API(status = INTERNAL) method accept (line 101) | @Override FILE: neo4j-cypher-dsl/src/main/java/org/neo4j/cypherdsl/core/DistinctExpression.java class DistinctExpression (line 30) | final class DistinctExpression implements Expression { method DistinctExpression (line 34) | DistinctExpression(Expression delegate) { method accept (line 38) | @Override FILE: neo4j-cypher-dsl/src/main/java/org/neo4j/cypherdsl/core/DurationLiteral.java class DurationLiteral (line 30) | final class DurationLiteral extends LiteralBase { method DurationLiteral (line 32) | private DurationLiteral(Duration content) { method of (line 36) | static Literal of(Duration duration) { method getContent (line 40) | @Override method asString (line 45) | @Override FILE: neo4j-cypher-dsl/src/main/java/org/neo4j/cypherdsl/core/ExistentialSubquery.java class ExistentialSubquery (line 38) | @API(status = STABLE, since = "2020.1.2") method ExistentialSubquery (line 48) | ExistentialSubquery(List fragments, Where innerWhere) { method ExistentialSubquery (line 54) | ExistentialSubquery(List fragments) { method ExistentialSubquery (line 60) | ExistentialSubquery(Statement statement, IdentifiableElement... import... method exists (line 66) | static ExistentialSubquery exists(List fragments) { method exists (line 71) | static Condition exists(Statement statement, IdentifiableElement... im... method exists (line 75) | static Condition exists(List patternElements, Where in... method accept (line 79) | @Override FILE: neo4j-cypher-dsl/src/main/java/org/neo4j/cypherdsl/core/ExposesAndThen.java type ExposesAndThen (line 28) | public interface ExposesAndThen, R extend... method andThen (line 31) | ExposesAndThen andThen(Statement statement); FILE: neo4j-cypher-dsl/src/main/java/org/neo4j/cypherdsl/core/ExposesCall.java type ExposesCall (line 35) | @API(status = STABLE, since = "2020.0.1") method call (line 43) | @CheckReturnValue type ExposesWithArgs (line 51) | interface ExposesWithArgs { method withArgs (line 59) | @CheckReturnValue type AsFunction (line 71) | interface AsFunction { method asFunction (line 78) | default Expression asFunction() { method asFunction (line 91) | Expression asFunction(boolean distinct); type ExposesYield (line 101) | interface ExposesYield { method yield (line 108) | @CheckReturnValue method yield (line 124) | @CheckReturnValue method yield (line 139) | @CheckReturnValue method yield (line 149) | @CheckReturnValue FILE: neo4j-cypher-dsl/src/main/java/org/neo4j/cypherdsl/core/ExposesCreate.java type ExposesCreate (line 34) | @API(status = STABLE, since = "1.0") method create (line 43) | @CheckReturnValue method create (line 53) | @CheckReturnValue FILE: neo4j-cypher-dsl/src/main/java/org/neo4j/cypherdsl/core/ExposesFinish.java type ExposesFinish (line 31) | @API(status = STABLE, since = "2024.4.0") method finish (line 34) | @CheckReturnValue FILE: neo4j-cypher-dsl/src/main/java/org/neo4j/cypherdsl/core/ExposesHints.java type ExposesHints (line 39) | @API(status = STABLE, since = "2021.0.0") method usingIndex (line 56) | @CheckReturnValue method usingIndexSeek (line 73) | @CheckReturnValue method usingScan (line 87) | @CheckReturnValue method usingJoinOn (line 104) | @CheckReturnValue method usingJoinOn (line 125) | @CheckReturnValue FILE: neo4j-cypher-dsl/src/main/java/org/neo4j/cypherdsl/core/ExposesLoadCSV.java type ExposesLoadCSV (line 33) | @API(status = STABLE, since = "2020.2.1") method loadCSV (line 42) | default LoadCSVStatementBuilder.OngoingLoadCSV loadCSV(URI from) { method loadCSV (line 53) | LoadCSVStatementBuilder.OngoingLoadCSV loadCSV(URI from, boolean withH... FILE: neo4j-cypher-dsl/src/main/java/org/neo4j/cypherdsl/core/ExposesLogicalOperators.java type ExposesLogicalOperators (line 32) | public interface ExposesLogicalOperators { method and (line 41) | @CheckReturnValue method and (line 51) | @CheckReturnValue method or (line 63) | @CheckReturnValue method or (line 73) | @CheckReturnValue FILE: neo4j-cypher-dsl/src/main/java/org/neo4j/cypherdsl/core/ExposesMatch.java type ExposesMatch (line 35) | @API(status = STABLE, since = "1.0") method match (line 44) | @CheckReturnValue method match (line 56) | @CheckReturnValue method optionalMatch (line 67) | @CheckReturnValue method optionalMatch (line 79) | @CheckReturnValue method match (line 93) | @CheckReturnValue FILE: neo4j-cypher-dsl/src/main/java/org/neo4j/cypherdsl/core/ExposesMerge.java type ExposesMerge (line 32) | @API(status = STABLE, since = "1.0") method merge (line 41) | @CheckReturnValue FILE: neo4j-cypher-dsl/src/main/java/org/neo4j/cypherdsl/core/ExposesPatternLengthAccessors.java type ExposesPatternLengthAccessors (line 34) | @API(status = STABLE, since = "2021.2.3") method unbounded (line 42) | T unbounded(); method min (line 49) | T min(Integer minimum); method max (line 56) | T max(Integer maximum); method length (line 64) | T length(Integer minimum, Integer maximum); FILE: neo4j-cypher-dsl/src/main/java/org/neo4j/cypherdsl/core/ExposesProperties.java type ExposesProperties (line 31) | public interface ExposesProperties & Prop... method withProperties (line 40) | T withProperties(MapExpression newProperties); method withProperties (line 49) | T withProperties(Object... keysAndValues); method withProperties (line 56) | T withProperties(Map newProperties); FILE: neo4j-cypher-dsl/src/main/java/org/neo4j/cypherdsl/core/ExposesRelationships.java type ExposesRelationships (line 33) | @API(status = STABLE, since = "1.0") method relationshipTo (line 42) | T relationshipTo(Node other, String... types); method relationshipFrom (line 51) | T relationshipFrom(Node other, String... types); method relationshipBetween (line 60) | T relationshipBetween(Node other, String... types); method relationshipWith (line 72) | default T relationshipWith(Node other, Relationship.Direction directio... FILE: neo4j-cypher-dsl/src/main/java/org/neo4j/cypherdsl/core/ExposesReturning.java type ExposesReturning (line 35) | @API(status = STABLE, since = "1.0") method returning (line 45) | @CheckReturnValue method returning (line 55) | @CheckReturnValue method returning (line 66) | @CheckReturnValue method returning (line 77) | @CheckReturnValue method returningDistinct (line 88) | @CheckReturnValue method returningDistinct (line 98) | @CheckReturnValue method returningDistinct (line 110) | @CheckReturnValue method returningDistinct (line 122) | @CheckReturnValue method returningRaw (line 134) | @CheckReturnValue FILE: neo4j-cypher-dsl/src/main/java/org/neo4j/cypherdsl/core/ExposesSubqueryCall.java type ExposesSubqueryCall (line 38) | @API(status = STABLE, since = "2020.1.2") method call (line 55) | @CheckReturnValue method call (line 81) | @CheckReturnValue method call (line 103) | @CheckReturnValue method callInTransactions (line 111) | @CheckReturnValue method callRawCypher (line 125) | @CheckReturnValue method callInTransactions (line 139) | @CheckReturnValue method callInTransactions (line 161) | @CheckReturnValue method callInTransactions (line 179) | @CheckReturnValue method callInTransactions (line 197) | default BuildableSubquery callInTransactions(Statement statement, Iden... method callInTransactions (line 215) | @CheckReturnValue type BuildableSubquery (line 226) | interface BuildableSubquery extends OngoingReadingWithoutWhere, Builda... FILE: neo4j-cypher-dsl/src/main/java/org/neo4j/cypherdsl/core/ExposesUnwind.java type ExposesUnwind (line 33) | @API(status = STABLE, since = "1.0") method unwind (line 41) | @CheckReturnValue method unwind (line 51) | @CheckReturnValue method unwind (line 61) | StatementBuilder.OngoingUnwind unwind(Expression expression); FILE: neo4j-cypher-dsl/src/main/java/org/neo4j/cypherdsl/core/ExposesWhere.java type ExposesWhere (line 36) | @API(status = STABLE, since = "2020.0.1") method where (line 44) | @CheckReturnValue method where (line 57) | @CheckReturnValue FILE: neo4j-cypher-dsl/src/main/java/org/neo4j/cypherdsl/core/ExposesWith.java type ExposesWith (line 38) | @API(status = STABLE, since = "2023.0.0") method with (line 46) | @CheckReturnValue method with (line 56) | @CheckReturnValue method with (line 67) | @CheckReturnValue method withDistinct (line 76) | @CheckReturnValue method withDistinct (line 87) | @CheckReturnValue method withDistinct (line 98) | @CheckReturnValue FILE: neo4j-cypher-dsl/src/main/java/org/neo4j/cypherdsl/core/Expression.java type Expression (line 35) | @API(status = STABLE, since = "1.0") method includesAll (line 46) | default Condition includesAll(Expression rhs) { method includesAny (line 58) | default Condition includesAny(Expression rhs) { method as (line 68) | default AliasedExpression as(String alias) { method size (line 88) | default Expression size() { method hasSize (line 102) | default Condition hasSize(Expression expectedSize) { method as (line 113) | default AliasedExpression as(SymbolicName alias) { method asCondition (line 125) | default Condition asCondition() { method isEqualTo (line 134) | default Condition isEqualTo(Expression rhs) { method eq (line 143) | default Condition eq(Expression rhs) { method isNotEqualTo (line 152) | default Condition isNotEqualTo(Expression rhs) { method ne (line 161) | default Condition ne(Expression rhs) { method lt (line 170) | default Condition lt(Expression rhs) { method lte (line 179) | default Condition lte(Expression rhs) { method gt (line 188) | default Condition gt(Expression rhs) { method gte (line 197) | default Condition gte(Expression rhs) { method isTrue (line 205) | default Condition isTrue() { method isFalse (line 214) | default Condition isFalse() { method matches (line 225) | default Condition matches(Expression expression) { method matches (line 235) | default Condition matches(String pattern) { method startsWith (line 246) | default Condition startsWith(Expression expression) { method contains (line 257) | default Condition contains(Expression expression) { method endsWith (line 268) | default Condition endsWith(Expression expression) { method concat (line 277) | default Operation concat(Expression expression) { method add (line 287) | default Operation add(Expression addend) { method subtract (line 297) | default Operation subtract(Expression subtrahend) { method multiply (line 308) | default Operation multiply(Expression multiplicand) { method divide (line 318) | default Operation divide(Expression dividend) { method remainder (line 327) | default Operation remainder(Expression dividend) { method pow (line 336) | default Operation pow(Expression n) { method isNull (line 347) | default Condition isNull() { method isNotNull (line 357) | default Condition isNotNull() { method in (line 367) | default Condition in(Expression haystack) { method isEmpty (line 375) | default Condition isEmpty() { method descending (line 384) | default SortItem descending() { method ascending (line 393) | default SortItem ascending() { method sorted (line 404) | default SortItem sorted(SortItem.Direction direction) { method property (line 409) | @Override method property (line 432) | @Override FILE: neo4j-cypher-dsl/src/main/java/org/neo4j/cypherdsl/core/ExpressionCondition.java class ExpressionCondition (line 32) | @API(status = INTERNAL, since = "2021.0.0") method ExpressionCondition (line 37) | ExpressionCondition(Expression value) { method accept (line 41) | @Override FILE: neo4j-cypher-dsl/src/main/java/org/neo4j/cypherdsl/core/ExpressionList.java class ExpressionList (line 37) | class ExpressionList extends TypedSubtree { method ExpressionList (line 39) | ExpressionList(List returnItems) { method ExpressionList (line 43) | ExpressionList(Expression... children) { method prepareVisit (line 47) | @Override method isEmpty (line 52) | boolean isEmpty() { method getChildren (line 56) | @Override method toString (line 61) | @Override FILE: neo4j-cypher-dsl/src/main/java/org/neo4j/cypherdsl/core/Expressions.java class Expressions (line 32) | final class Expressions { method Expressions (line 34) | private Expressions() { method count (line 44) | static CountExpression count(PatternElement requiredPattern, PatternEl... method count (line 54) | static CountExpression count(UnionQuery union) { method count (line 69) | static CountExpression count(Statement statement, IdentifiableElement.... method count (line 80) | static CountExpression count(List pattern, Where where) { method with (line 92) | static SubqueryExpressionBuilder with(IdentifiableElement... identifia... method collect (line 124) | static Expression collect(Statement statement) { method nameOrExpression (line 142) | static Expression nameOrExpression(T expression) { method createSymbolicNames (line 152) | static SymbolicName[] createSymbolicNames(String[] variables) { method createSymbolicNames (line 156) | static SymbolicName[] createSymbolicNames(Named[] variables) { method format (line 160) | static String format(Expression expression) { FILE: neo4j-cypher-dsl/src/main/java/org/neo4j/cypherdsl/core/Finish.java class Finish (line 32) | @API(status = STABLE, since = "2024.4.0") method Finish (line 37) | private Finish() { method create (line 41) | public static Finish create() { method accept (line 45) | @Override FILE: neo4j-cypher-dsl/src/main/java/org/neo4j/cypherdsl/core/Foreach.java class Foreach (line 35) | @API(status = STABLE, since = "2021.3.0") method Foreach (line 44) | Foreach(SymbolicName v, Expression list, Collection up... method accept (line 50) | @Override FILE: neo4j-cypher-dsl/src/main/java/org/neo4j/cypherdsl/core/ForeignAdapter.java type ForeignAdapter (line 33) | @API(status = STABLE, since = "2021.1.0") method asCondition (line 43) | Condition asCondition(); method asExpression (line 49) | Expression asExpression(); method asNode (line 58) | Node asNode(); method asRelationship (line 67) | Relationship asRelationship(); method asName (line 75) | SymbolicName asName(); FILE: neo4j-cypher-dsl/src/main/java/org/neo4j/cypherdsl/core/ForeignAdapterFactory.java class ForeignAdapterFactory (line 42) | @API(status = INTERNAL, since = "2021.1.0") method newCannotAdaptException (line 47) | private static IllegalArgumentException newCannotAdaptException(Class<... method getInterfaces (line 52) | private static Set getInterfaces(Class type) { method getAdapterFor (line 65) | @SuppressWarnings("unchecked") // We do check the type of expression FILE: neo4j-cypher-dsl/src/main/java/org/neo4j/cypherdsl/core/FunctionInvocation.java class FunctionInvocation (line 43) | @API(status = STABLE, since = "1.0") method FunctionInvocation (line 59) | private FunctionInvocation(String functionName, Expression... argument... method FunctionInvocation (line 65) | private FunctionInvocation(String functionName, Visitable arguments) { method create (line 78) | public static FunctionInvocation create(FunctionDefinition definition) { method create (line 90) | public static FunctionInvocation create(FunctionDefinition definition,... method createDistinct (line 109) | public static FunctionInvocation createDistinct(FunctionDefinition def... method create (line 133) | public static FunctionInvocation create(FunctionDefinition definition,... method create (line 146) | static FunctionInvocation create(FunctionDefinition definition, TypedS... method getFunctionName (line 157) | @API(status = INTERNAL) method accept (line 162) | @Override method toString (line 169) | @Override type FunctionDefinition (line 177) | @API(status = STABLE, since = "2020.1.0") method getImplementationName (line 183) | String getImplementationName(); method isAggregate (line 188) | default boolean isAggregate() { FILE: neo4j-cypher-dsl/src/main/java/org/neo4j/cypherdsl/core/Functions.java class Functions (line 39) | final class Functions { method Functions (line 41) | private Functions() { method id (line 52) | @Deprecated(since = "2023.3.0") method id (line 70) | @Deprecated(since = "2023.3.0") method elementId (line 85) | @Neo4jVersion(minimum = "5.0.0") method elementId (line 98) | @Neo4jVersion(minimum = "5.0.0") method keys (line 113) | static FunctionInvocation keys(Node node) { method keys (line 126) | static FunctionInvocation keys(Relationship relationship) { method keys (line 140) | static FunctionInvocation keys(Expression expression) { method labels (line 154) | static FunctionInvocation labels(Node node) { method labels (line 172) | static FunctionInvocation labels(SymbolicName node) { method type (line 185) | static FunctionInvocation type(Relationship relationship) { method type (line 203) | static FunctionInvocation type(SymbolicName relationship) { method count (line 216) | static FunctionInvocation count(Node node) { method count (line 230) | static FunctionInvocation count(Expression expression) { method countDistinct (line 242) | static FunctionInvocation countDistinct(Node node) { method countDistinct (line 257) | static FunctionInvocation countDistinct(Expression expression) { method properties (line 267) | static FunctionInvocation properties(Node node) { method properties (line 279) | static FunctionInvocation properties(Relationship relationship) { method properties (line 291) | static FunctionInvocation properties(MapExpression map) { method coalesce (line 302) | static FunctionInvocation coalesce(Expression... expressions) { method left (line 315) | static FunctionInvocation left(Expression expression, Expression lengt... method ltrim (line 330) | static FunctionInvocation ltrim(Expression expression) { method replace (line 346) | static FunctionInvocation replace(Expression original, Expression sear... method reverse (line 359) | static FunctionInvocation reverse(Expression original) { method right (line 373) | static FunctionInvocation right(Expression expression, Expression leng... method rtrim (line 388) | static FunctionInvocation rtrim(Expression expression) { method substring (line 405) | static FunctionInvocation substring(Expression original, Expression st... method expressionOrNullLit (line 414) | private static Expression expressionOrNullLit(Expression expression) { method toLower (line 424) | static FunctionInvocation toLower(Expression expression) { method toUpper (line 437) | static FunctionInvocation toUpper(Expression expression) { method trim (line 450) | static FunctionInvocation trim(Expression expression) { method split (line 464) | static FunctionInvocation split(Expression expression, Expression deli... method split (line 479) | static FunctionInvocation split(Expression expression, String delimite... method size (line 500) | static FunctionInvocation size(Expression expression) { method size (line 516) | static FunctionInvocation size(RelationshipPattern pattern) { method exists (line 527) | static FunctionInvocation exists(Expression expression) { method distance (line 540) | static FunctionInvocation distance(Expression point1, Expression point... method point (line 554) | static FunctionInvocation point(MapExpression parameterMap) { method point (line 570) | static FunctionInvocation point(Expression expression) { method point (line 582) | static FunctionInvocation point(Parameter parameter) { method cartesian (line 594) | static FunctionInvocation cartesian(double x, double y) { method coordinate (line 606) | static FunctionInvocation coordinate(double longitude, double latitude) { method withinBBox (line 621) | static FunctionInvocation withinBBox(Expression point, Expression lowe... method avg (line 632) | static FunctionInvocation avg(Expression expression) { method avgDistinct (line 644) | static FunctionInvocation avgDistinct(Expression expression) { method collect (line 655) | static FunctionInvocation collect(Named variable) { method collectDistinct (line 669) | static FunctionInvocation collectDistinct(Named variable) { method collect (line 682) | static FunctionInvocation collect(Expression expression) { method collectDistinct (line 694) | static FunctionInvocation collectDistinct(Expression expression) { method max (line 705) | static FunctionInvocation max(Expression expression) { method maxDistinct (line 717) | static FunctionInvocation maxDistinct(Expression expression) { method min (line 728) | static FunctionInvocation min(Expression expression) { method minDistinct (line 740) | static FunctionInvocation minDistinct(Expression expression) { method assertPercentileArguments (line 745) | private static void assertPercentileArguments(Aggregates builtIn, Expr... method percentileCont (line 762) | static FunctionInvocation percentileCont(Expression expression, Number... method percentileContDistinct (line 777) | static FunctionInvocation percentileContDistinct(Expression expression... method percentileDisc (line 792) | static FunctionInvocation percentileDisc(Expression expression, Number... method percentileDiscDistinct (line 807) | static FunctionInvocation percentileDiscDistinct(Expression expression... method stDev (line 820) | static FunctionInvocation stDev(Expression expression) { method stDevDistinct (line 832) | static FunctionInvocation stDevDistinct(Expression expression) { method stDevP (line 843) | static FunctionInvocation stDevP(Expression expression) { method stDevPDistinct (line 855) | static FunctionInvocation stDevPDistinct(Expression expression) { method sum (line 866) | static FunctionInvocation sum(Expression expression) { method sumDistinct (line 878) | static FunctionInvocation sumDistinct(Expression expression) { method range (line 890) | static FunctionInvocation range(Integer start, Integer end) { method range (line 902) | static FunctionInvocation range(Expression start, Expression end) { method range (line 915) | static FunctionInvocation range(Integer start, Integer end, Integer st... method range (line 928) | static FunctionInvocation range(Expression start, Expression end, Expr... method head (line 947) | static FunctionInvocation head(Expression expression) { method last (line 958) | static FunctionInvocation last(Expression expression) { method nodes (line 970) | static FunctionInvocation nodes(NamedPath path) { method nodes (line 988) | static FunctionInvocation nodes(SymbolicName symbolicName) { method relationships (line 1001) | static FunctionInvocation relationships(NamedPath path) { method relationships (line 1019) | static FunctionInvocation relationships(SymbolicName symbolicName) { method startNode (line 1032) | static FunctionInvocation startNode(Relationship relationship) { method endNode (line 1046) | static FunctionInvocation endNode(Relationship relationship) { method date (line 1060) | static FunctionInvocation date() { method calendarDate (line 1074) | static FunctionInvocation calendarDate(Integer year, Integer month, In... method weekDate (line 1092) | static FunctionInvocation weekDate(Integer year, Integer week, Integer... method quarterDate (line 1122) | static FunctionInvocation quarterDate(Integer year, Integer quarter, I... method ordinalDate (line 1148) | static FunctionInvocation ordinalDate(Integer year, Integer ordinalDay) { method date (line 1170) | static FunctionInvocation date(MapExpression components) { method date (line 1184) | static FunctionInvocation date(String temporalValue) { method date (line 1198) | static FunctionInvocation date(Expression temporalValue) { method datetime (line 1210) | static FunctionInvocation datetime() { method datetime (line 1222) | static FunctionInvocation datetime(TimeZone timeZone) { method datetime (line 1236) | static FunctionInvocation datetime(MapExpression components) { method datetime (line 1250) | static FunctionInvocation datetime(String temporalValue) { method datetime (line 1264) | static FunctionInvocation datetime(Expression temporalValue) { method localdatetime (line 1276) | static FunctionInvocation localdatetime() { method localdatetime (line 1288) | static FunctionInvocation localdatetime(TimeZone timeZone) { method localdatetime (line 1302) | static FunctionInvocation localdatetime(MapExpression components) { method localdatetime (line 1316) | static FunctionInvocation localdatetime(String temporalValue) { method localdatetime (line 1330) | static FunctionInvocation localdatetime(Expression temporalValue) { method localtime (line 1342) | static FunctionInvocation localtime() { method localtime (line 1354) | static FunctionInvocation localtime(TimeZone timeZone) { method localtime (line 1368) | static FunctionInvocation localtime(MapExpression components) { method localtime (line 1382) | static FunctionInvocation localtime(String temporalValue) { method localtime (line 1396) | static FunctionInvocation localtime(Expression temporalValue) { method time (line 1408) | static FunctionInvocation time() { method time (line 1420) | static FunctionInvocation time(TimeZone timeZone) { method timezoneMapLiteralOf (line 1426) | private static Expression timezoneMapLiteralOf(TimeZone timeZone) { method time (line 1438) | static FunctionInvocation time(MapExpression components) { method time (line 1452) | static FunctionInvocation time(String temporalValue) { method time (line 1466) | static FunctionInvocation time(Expression temporalValue) { method duration (line 1480) | static FunctionInvocation duration(MapExpression components) { method duration (line 1494) | static FunctionInvocation duration(String temporalAmount) { method duration (line 1508) | static FunctionInvocation duration(Expression temporalAmount) { method reduce (line 1521) | static Reduction.OngoingDefinitionWithVariable reduce(SymbolicName var... method abs (line 1533) | static FunctionInvocation abs(Expression expression) { method ceil (line 1546) | static FunctionInvocation ceil(Expression expression) { method floor (line 1559) | static FunctionInvocation floor(Expression expression) { method rand (line 1571) | static FunctionInvocation rand() { method round (line 1585) | static FunctionInvocation round(Expression value, Expression... expres... method sign (line 1610) | static FunctionInvocation sign(Expression expression) { method e (line 1622) | static FunctionInvocation e() { method exp (line 1634) | static FunctionInvocation exp(Expression expression) { method log (line 1647) | static FunctionInvocation log(Expression expression) { method log10 (line 1660) | static FunctionInvocation log10(Expression expression) { method sqrt (line 1673) | static FunctionInvocation sqrt(Expression expression) { method acos (line 1686) | static FunctionInvocation acos(Expression expression) { method asin (line 1699) | static FunctionInvocation asin(Expression expression) { method atan (line 1712) | static FunctionInvocation atan(Expression expression) { method atan2 (line 1726) | static FunctionInvocation atan2(Expression y, Expression x) { method cos (line 1740) | static FunctionInvocation cos(Expression expression) { method cot (line 1753) | static FunctionInvocation cot(Expression expression) { method degrees (line 1766) | static FunctionInvocation degrees(Expression expression) { method haversin (line 1779) | static FunctionInvocation haversin(Expression expression) { method pi (line 1791) | static FunctionInvocation pi() { method radians (line 1803) | static FunctionInvocation radians(Expression expression) { method sin (line 1816) | static FunctionInvocation sin(Expression expression) { method tan (line 1829) | static FunctionInvocation tan(Expression expression) { method toInteger (line 1842) | static FunctionInvocation toInteger(Expression expression) { method toString (line 1855) | static FunctionInvocation toString(Expression expression) { method toStringOrNull (line 1868) | static FunctionInvocation toStringOrNull(Expression expression) { method toFloat (line 1881) | static FunctionInvocation toFloat(Expression expression) { method toBoolean (line 1894) | static FunctionInvocation toBoolean(Expression expression) { method linenumber (line 1906) | static FunctionInvocation linenumber() { method file (line 1917) | static FunctionInvocation file() { method randomUUID (line 1928) | static FunctionInvocation randomUUID() { method length (line 1939) | static FunctionInvocation length(NamedPath path) { method graphNames (line 1954) | @Neo4jVersion(minimum = "5.0.0") method graphPropertiesByName (line 1967) | @Neo4jVersion(minimum = "5.0.0") method graphByName (line 1980) | @Neo4jVersion(minimum = "5.0.0") FILE: neo4j-cypher-dsl/src/main/java/org/neo4j/cypherdsl/core/HasLabelCondition.java class HasLabelCondition (line 38) | @API(status = STABLE, since = "1.0") method HasLabelCondition (line 45) | private HasLabelCondition(SymbolicName nodeName, List nodeL... method HasLabelCondition (line 55) | private HasLabelCondition(SymbolicName nodeName, Labels labels) { method create (line 60) | static HasLabelCondition create(SymbolicName nodeName, String... label... method create (line 74) | static HasLabelCondition create(SymbolicName nodeName, Labels labels) { method accept (line 82) | @Override FILE: neo4j-cypher-dsl/src/main/java/org/neo4j/cypherdsl/core/Hint.java class Hint (line 40) | public final class Hint implements Visitable { method Hint (line 48) | private Hint(Type type, List indexReferences, IndexPro... method useIndexFor (line 62) | public static Hint useIndexFor(boolean seek, Property... properties) { method useScanFor (line 114) | public static Hint useScanFor(Node node) { method useJoinOn (line 130) | public static Hint useJoinOn(SymbolicName... name) { method toString (line 136) | @Override method accept (line 141) | @Override type Type (line 151) | private enum Type implements Visitable { method toString (line 155) | @Override class IndexReference (line 162) | private static final class IndexReference implements Visitable { method IndexReference (line 168) | IndexReference(SymbolicName symbolicName) { method IndexReference (line 172) | IndexReference(SymbolicName symbolicName, NodeLabel optionalLabel) { method pointsToSameContainer (line 177) | boolean pointsToSameContainer(SymbolicName otherSymbolicName, NodeLa... method accept (line 181) | @Override method toString (line 190) | @Override class IndexReferences (line 197) | private static final class IndexReferences extends TypedSubtree indexReferences) { class IndexProperties (line 208) | private static final class IndexProperties extends TypedSubtree properties) { method getPrefix (line 214) | @Override method getSuffix (line 219) | @Override FILE: neo4j-cypher-dsl/src/main/java/org/neo4j/cypherdsl/core/IdentifiableElement.java type IdentifiableElement (line 34) | public sealed interface IdentifiableElement permits AliasedExpression, A... method asExpression (line 42) | Expression asExpression(); FILE: neo4j-cypher-dsl/src/main/java/org/neo4j/cypherdsl/core/ImportingWith.java method ImportingWith (line 44) | ImportingWith() { method of (line 48) | static ImportingWith of(IdentifiableElement... imports) { method accept (line 78) | @Override FILE: neo4j-cypher-dsl/src/main/java/org/neo4j/cypherdsl/core/InTransactions.java class InTransactions (line 34) | @API(status = STABLE, since = "2022.3.0") method InTransactions (line 41) | @API(status = INTERNAL) method getRows (line 50) | @API(status = INTERNAL) method accept (line 55) | @Override method toString (line 62) | @Override FILE: neo4j-cypher-dsl/src/main/java/org/neo4j/cypherdsl/core/InternalNodeImpl.java class InternalNodeImpl (line 38) | @API(status = INTERNAL, since = "2021.1.0") method InternalNodeImpl (line 41) | InternalNodeImpl() { method InternalNodeImpl (line 44) | InternalNodeImpl(Labels labelExpression, Where innerPredicate) { method InternalNodeImpl (line 48) | InternalNodeImpl(String primaryLabel, String... additionalLabels) { method InternalNodeImpl (line 52) | InternalNodeImpl(SymbolicName symbolicName, List labels, La... method InternalNodeImpl (line 57) | InternalNodeImpl(SymbolicName symbolicName, String primaryLabel, MapEx... method named (line 62) | @Override method withProperties (line 71) | @Override method where (line 78) | @Override FILE: neo4j-cypher-dsl/src/main/java/org/neo4j/cypherdsl/core/InternalPropertyImpl.java class InternalPropertyImpl (line 39) | @API(status = INTERNAL, since = "2021.1.0") method InternalPropertyImpl (line 62) | @SuppressWarnings("OptionalUsedAsFieldOrParameterType") method create (line 72) | static Property create(Named parentContainer, String... names) { method create (line 79) | static Property create(Expression containerReference, String... names) { method create (line 85) | static Property create(Named parentContainer, Expression lookup) { method create (line 92) | static Property create(Expression containerReference, Expression looku... method createListOfChainedNames (line 98) | private static List createListOfChainedNames(String...... method extractRequiredSymbolicName (line 112) | private static SymbolicName extractRequiredSymbolicName(Named parentCo... method getNames (line 122) | @Override method getContainer (line 127) | @Override method getContainerReference (line 132) | @Override method getName (line 137) | @Override method referencedAs (line 146) | @Override method to (line 153) | @Override method accept (line 158) | @Override method asExpression (line 166) | @Override method toString (line 171) | @Override FILE: neo4j-cypher-dsl/src/main/java/org/neo4j/cypherdsl/core/InternalRelationshipImpl.java class InternalRelationshipImpl (line 36) | @API(status = INTERNAL, since = "2021.1.0") method InternalRelationshipImpl (line 39) | InternalRelationshipImpl(SymbolicName symbolicName, Node left, Directi... method InternalRelationshipImpl (line 44) | InternalRelationshipImpl(SymbolicName symbolicName, Node left, Directi... method InternalRelationshipImpl (line 49) | InternalRelationshipImpl(Node left, Details details, QuantifiedPathPat... method named (line 53) | @Override method withProperties (line 60) | @Override FILE: neo4j-cypher-dsl/src/main/java/org/neo4j/cypherdsl/core/KeyValueMapEntry.java class KeyValueMapEntry (line 34) | @API(status = STABLE, since = "1.0") method KeyValueMapEntry (line 41) | private KeyValueMapEntry(String key, Expression value) { method create (line 54) | @API(status = STABLE, since = "2021.2.3") method getKey (line 66) | @API(status = INTERNAL) method getValue (line 74) | @API(status = INTERNAL) method accept (line 79) | @Override method toString (line 87) | @Override FILE: neo4j-cypher-dsl/src/main/java/org/neo4j/cypherdsl/core/LabelExpression.java method LabelExpression (line 61) | public LabelExpression(String value) { method and (line 70) | public LabelExpression and(LabelExpression next) { method or (line 79) | public LabelExpression or(LabelExpression next) { method negate (line 87) | public LabelExpression negate() { type Type (line 96) | @Deprecated(forRemoval = true) method Type (line 122) | Type(String value) { method getValue (line 129) | public String getValue() { FILE: neo4j-cypher-dsl/src/main/java/org/neo4j/cypherdsl/core/Labels.java class Labels (line 43) | public final class Labels implements Visitable { method of (line 45) | @SuppressWarnings("removal") method exactly (line 64) | static Labels exactly(String label) { method all (line 73) | static Labels all(Expression expression) { method any (line 82) | static Labels any(Expression expression) { method colonConjunction (line 91) | public static Labels colonConjunction(Collection values) { method Labels (line 115) | Labels(Modifier modifier, Visitable labels) { method Labels (line 119) | Labels(Type type, boolean negated, List value, Labels lhs, Labe... method and (line 132) | public Labels and(Labels next) { method or (line 141) | public Labels or(Labels next) { method negate (line 149) | public Labels negate() { method conjunctionWith (line 158) | public Labels conjunctionWith(Labels other) { method disjunctionWith (line 162) | public Labels disjunctionWith(Labels other) { method colonJunction (line 166) | private Labels colonJunction(Labels other, Type colonDisjunction) { method getLhs (line 176) | public Labels getLhs() { method isNegated (line 183) | public boolean isNegated() { method getRhs (line 190) | public Labels getRhs() { method getType (line 194) | public Type getType() { method getValue (line 198) | public List getValue() { method getStaticValues (line 205) | public Collection getStaticValues() { method collectLabels (line 212) | private static void collectLabels(Labels l, Set labels) { method canBeUsedInUpdate (line 229) | boolean canBeUsedInUpdate() { method isEmpty (line 238) | public boolean isEmpty() { type Modifier (line 247) | public enum Modifier { method accept (line 272) | @Override type Type (line 283) | public enum Type { method Type (line 308) | Type(String value) { method getValue (line 315) | public String getValue() { FILE: neo4j-cypher-dsl/src/main/java/org/neo4j/cypherdsl/core/Limit.java class Limit (line 35) | @API(status = STABLE, since = "1.0") method Limit (line 40) | private Limit(Expression limitExpression) { method create (line 44) | static Limit create(Expression value) { method accept (line 51) | @Override method toString (line 58) | @Override FILE: neo4j-cypher-dsl/src/main/java/org/neo4j/cypherdsl/core/ListComprehension.java class ListComprehension (line 39) | @API(status = STABLE, since = "1.0.1") method ListComprehension (line 67) | private ListComprehension(SymbolicName variable, Expression listExpres... method with (line 75) | static OngoingDefinitionWithVariable with(SymbolicName variable) { method accept (line 81) | @Override type OngoingDefinitionWithVariable (line 98) | public interface OngoingDefinitionWithVariable { method in (line 105) | @CheckReturnValue type OngoingDefinitionWithList (line 113) | public interface OngoingDefinitionWithList extends OngoingDefinitionWi... method where (line 120) | @CheckReturnValue type OngoingDefinitionWithoutReturn (line 128) | public interface OngoingDefinitionWithoutReturn { method returning (line 136) | default ListComprehension returning(Named... variables) { method returning (line 145) | ListComprehension returning(Expression... listDefinition); method returning (line 152) | ListComprehension returning(); class Builder (line 156) | private static final class Builder implements OngoingDefinitionWithVar... method Builder (line 164) | private Builder(SymbolicName variable) { method in (line 168) | @Override method where (line 174) | @Override method returning (line 180) | @Override method returning (line 186) | @Override FILE: neo4j-cypher-dsl/src/main/java/org/neo4j/cypherdsl/core/ListExpression.java class ListExpression (line 34) | @API(status = STABLE, since = "1.0") method ListExpression (line 39) | private ListExpression(ExpressionList content) { method listOrSingleExpression (line 43) | static Expression listOrSingleExpression(Expression... expressions) { method create (line 56) | static ListExpression create(Expression... expressions) { method accept (line 61) | @Override method toString (line 69) | @Override FILE: neo4j-cypher-dsl/src/main/java/org/neo4j/cypherdsl/core/ListLiteral.java class ListLiteral (line 35) | @API(status = STABLE, since = "1.0") method ListLiteral (line 38) | ListLiteral(Iterable> content) { method asString (line 42) | @Override method getContent (line 50) | @Override FILE: neo4j-cypher-dsl/src/main/java/org/neo4j/cypherdsl/core/ListOperator.java class ListOperator (line 37) | @API(status = API.Status.EXPERIMENTAL, since = "2020.1.0") method asString (line 44) | @Override method ListOperator (line 60) | private ListOperator(Expression targetExpression, Expression optionalS... method subList (line 74) | static ListOperator subList(Expression targetExpression, Expression st... method subListFrom (line 89) | static ListOperator subListFrom(Expression targetExpression, Expressio... method subListUntil (line 103) | static ListOperator subListUntil(Expression targetExpression, Expressi... method valueAt (line 117) | static ListOperator valueAt(Expression targetExpression, Expression in... method accept (line 125) | @Override class Details (line 134) | @API(status = INTERNAL, since = "1.0") method Details (line 152) | Details(Expression optionalStart, Literal dots, Expression o... method accept (line 158) | @Override method getPrefix (line 168) | @Override method getSuffix (line 173) | @Override method toString (line 178) | @Override FILE: neo4j-cypher-dsl/src/main/java/org/neo4j/cypherdsl/core/ListPredicate.java class ListPredicate (line 32) | @API(status = INTERNAL, since = "1.1") method ListPredicate (line 51) | ListPredicate(SymbolicName variable, Expression listExpression, Where ... method accept (line 58) | @Override method toString (line 68) | @Override FILE: neo4j-cypher-dsl/src/main/java/org/neo4j/cypherdsl/core/Literal.java type Literal (line 32) | @API(status = STABLE, since = "1.0") method asString (line 41) | String asString(); method getContent (line 49) | default T getContent() { class UnsupportedLiteralException (line 58) | @API(status = STABLE, since = "2021.1.0") method UnsupportedLiteralException (line 68) | UnsupportedLiteralException(String message, Object unsupportedObject) { method UnsupportedLiteralException (line 73) | UnsupportedLiteralException(Object unsupportedObject) { method getUnsupportedType (line 81) | public Class getUnsupportedType() { FILE: neo4j-cypher-dsl/src/main/java/org/neo4j/cypherdsl/core/LiteralBase.java class LiteralBase (line 34) | @API(status = INTERNAL, since = "2021.1.0") method asString (line 41) | @Override method LiteralBase (line 56) | protected LiteralBase(T content) { method equals (line 60) | @Override method hashCode (line 72) | @Override method toString (line 77) | @Override FILE: neo4j-cypher-dsl/src/main/java/org/neo4j/cypherdsl/core/LoadCSVStatementBuilder.java type LoadCSVStatementBuilder (line 34) | @API(status = STABLE, since = "2021.2.1") method usingPeriodicCommit (line 43) | static ExposesLoadCSV usingPeriodicCommit(Integer rate) { method loadCSV (line 54) | static OngoingLoadCSV loadCSV(URI from, boolean withHeaders) { method withFieldTerminator (line 64) | StatementBuilder withFieldTerminator(String fieldTerminator); type OngoingLoadCSV (line 70) | interface OngoingLoadCSV { method as (line 78) | default LoadCSVStatementBuilder as(SymbolicName alias) { method as (line 88) | LoadCSVStatementBuilder as(String alias); FILE: neo4j-cypher-dsl/src/main/java/org/neo4j/cypherdsl/core/MapExpression.java class MapExpression (line 45) | @API(status = STABLE, since = "1.0") method MapExpression (line 48) | private MapExpression(List children) { method create (line 52) | static MapExpression create(Map map) { method create (line 64) | static MapExpression create(boolean sort, Object... input) { method withEntries (line 100) | static MapExpression withEntries(List entries) { method addEntries (line 104) | MapExpression addEntries(List entries) { method prepareVisit (line 111) | @Override method toString (line 116) | @Override FILE: neo4j-cypher-dsl/src/main/java/org/neo4j/cypherdsl/core/MapLiteral.java class MapLiteral (line 34) | @API(status = STABLE, since = "2023.2.0") method MapLiteral (line 37) | MapLiteral(Map> content) { method asString (line 41) | @Override FILE: neo4j-cypher-dsl/src/main/java/org/neo4j/cypherdsl/core/MapProjection.java class MapProjection (line 39) | @API(status = STABLE, since = "1.0") method MapProjection (line 46) | MapProjection(SymbolicName name, MapExpression map) { method create (line 58) | @API(status = INTERNAL, since = "2023.9.0") method sorted (line 71) | @API(status = INTERNAL, since = "2024.1.1") method contentAt (line 77) | private static Object contentAt(Object[] content, int i) { method createNewContent (line 89) | private static List createNewContent(boolean sort, Object.... method and (line 189) | public MapProjection and(Object... content) { method accept (line 193) | @Override method toString (line 201) | @Override FILE: neo4j-cypher-dsl/src/main/java/org/neo4j/cypherdsl/core/Match.java class Match (line 39) | @API(status = STABLE, since = "1.0") method Match (line 54) | Match(boolean optional, Pattern pattern, Where optionalWhere, List mergeActions) { method hasEvents (line 56) | @API(status = INTERNAL) method accept (line 61) | @Override FILE: neo4j-cypher-dsl/src/main/java/org/neo4j/cypherdsl/core/MergeAction.java class MergeAction (line 41) | @API(status = STABLE, since = "2020.1.2") method MergeAction (line 48) | private MergeAction(Type type, UpdatingClause set) { method of (line 61) | public static MergeAction of(Type type, Set set) { method toString (line 65) | @Override method getType (line 73) | @API(status = INTERNAL) method accept (line 78) | @Override type Type (line 89) | public enum Type { FILE: neo4j-cypher-dsl/src/main/java/org/neo4j/cypherdsl/core/MessageKeys.java class MessageKeys (line 26) | final class MessageKeys { method MessageKeys (line 72) | private MessageKeys() { FILE: neo4j-cypher-dsl/src/main/java/org/neo4j/cypherdsl/core/MultiPartElement.java class MultiPartElement (line 34) | class MultiPartElement implements Visitable { method MultiPartElement (line 40) | MultiPartElement(List precedingClauses, With with) { method accept (line 52) | @Override method toString (line 61) | @Override method isImporting (line 66) | boolean isImporting() { method getImports (line 71) | IdentifiableElement[] getImports() { FILE: neo4j-cypher-dsl/src/main/java/org/neo4j/cypherdsl/core/MultiPartQuery.java class MultiPartQuery (line 36) | @API(status = INTERNAL, since = "1.0") method MultiPartQuery (line 43) | private MultiPartQuery(List parts, SinglePartQuery r... method create (line 49) | static MultiPartQuery create(List parts, SinglePartQ... method getParts (line 59) | List getParts() { method stripFirst (line 63) | Statement stripFirst() { method accept (line 68) | @Override class MultiPartQueryWithResult (line 75) | static final class MultiPartQueryWithResult extends MultiPartQuery imp... method MultiPartQueryWithResult (line 77) | private MultiPartQueryWithResult(List parts, Singl... FILE: neo4j-cypher-dsl/src/main/java/org/neo4j/cypherdsl/core/Named.java type Named (line 33) | @API(status = STABLE, since = "1.0") method getSymbolicName (line 39) | Optional getSymbolicName(); method getRequiredSymbolicName (line 46) | default SymbolicName getRequiredSymbolicName() { method asExpression (line 50) | @Override FILE: neo4j-cypher-dsl/src/main/java/org/neo4j/cypherdsl/core/NamedPath.java class NamedPath (line 43) | @API(status = STABLE, since = "1.1") method NamedPath (line 61) | private NamedPath(SymbolicName name) { method NamedPath (line 67) | private NamedPath(SymbolicName name, PatternSelector optionalPatternSe... method NamedPath (line 73) | private NamedPath(SymbolicName name, FunctionInvocation algorithm) { method named (line 79) | static OngoingDefinitionWithName named(String name) { method named (line 84) | static OngoingDefinitionWithName named(SymbolicName name) { method named (line 90) | static OngoingShortestPathDefinitionWithName named(String name, Functi... method named (line 95) | static OngoingShortestPathDefinitionWithName named(SymbolicName name, ... method shortest (line 101) | static OngoingShortestDefinition shortest(int k) { method allShortest (line 105) | static OngoingShortestDefinition allShortest() { method shortestKGroups (line 109) | static OngoingShortestDefinition shortestKGroups(int k) { method any (line 113) | static OngoingShortestDefinition any() { method select (line 117) | @API(status = INTERNAL, since = "2024.7.0") method getSymbolicName (line 126) | @Override method accept (line 131) | @Override type OngoingNamedDefinition (line 154) | public interface OngoingNamedDefinition { method definedBy (line 161) | NamedPath definedBy(PatternElement pattern); type OngoingDefinitionWithName (line 168) | public interface OngoingDefinitionWithName extends OngoingNamedDefinit... method get (line 176) | NamedPath get(); type OngoingShortestPathDefinitionWithName (line 184) | public interface OngoingShortestPathDefinitionWithName { method definedBy (line 191) | NamedPath definedBy(Relationship relationship); type OngoingShortestDefinition (line 198) | public interface OngoingShortestDefinition { method named (line 200) | default OngoingNamedDefinition named(String name) { method named (line 204) | OngoingNamedDefinition named(SymbolicName name); method definedBy (line 210) | @Override method get (line 218) | @Override method definedBy (line 227) | @Override class ShortestBuilder (line 233) | private static final class ShortestBuilder implements OngoingShortestD... method ShortestBuilder (line 239) | private ShortestBuilder(PatternSelector shortest) { method named (line 243) | @Override method definedBy (line 249) | @Override FILE: neo4j-cypher-dsl/src/main/java/org/neo4j/cypherdsl/core/NestedExpression.java class NestedExpression (line 32) | @API(status = STABLE, since = "1.0") method NestedExpression (line 37) | NestedExpression(Expression delegate) { method accept (line 41) | @Override method toString (line 49) | @Override FILE: neo4j-cypher-dsl/src/main/java/org/neo4j/cypherdsl/core/Node.java type Node (line 34) | @API(status = STABLE, since = "1.0") method getLabels (line 41) | List getLabels(); method named (line 48) | Node named(String newSymbolicName); method named (line 55) | Node named(SymbolicName newSymbolicName); method hasLabels (line 62) | Condition hasLabels(String... labelsToQuery); method hasLabels (line 71) | @SuppressWarnings("removal") method hasLabels (line 81) | Condition hasLabels(Labels labels); method isEqualTo (line 88) | Condition isEqualTo(Node otherNode); method isNotEqualTo (line 95) | Condition isNotEqualTo(Node otherNode); method isNull (line 101) | Condition isNull(); method isNotNull (line 107) | Condition isNotNull(); method descending (line 113) | SortItem descending(); method ascending (line 119) | SortItem ascending(); method as (line 126) | AliasedExpression as(String alias); method internalId (line 133) | @Deprecated(since = "2022.6.0") method elementId (line 143) | default FunctionInvocation elementId() { method labels (line 150) | FunctionInvocation labels(); FILE: neo4j-cypher-dsl/src/main/java/org/neo4j/cypherdsl/core/NodeBase.java class NodeBase (line 43) | @API(status = STABLE, since = "2021.1.0") method NodeBase (line 68) | protected NodeBase(String primaryLabel, String... additionalLabels) { method NodeBase (line 80) | protected NodeBase(SymbolicName symbolicName, List staticLa... method NodeBase (line 84) | NodeBase() { method NodeBase (line 89) | NodeBase(SymbolicName symbolicName, String primaryLabel, MapExpression... method NodeBase (line 94) | NodeBase(SymbolicName symbolicName, List staticLabels, Labe... method assertLabels (line 104) | private static List assertLabels(String primaryLabel, Strin... method named (line 123) | @Override method named (line 136) | @Override method withProperties (line 141) | @Override method withProperties (line 156) | @Override method withProperties (line 169) | @Override method getProperties (line 181) | protected final Properties getProperties() { method getLabels (line 185) | @Override method getSymbolicName (line 190) | @Override method getRequiredSymbolicName (line 195) | @Override method accept (line 211) | @Override FILE: neo4j-cypher-dsl/src/main/java/org/neo4j/cypherdsl/core/NodeLabel.java class NodeLabel (line 32) | @API(status = STABLE, since = "1.0") method NodeLabel (line 37) | NodeLabel(String value) { method getValue (line 44) | public String getValue() { method toString (line 48) | @Override FILE: neo4j-cypher-dsl/src/main/java/org/neo4j/cypherdsl/core/NullLiteral.java class NullLiteral (line 32) | @API(status = STABLE, since = "1.0") method NullLiteral (line 37) | private NullLiteral() { method asString (line 42) | @Override FILE: neo4j-cypher-dsl/src/main/java/org/neo4j/cypherdsl/core/NumberLiteral.java class NumberLiteral (line 32) | @API(status = STABLE, since = "1.0") method NumberLiteral (line 35) | NumberLiteral(Number content) { method asString (line 39) | @Override method getContent (line 45) | @Override FILE: neo4j-cypher-dsl/src/main/java/org/neo4j/cypherdsl/core/OngoingListBasedPredicateFunction.java type OngoingListBasedPredicateFunction (line 29) | public interface OngoingListBasedPredicateFunction { method in (line 36) | @CheckReturnValue FILE: neo4j-cypher-dsl/src/main/java/org/neo4j/cypherdsl/core/OngoingListBasedPredicateFunctionWithList.java type OngoingListBasedPredicateFunctionWithList (line 27) | public interface OngoingListBasedPredicateFunctionWithList { method where (line 34) | Condition where(Condition condition); FILE: neo4j-cypher-dsl/src/main/java/org/neo4j/cypherdsl/core/Operation.java class Operation (line 39) | @API(status = STABLE, since = "1.0") method Operation (line 59) | Operation(Expression left, Operator operator, Expression right) { method Operation (line 66) | Operation(Expression left, Operator operator, Visitable right) { method create (line 73) | static Operation create(Operator operator, Expression expression) { method create (line 86) | static Operation create(Expression op1, Operator operator, Expression ... method create (line 95) | static Operation create(Node op1, Operator operator, String... nodeLab... method create (line 112) | static Operation create(Node op1, Operator operator, Labels labels) { method accept (line 125) | @Override method needsGrouping (line 141) | public boolean needsGrouping() { method getOperator (line 145) | @API(status = INTERNAL) method toString (line 150) | @Override FILE: neo4j-cypher-dsl/src/main/java/org/neo4j/cypherdsl/core/Operations.java class Operations (line 31) | final class Operations { method Operations (line 39) | private Operations() { method minus (line 50) | static Operation minus(Expression e) { method plus (line 63) | static Expression plus(Expression e) { method concat (line 68) | static Operation concat(Expression op1, Expression op2) { method add (line 73) | static Operation add(Expression op1, Expression op2) { method subtract (line 78) | static Operation subtract(Expression op1, Expression op2) { method multiply (line 83) | static Operation multiply(Expression op1, Expression op2) { method divide (line 88) | static Operation divide(Expression op1, Expression op2) { method remainder (line 93) | static Operation remainder(Expression op1, Expression op2) { method pow (line 98) | static Operation pow(Expression op1, Expression op2) { method set (line 112) | static Operation set(Expression target, Expression value) { method mutate (line 126) | static Operation mutate(Expression target, MapExpression value) { method mutate (line 140) | static Operation mutate(Expression target, Expression value) { method set (line 157) | static Operation set(Node target, String... label) { method set (line 169) | static Operation set(Node target, Labels labels) { method remove (line 181) | static Operation remove(Node target, String... label) { method remove (line 193) | static Expression remove(Node node, Labels labels) { FILE: neo4j-cypher-dsl/src/main/java/org/neo4j/cypherdsl/core/Operator.java type Operator (line 34) | @API(status = STABLE, since = "1.0") method Operator (line 190) | Operator(String representation) { method Operator (line 194) | Operator(String representation, Type type) { method getRepresentation (line 202) | @API(status = INTERNAL) method isUnary (line 210) | boolean isUnary() { method getType (line 217) | @API(status = INTERNAL) method toString (line 222) | @Override type Type (line 232) | public enum Type { FILE: neo4j-cypher-dsl/src/main/java/org/neo4j/cypherdsl/core/Order.java class Order (line 35) | @API(status = STABLE, since = "1.0") method Order (line 38) | Order(List sortItems) { FILE: neo4j-cypher-dsl/src/main/java/org/neo4j/cypherdsl/core/Parameter.java class Parameter (line 38) | @API(status = STABLE, since = "1.0") method Parameter (line 47) | private Parameter(String name, T value) { method create (line 53) | static Parameter create(String name) { method create (line 57) | static Parameter create(String name, T value) { method anon (line 68) | static Parameter anon(T value) { method isAnon (line 78) | @API(status = STABLE, since = "2021.0.0") method getName (line 88) | @API(status = STABLE, since = "2023.1.0") method withValue (line 99) | @API(status = STABLE, since = "2021.0.0") method getValue (line 107) | @API(status = INTERNAL, since = "2021.1.0") method hasValue (line 115) | boolean hasValue() { method equals (line 119) | @Override method hashCode (line 138) | @Override method toString (line 143) | @Override FILE: neo4j-cypher-dsl/src/main/java/org/neo4j/cypherdsl/core/ParameterCollectingVisitor.java class ParameterCollectingVisitor (line 46) | final class ParameterCollectingVisitor implements Visitor { method ParameterCollectingVisitor (line 62) | ParameterCollectingVisitor(StatementContext statementContext, boolean ... method enter (line 68) | @Override method getResult (line 103) | ParameterInformation getResult() { class ParameterInformation (line 112) | static final class ParameterInformation { method ParameterInformation (line 120) | ParameterInformation(Set names, Map values, ... FILE: neo4j-cypher-dsl/src/main/java/org/neo4j/cypherdsl/core/ParameterLiteral.java class ParameterLiteral (line 27) | final class ParameterLiteral extends LiteralBase> { method ParameterLiteral (line 29) | private ParameterLiteral(Parameter content) { method of (line 33) | static Literal> of(Parameter content) { method asString (line 40) | @Override method getContent (line 46) | @Override FILE: neo4j-cypher-dsl/src/main/java/org/neo4j/cypherdsl/core/Pattern.java class Pattern (line 41) | @API(status = INTERNAL, since = "1.0") method Pattern (line 44) | private Pattern(List patternElements) { method of (line 48) | static Pattern of(PatternElement requiredPattern, PatternElement... pa... method of (line 61) | static Pattern of(Collection elements) { method toString (line 65) | @Override FILE: neo4j-cypher-dsl/src/main/java/org/neo4j/cypherdsl/core/PatternComprehension.java class PatternComprehension (line 40) | @API(status = STABLE, since = "1.0") method PatternComprehension (line 49) | private PatternComprehension(PatternElement pattern, Where where, Expr... method basedOn (line 55) | static OngoingDefinitionWithPattern basedOn(RelationshipPattern patter... method basedOn (line 61) | static OngoingDefinitionWithPattern basedOn(NamedPath pattern) { method accept (line 67) | @Override type OngoingDefinitionWithoutReturn (line 80) | public interface OngoingDefinitionWithoutReturn { method returning (line 88) | default PatternComprehension returning(Named... variables) { method returning (line 97) | PatternComprehension returning(Expression... listDefinition); type OngoingDefinitionWithPattern (line 104) | public interface OngoingDefinitionWithPattern extends OngoingDefinitio... method where (line 113) | @CheckReturnValue method where (line 125) | @CheckReturnValue type OngoingDefinitionWithPatternAndWhere (line 137) | public interface OngoingDefinitionWithPatternAndWhere class Builder (line 146) | private static final class Builder implements OngoingDefinitionWithPat... method Builder (line 152) | private Builder(PatternElement pattern) { method where (line 156) | @Override method and (line 162) | @Override method or (line 168) | @Override method returning (line 174) | @Override FILE: neo4j-cypher-dsl/src/main/java/org/neo4j/cypherdsl/core/PatternElement.java type PatternElement (line 33) | @API(status = STABLE, since = "1.0") method where (line 51) | @Neo4jVersion(minimum = "5.0") FILE: neo4j-cypher-dsl/src/main/java/org/neo4j/cypherdsl/core/PatternExpression.java type PatternExpression (line 28) | public sealed interface PatternExpression permits PatternExpressionImpl { FILE: neo4j-cypher-dsl/src/main/java/org/neo4j/cypherdsl/core/PatternExpressionImpl.java class PatternExpressionImpl (line 26) | final class PatternExpressionImpl implements PatternExpression, Visitable { method PatternExpressionImpl (line 30) | PatternExpressionImpl(PatternElement patternElement) { method accept (line 35) | @Override FILE: neo4j-cypher-dsl/src/main/java/org/neo4j/cypherdsl/core/PatternSelector.java type PatternSelector (line 33) | @API(status = STABLE, since = "2024.7.0") method shortestK (line 43) | static PatternSelector shortestK(int k) { method allShortest (line 50) | static PatternSelector allShortest() { method shortestKGroups (line 54) | static PatternSelector shortestKGroups(int k) { method any (line 61) | static PatternSelector any() { class ShortestK (line 68) | final class ShortestK implements PatternSelector { method ShortestK (line 72) | public ShortestK(Integer k) { method getK (line 76) | public int getK() { class AllShortest (line 85) | final class AllShortest implements PatternSelector { method AllShortest (line 87) | private AllShortest() { class Any (line 95) | final class Any implements PatternSelector { method Any (line 97) | private Any() { class ShortestKGroups (line 105) | final class ShortestKGroups implements PatternSelector { method ShortestKGroups (line 109) | ShortestKGroups(Integer k) { method getK (line 113) | public int getK() { FILE: neo4j-cypher-dsl/src/main/java/org/neo4j/cypherdsl/core/PeriodLiteral.java class PeriodLiteral (line 30) | final class PeriodLiteral extends LiteralBase { method PeriodLiteral (line 32) | private PeriodLiteral(Period content) { method of (line 36) | static Literal of(Period duration) { method getContent (line 40) | @Override method asString (line 45) | @Override FILE: neo4j-cypher-dsl/src/main/java/org/neo4j/cypherdsl/core/Predicates.java class Predicates (line 31) | final class Predicates { method Predicates (line 33) | private Predicates() { method exists (line 43) | static Condition exists(Property property) { method exists (line 55) | static Condition exists(RelationshipPattern pattern) { method exists (line 72) | static Condition exists(Statement statement, IdentifiableElement... im... method exists (line 85) | static Condition exists(PatternElement pattern) { method exists (line 98) | static Condition exists(List pattern) { method exists (line 113) | static Condition exists(List pattern, Where where) { method all (line 125) | static OngoingListBasedPredicateFunction all(String variable) { method all (line 138) | static OngoingListBasedPredicateFunction all(SymbolicName variable) { method any (line 150) | static OngoingListBasedPredicateFunction any(String variable) { method any (line 163) | static OngoingListBasedPredicateFunction any(SymbolicName variable) { method none (line 175) | static OngoingListBasedPredicateFunction none(String variable) { method none (line 188) | static OngoingListBasedPredicateFunction none(SymbolicName variable) { method single (line 200) | static OngoingListBasedPredicateFunction single(String variable) { method single (line 213) | static OngoingListBasedPredicateFunction single(SymbolicName variable) { method isEmpty (line 229) | static Condition isEmpty(Expression e) { class Builder (line 234) | private static class Builder method Builder (line 243) | Builder(BuiltInFunctions.Predicates predicate, SymbolicName name) { method in (line 251) | @Override method where (line 259) | @Override FILE: neo4j-cypher-dsl/src/main/java/org/neo4j/cypherdsl/core/ProcedureCall.java type ProcedureCall (line 32) | @API(status = STABLE, since = "2020.0.1") FILE: neo4j-cypher-dsl/src/main/java/org/neo4j/cypherdsl/core/ProcedureCallImpl.java class ProcedureCallImpl (line 36) | @API(status = INTERNAL, since = "2021.2.1") method ProcedureCallImpl (line 47) | private ProcedureCallImpl(ProcedureName name, Arguments arguments, Yie... method create (line 55) | static ProcedureCall create(ProcedureName name, Arguments arguments, Y... method accept (line 65) | @Override class ProcedureCallImplWithResult (line 76) | static final class ProcedureCallImplWithResult extends ProcedureCallIm... method ProcedureCallImplWithResult (line 78) | private ProcedureCallImplWithResult(ProcedureName name, Arguments ar... FILE: neo4j-cypher-dsl/src/main/java/org/neo4j/cypherdsl/core/Properties.java class Properties (line 35) | @API(status = STABLE, since = "1.0") method Properties (line 40) | private Properties(MapExpression value) { method create (line 49) | public static Properties create(MapExpression expression) { method accept (line 54) | @Override method toString (line 62) | public String toString() { FILE: neo4j-cypher-dsl/src/main/java/org/neo4j/cypherdsl/core/Property.java type Property (line 40) | @API(status = STABLE, since = "1.0") method getName (line 48) | @API(status = STABLE, since = "2021.1.0") method getNames (line 56) | List getNames(); method getContainer (line 61) | Named getContainer(); method getContainerReference (line 66) | @API(status = INTERNAL, since = "2023.1.0") method referencedAs (line 79) | @API(status = STABLE, since = "2021.1.0") method to (line 88) | Operation to(Expression expression); FILE: neo4j-cypher-dsl/src/main/java/org/neo4j/cypherdsl/core/PropertyAccessor.java type PropertyAccessor (line 32) | @API(status = STABLE, since = "2024.1.0") method property (line 44) | default Property property(String name) { method property (line 54) | Property property(String... names); method property (line 70) | Property property(Expression lookup); FILE: neo4j-cypher-dsl/src/main/java/org/neo4j/cypherdsl/core/PropertyContainer.java type PropertyContainer (line 35) | @API(status = STABLE, since = "1.1") method mutate (line 45) | Operation mutate(Parameter parameter); method mutate (line 54) | Operation mutate(MapExpression properties); method set (line 64) | Operation set(Parameter parameter); method set (line 74) | Operation set(MapExpression properties); method project (line 82) | MapProjection project(List entries); method project (line 91) | MapProjection project(Object... entries); FILE: neo4j-cypher-dsl/src/main/java/org/neo4j/cypherdsl/core/PropertyLookup.java class PropertyLookup (line 35) | @API(status = STABLE, since = "1.0") method PropertyLookup (line 45) | private PropertyLookup(Expression propertyKeyName, boolean dynamicLook... method forName (line 59) | public static PropertyLookup forName(String name) { method forExpression (line 65) | static PropertyLookup forExpression(Expression expression) { method wildcard (line 71) | static PropertyLookup wildcard() { method getPropertyKeyName (line 76) | @API(status = INTERNAL) method isDynamicLookup (line 86) | @API(status = INTERNAL) method accept (line 91) | @Override method toString (line 99) | @Override FILE: neo4j-cypher-dsl/src/main/java/org/neo4j/cypherdsl/core/QuantifiedPathPattern.java class QuantifiedPathPattern (line 33) | @Neo4jVersion(minimum = "5.9") method QuantifiedPathPattern (line 41) | private QuantifiedPathPattern(TargetPattern delegate, Quantifier quant... method interval (line 52) | public static Quantifier interval(Integer lowerBound, Integer upperBou... method plus (line 60) | public static Quantifier plus() { method star (line 68) | public static Quantifier star() { method of (line 73) | static QuantifiedPathPattern of(PatternElement patternElement, Quantif... method accept (line 80) | @Override method where (line 88) | @Override type PlusQuantifier (line 99) | @SuppressWarnings("squid:S6548") // I do like enums as singletons, dea... method toString (line 104) | @Override type StarQuantifier (line 114) | @SuppressWarnings("squid:S6548") // I do like enums as singletons, dea... method toString (line 119) | @Override type Quantifier (line 129) | public sealed interface Quantifier extends Visitable { class TargetPattern (line 136) | @API(status = API.Status.INTERNAL) method TargetPattern (line 143) | private TargetPattern(PatternElement delegate, Where innerPredicate) { method accept (line 148) | @Override method where (line 157) | @Override method toString (line 187) | @Override FILE: neo4j-cypher-dsl/src/main/java/org/neo4j/cypherdsl/core/QueryDSLAdapter.java class QueryDSLAdapter (line 43) | @API(status = INTERNAL, since = "2021.1.0") method QueryDSLAdapter (line 50) | QueryDSLAdapter(com.querydsl.core.types.Expression expression) { method asCondition (line 54) | @Override method asExpression (line 71) | @Override method asNode (line 80) | @Override method asRelationship (line 90) | @Override method asName (line 96) | @Override FILE: neo4j-cypher-dsl/src/main/java/org/neo4j/cypherdsl/core/RawLiteral.java class RawLiteral (line 42) | @API(status = Status.INTERNAL) method RawLiteral (line 51) | RawLiteral(List content) { method create (line 55) | static RawLiteral create(String format, Object... mixedArgs) { method getMixedArg (line 122) | private static Expression getMixedArg(Object argument) { method accept (line 129) | @Override class RawElement (line 137) | static class RawElement extends LiteralBase { method RawElement (line 139) | RawElement(String content) { method unescapeEscapedPlaceholders (line 143) | private static String unescapeEscapedPlaceholders(String content) { method asString (line 147) | @Override FILE: neo4j-cypher-dsl/src/main/java/org/neo4j/cypherdsl/core/ReadingClause.java type ReadingClause (line 27) | interface ReadingClause extends Clause { FILE: neo4j-cypher-dsl/src/main/java/org/neo4j/cypherdsl/core/Reduction.java class Reduction (line 38) | @API(status = STABLE, since = "2020.1.5") method Reduction (line 41) | private Reduction(Visitable... children) { method of (line 51) | static OngoingDefinitionWithVariable of(SymbolicName variable) { type OngoingDefinitionWithVariable (line 60) | public interface OngoingDefinitionWithVariable { method in (line 67) | @CheckReturnValue type OngoingDefinitionWithList (line 75) | public interface OngoingDefinitionWithList { method map (line 83) | @CheckReturnValue type OngoingDefinitionWithReducer (line 91) | public interface OngoingDefinitionWithReducer { method accumulateOn (line 99) | @CheckReturnValue type OngoingDefinitionWithInitial (line 107) | public interface OngoingDefinitionWithInitial { method withInitialValueOf (line 115) | FunctionInvocation withInitialValueOf(Expression initialValue); class Builder (line 119) | private static final class Builder implements OngoingDefinitionWithVar... method Builder (line 130) | private Builder(SymbolicName variable) { method in (line 134) | @Override method map (line 141) | @Override method accumulateOn (line 148) | @Override method withInitialValueOf (line 155) | @Override class ReductionPipeline (line 168) | private static final class ReductionPipeline implements Visitable { method ReductionPipeline (line 176) | ReductionPipeline(SymbolicName variable, Expression list, Expression... method accept (line 183) | @Override method toString (line 194) | @Override FILE: neo4j-cypher-dsl/src/main/java/org/neo4j/cypherdsl/core/Relationship.java type Relationship (line 43) | @API(status = STABLE, since = "1.0") method getLeft (line 50) | Node getLeft(); method getDetails (line 56) | Details getDetails(); method getRight (line 61) | Node getRight(); method getQuantifier (line 66) | QuantifiedPathPattern.Quantifier getQuantifier(); method named (line 73) | Relationship named(String newSymbolicName); method named (line 80) | Relationship named(SymbolicName newSymbolicName); method inverse (line 89) | Relationship inverse(); type Direction (line 97) | @API(status = INTERNAL, since = "1.0") method Direction (line 117) | Direction(String symbolLeft, String symbolRight) { method getSymbolLeft (line 125) | @API(status = INTERNAL) method getSymbolRight (line 133) | @API(status = INTERNAL) class Details (line 144) | @API(status = STABLE, since = "1.0") method Details (line 163) | private Details(Direction direction, SymbolicName symbolicName, Rela... method create (line 174) | static Details create(Direction direction, SymbolicName symbolicName... method create (line 181) | static Details create(Direction direction, SymbolicName symbolicName... method hasContent (line 190) | public boolean hasContent() { method named (line 194) | Details named(SymbolicName newSymbolicName) { method with (line 201) | Details with(Properties newProperties) { method unbounded (line 207) | Details unbounded() { method inverse (line 213) | Details inverse() { method where (line 222) | Details where(Expression predicate) { method min (line 227) | Details min(Integer minimum) { method max (line 241) | Details max(Integer maximum) { method getDirection (line 258) | @API(status = INTERNAL) method getSymbolicName (line 263) | Optional getSymbolicName() { method getRequiredSymbolicName (line 267) | SymbolicName getRequiredSymbolicName() { method getTypes (line 285) | @API(status = INTERNAL) method getProperties (line 293) | @API(status = INTERNAL) method accept (line 298) | @Override method toString (line 310) | @Override FILE: neo4j-cypher-dsl/src/main/java/org/neo4j/cypherdsl/core/RelationshipBase.java class RelationshipBase (line 43) | @API(status = STABLE, since = "2021.1.0") method RelationshipBase (line 67) | protected RelationshipBase(S start, String type, E end, String... addi... method RelationshipBase (line 83) | protected RelationshipBase(SymbolicName symbolicName, Node start, Stri... method RelationshipBase (line 97) | protected RelationshipBase(SymbolicName symbolicName, String type, Nod... method RelationshipBase (line 101) | RelationshipBase(SymbolicName symbolicName, Node left, Direction direc... method RelationshipBase (line 107) | RelationshipBase(SymbolicName symbolicName, Node left, Direction direc... method RelationshipBase (line 113) | RelationshipBase(Node left, Details details, QuantifiedPathPattern.Qua... method mergeTypesIfNecessary (line 125) | private static String[] mergeTypesIfNecessary(String type, String... a... method named (line 136) | @Override method named (line 149) | @Override method withProperties (line 152) | @Override method withProperties (line 162) | @Override method withProperties (line 175) | @Override method getLeft (line 178) | @Override method getRight (line 183) | @Override method getQuantifier (line 188) | @Override method getDetails (line 193) | @Override method unbounded (line 198) | @Override method min (line 204) | @Override method max (line 210) | @Override method length (line 216) | @Override method inverse (line 223) | @Override method getSymbolicName (line 229) | @Override method getRequiredSymbolicName (line 234) | @Override method relationshipTo (line 239) | @Override method relationshipFrom (line 248) | @Override method relationshipBetween (line 253) | @Override method asCondition (line 258) | @Override method accept (line 263) | @Override method toString (line 276) | @Override method where (line 281) | @Override method quantifyRelationship (line 289) | @Override method quantify (line 298) | @Override FILE: neo4j-cypher-dsl/src/main/java/org/neo4j/cypherdsl/core/RelationshipChain.java class RelationshipChain (line 39) | @API(status = STABLE, since = "1.0") method RelationshipChain (line 44) | private RelationshipChain(Relationship firstElement) { method RelationshipChain (line 49) | private RelationshipChain(List firstElements, Relationsh... method RelationshipChain (line 54) | private RelationshipChain(List elements) { method create (line 58) | static RelationshipChain create(Relationship firstElement) { method add (line 63) | RelationshipChain add(Relationship element) { method replaceLast (line 69) | RelationshipChain replaceLast(Relationship element) { method relationshipTo (line 78) | @Override method relationshipFrom (line 83) | @Override method relationshipBetween (line 88) | @Override method named (line 99) | @Override method named (line 113) | @Override method where (line 120) | @Override method quantifyRelationship (line 131) | @Override method quantify (line 142) | @Override method unbounded (line 153) | @Override method min (line 165) | @Override method max (line 177) | @Override method length (line 190) | @Override method properties (line 203) | public RelationshipChain properties(MapExpression newProperties) { method properties (line 215) | public RelationshipChain properties(Object... keysAndValues) { method asCondition (line 221) | @Override method accept (line 226) | @Override method toString (line 248) | @Override FILE: neo4j-cypher-dsl/src/main/java/org/neo4j/cypherdsl/core/RelationshipPattern.java type RelationshipPattern (line 39) | @API(status = STABLE, since = "1.0") method named (line 48) | @CheckReturnValue method named (line 57) | @CheckReturnValue method asCondition (line 67) | Condition asCondition(); method quantifyRelationship (line 75) | default PatternElement quantifyRelationship(QuantifiedPathPattern.Quan... method quantify (line 85) | default PatternElement quantify(QuantifiedPathPattern.Quantifier quant... FILE: neo4j-cypher-dsl/src/main/java/org/neo4j/cypherdsl/core/Remove.java class Remove (line 33) | @API(status = STABLE, since = "1.0") method Remove (line 38) | Remove(ExpressionList setItems) { method accept (line 42) | @Override FILE: neo4j-cypher-dsl/src/main/java/org/neo4j/cypherdsl/core/RendererBridge.java class RendererBridge (line 34) | final class RendererBridge { method RendererBridge (line 41) | private RendererBridge() { method render (line 44) | static String render(Visitable visitable) { FILE: neo4j-cypher-dsl/src/main/java/org/neo4j/cypherdsl/core/ResultStatement.java type ResultStatement (line 34) | @API(status = STABLE, since = "2021.2.1") FILE: neo4j-cypher-dsl/src/main/java/org/neo4j/cypherdsl/core/Return.java class Return (line 40) | @API(status = STABLE, since = "1.0") method Return (line 49) | private Return(boolean raw, boolean distinct, ExpressionList returnIte... method create (line 55) | static Return create(boolean raw, boolean distinct, List r... method accept (line 75) | @Override method isRaw (line 87) | @API(status = INTERNAL) method getDistinct (line 92) | Distinct getDistinct() { method getBody (line 96) | ReturnBody getBody() { method toString (line 100) | @Override FILE: neo4j-cypher-dsl/src/main/java/org/neo4j/cypherdsl/core/ReturnBody.java class ReturnBody (line 38) | @API(status = STABLE, since = "1.0") method ReturnBody (line 49) | ReturnBody(ExpressionList returnItems, Order order, Skip skip, Limit l... method accept (line 56) | @Override method getReturnItems (line 66) | @API(status = INTERNAL) method toString (line 71) | @Override FILE: neo4j-cypher-dsl/src/main/java/org/neo4j/cypherdsl/core/Set.java class Set (line 37) | @API(status = STABLE, since = "1.0") method Set (line 42) | Set(ExpressionList setItems) { method set (line 54) | static Set set(Expression update, Expression... more) { method accept (line 67) | @Override FILE: neo4j-cypher-dsl/src/main/java/org/neo4j/cypherdsl/core/SinglePartQuery.java class SinglePartQuery (line 39) | @API(status = INTERNAL, since = "1.0") method SinglePartQuery (line 44) | private SinglePartQuery(List precedingClauses) { method create (line 49) | static SinglePartQuery create(List precedingClauses, Clause... method accept (line 66) | @Override class SinglePartQueryAsResultStatementWrapper (line 74) | static final class SinglePartQueryAsResultStatementWrapper extends Sin... method SinglePartQueryAsResultStatementWrapper (line 76) | private SinglePartQueryAsResultStatementWrapper(List prec... class SinglePartQueryWithFinishingClause (line 82) | static final class SinglePartQueryWithFinishingClause extends SinglePa... method SinglePartQueryWithFinishingClause (line 86) | private SinglePartQueryWithFinishingClause(List preceding... method accept (line 92) | @Override method toString (line 100) | @Override FILE: neo4j-cypher-dsl/src/main/java/org/neo4j/cypherdsl/core/Skip.java class Skip (line 35) | @API(status = STABLE, since = "1.0") method Skip (line 40) | private Skip(Expression expression) { method create (line 44) | static Skip create(Expression expression) { method accept (line 51) | @Override method toString (line 58) | @Override FILE: neo4j-cypher-dsl/src/main/java/org/neo4j/cypherdsl/core/SortItem.java class SortItem (line 38) | @API(status = STABLE, since = "1.0") method SortItem (line 45) | private SortItem(Expression expression, Direction direction) { method create (line 50) | static SortItem create(Expression expression, Direction direction) { method ascending (line 61) | public SortItem ascending() { method descending (line 70) | public SortItem descending() { method accept (line 74) | @Override method toString (line 86) | @Override type Direction (line 96) | @API(status = STABLE) method Direction (line 108) | Direction(String symbol) { method getSymbol (line 115) | public String getSymbol() { method toString (line 119) | @Override FILE: neo4j-cypher-dsl/src/main/java/org/neo4j/cypherdsl/core/Statement.java type Statement (line 45) | @API(status = STABLE, since = "1.0") method builder (line 51) | static StatementBuilder builder() { method of (line 64) | static Statement of(List clauses) { method usingPeriodic (line 83) | @API(status = STABLE, since = "2021.3.0") method call (line 99) | static OngoingStandaloneCallWithoutArguments call(String... namespaceA... method getCatalog (line 113) | StatementCatalog getCatalog(); method getCypher (line 126) | String getCypher(); method getContext (line 131) | @API(status = INTERNAL, since = "2021.0.0") method isRenderConstantsAsParameters (line 138) | boolean isRenderConstantsAsParameters(); method setRenderConstantsAsParameters (line 149) | void setRenderConstantsAsParameters(boolean renderConstantsAsParameters); method doesReturnOrYield (line 154) | default boolean doesReturnOrYield() { type RegularQuery (line 163) | interface RegularQuery extends Statement { type SingleQuery (line 172) | interface SingleQuery extends RegularQuery { type UnionQuery (line 181) | sealed interface UnionQuery extends RegularQuery permits UnionQueryImpl { type UseStatement (line 192) | sealed interface UseStatement extends Statement permits DecoratedQuery { method explain (line 197) | default Statement explain() { FILE: neo4j-cypher-dsl/src/main/java/org/neo4j/cypherdsl/core/StatementBuilder.java type StatementBuilder (line 39) | @API(status = STABLE, since = "1.0") type OngoingUpdate (line 49) | interface OngoingUpdate extends BuildableStatement, Exposes... type OngoingMerge (line 60) | interface OngoingMerge extends OngoingUpdate, ExposesMergeAction, Expo... type ExposesExistentialSubqueryCall (line 70) | interface ExposesExistentialSubqueryCall { method asCondition (line 78) | @Neo4jVersion(minimum = "4.0.0") type OngoingReadingWithoutWhere (line 90) | interface OngoingReadingWithoutWhere extends OngoingReading, ExposesHi... type OngoingReadingWithWhere (line 101) | interface OngoingReadingWithWhere extends OngoingReading, ExposesMatch, type OngoingReading (line 112) | interface OngoingReading extends ExposesReturning, ExposesFinish, Expo... type OngoingUnwind (line 122) | interface OngoingUnwind { method as (line 130) | @CheckReturnValue method as (line 139) | @CheckReturnValue type OngoingReadingAndReturn (line 151) | interface OngoingReadingAndReturn extends TerminalExposesOrderBy, Term... method getIdentifiableExpressions (line 160) | Collection getIdentifiableExpressions(); type OrderableOngoingReadingAndWithWithoutWhere (line 169) | interface OrderableOngoingReadingAndWithWithoutWhere extends Orderable... method where (line 176) | @CheckReturnValue method where (line 189) | @CheckReturnValue type OrderableOngoingReadingAndWithWithWhere (line 206) | interface OrderableOngoingReadingAndWithWithWhere type OngoingReadingAndWith (line 217) | interface OngoingReadingAndWith extends OngoingReading, ExposesMatch, ... type OrderableOngoingReadingAndWith (line 227) | interface OrderableOngoingReadingAndWith extends ExposesOrderBy, Expos... method getIdentifiableExpressions (line 235) | Collection getIdentifiableExpressions(); type OngoingMatchAndReturnWithOrder (line 245) | interface OngoingMatchAndReturnWithOrder method and (line 253) | @CheckReturnValue type TerminalOngoingOrderDefinition (line 264) | interface TerminalOngoingOrderDefinition method descending (line 272) | @CheckReturnValue method ascending (line 280) | @CheckReturnValue type OngoingReadingAndWithWithWhereAndOrder (line 291) | interface OngoingReadingAndWithWithWhereAndOrder extends ExposesSkip, ... method and (line 298) | @CheckReturnValue type OngoingOrderDefinition (line 308) | interface OngoingOrderDefinition extends ExposesSkip, ExposesLimit { method descending (line 315) | @CheckReturnValue method ascending (line 323) | @CheckReturnValue type BuildableStatement (line 335) | interface BuildableStatement { method build (line 340) | T build(); method explain (line 347) | default Statement explain() { method profile (line 357) | default Statement profile() { type TerminalExposesOrderBy (line 370) | interface TerminalExposesOrderBy { method orderBy (line 379) | @CheckReturnValue method orderBy (line 390) | @CheckReturnValue method orderBy (line 399) | @CheckReturnValue type TerminalExposesSkip (line 409) | interface TerminalExposesSkip { method skip (line 417) | @CheckReturnValue method skip (line 426) | @CheckReturnValue type TerminalExposesLimit (line 436) | interface TerminalExposesLimit extends BuildableStatement { type ExposesOrderBy (line 475) | interface ExposesOrderBy { method orderBy (line 484) | @CheckReturnValue method orderBy (line 495) | @CheckReturnValue method orderBy (line 504) | @CheckReturnValue type OngoingReadingAndWithWithSkip (line 514) | interface OngoingReadingAndWithWithSkip extends OngoingReadingAndWith,... type ExposesSkip (line 523) | interface ExposesSkip { method skip (line 531) | @CheckReturnValue method skip (line 541) | @CheckReturnValue type ExposesLimit (line 551) | interface ExposesLimit { method limit (line 559) | @CheckReturnValue method limit (line 569) | @CheckReturnValue type ExposesForeach (line 579) | interface ExposesForeach { method foreach (line 587) | ForeachSourceStep foreach(SymbolicName variable); type ForeachSourceStep (line 596) | sealed interface ForeachSourceStep permits DefaultStatementBuilder.For... method in (line 605) | ForeachUpdateStep in(Expression list); type ForeachUpdateStep (line 615) | sealed interface ForeachUpdateStep permits DefaultStatementBuilder.For... method apply (line 623) | OngoingUpdate apply(UpdatingClause... updatingClauses); type ExposesUpdatingClause (line 632) | interface ExposesUpdatingClause extends ExposesDelete, ExposesMerge, E... type ExposesDelete (line 641) | interface ExposesDelete { method delete (line 649) | @CheckReturnValue method delete (line 660) | @CheckReturnValue method delete (line 670) | @CheckReturnValue method delete (line 679) | @CheckReturnValue method detachDelete (line 688) | @CheckReturnValue method detachDelete (line 699) | @CheckReturnValue method detachDelete (line 710) | @CheckReturnValue method detachDelete (line 720) | @CheckReturnValue type ExposesSet (line 730) | interface ExposesSet { method set (line 738) | @CheckReturnValue method set (line 748) | @CheckReturnValue method set (line 758) | @CheckReturnValue method mutate (line 772) | @CheckReturnValue method mutate (line 784) | @CheckReturnValue type ExposesSetLabel (line 797) | interface ExposesSetLabel { method set (line 805) | @CheckReturnValue method set (line 815) | @CheckReturnValue method set (line 825) | @CheckReturnValue type ExposesSetAndRemove (line 835) | interface ExposesSetAndRemove extends ExposesSet, ExposesSetLabel owner, String name) { method getAllTokens (line 99) | Collection getAllTokens(); method getNodeLabels (line 105) | default Collection getNodeLabels() { method getRelationshipTypes (line 115) | default Collection getRelationshipTypes() { method getOutgoingRelations (line 130) | Collection getOutgoingRelations(Token label); method getTargetNodes (line 141) | Collection getTargetNodes(Token type); method getIncomingRelations (line 152) | Collection getIncomingRelations(Token label); method getSourceNodes (line 163) | Collection getSourceNodes(Token type); method getUndirectedRelations (line 174) | Collection getUndirectedRelations(Token label); method getProperties (line 180) | Collection getProperties(); method getAllFilters (line 186) | default Collection getAllFilters() { method getAllLabelFilters (line 196) | Collection getAllLabelFilters(); method getAllPropertyFilters (line 203) | Map> getAllPropertyFilters(); method getFilters (line 211) | default Collection getFilters(Property property) { method getIdentifiableExpressions (line 222) | Collection getIdentifiableExpressions(); method getParameters (line 235) | Map getParameters(); method getParameterNames (line 243) | Collection getParameterNames(); method getRenamedParameters (line 252) | Map getRenamedParameters(); method getLiterals (line 259) | @SuppressWarnings("squid:S1452") // Generic items, this is exactly wha... type Clause (line 265) | enum Clause { type Filter (line 304) | sealed interface Filter permits LabelFilter, PropertyFilter { method label (line 321) | public static Token label(NodeLabel label) { method label (line 331) | public static Token label(String label) { method type (line 340) | public static Token type(String type) { method compareTo (line 344) | @Override type Type (line 356) | public enum Type { method Property (line 384) | public Property(String name) { method Property (line 393) | public Property(Token owningToken, String name) { method owningType (line 413) | public Optional owningType() { FILE: neo4j-cypher-dsl/src/main/java/org/neo4j/cypherdsl/core/StatementCatalogBuildingVisitor.java class StatementCatalogBuildingVisitor (line 57) | @RegisterForReflection method StatementCatalogBuildingVisitor (line 122) | StatementCatalogBuildingVisitor(StatementContext statementContext, boo... method copyIdentifiableElements (line 134) | private static void copyIdentifiableElements(Collection getAllLabels(Node node) { method createNewScope (line 161) | private Map createNewScope(Collection ex... method getResult (line 180) | StatementCatalog getResult() { method addRelationsInCurrentScope (line 188) | void addRelationsInCurrentScope() { method finish (line 200) | private void finish(Map> nodesToRelations, Function types, ... method leave (line 349) | void leave(Relationship relationship) { method enter (line 353) | void enter(org.neo4j.cypherdsl.core.Property property) { method enter (line 395) | void enter(Parameter parameter) { method inCurrentCondition (line 399) | private boolean inCurrentCondition(org.neo4j.cypherdsl.core.Property p... method extractPropertyCondition (line 415) | private PropertyFilter extractPropertyCondition(StatementCatalog.Prope... method enter (line 447) | void enter(NodeLabel label) { method enter (line 455) | void enter(Labels labels) { method extractParametersFromLabels (line 460) | @SuppressWarnings("squid:S3776") method lookup (line 473) | PatternElement lookup(SymbolicName s) { method enter (line 480) | void enter(org.neo4j.cypherdsl.core.Condition condition) { method enter (line 490) | void enter(Literal literal) { method leave (line 498) | void leave(org.neo4j.cypherdsl.core.Condition condition) { method store (line 516) | void store(SymbolicName s, PatternElement patternElement) { method extractParameters (line 530) | private ParameterInformation extractParameters(Expression... expressio... method Relationships (line 552) | Relationships() { method empty (line 556) | static Relationships empty() { method copy (line 560) | Relationships copy() { class DefaultStatementCatalog (line 565) | static final class DefaultStatementCatalog implements StatementCatalog { method DefaultStatementCatalog (line 583) | @SuppressWarnings("squid:S107") // Totally fine with that number of ... method getAllTokens (line 608) | @Override method getProperties (line 613) | @Override method getAllLabelFilters (line 618) | @Override method getAllPropertyFilters (line 623) | @Override method getIdentifiableExpressions (line 628) | @Override method getParameters (line 633) | @Override method getParameterNames (line 638) | @Override method getRenamedParameters (line 643) | @Override method getOutgoingRelations (line 648) | @Override method extractRelations (line 654) | private Collection extractRelations(Token label, Function parameter); method resolve (line 51) | String resolve(SymbolicName symbolicName); method isResolved (line 60) | boolean isResolved(SymbolicName symbolicName); FILE: neo4j-cypher-dsl/src/main/java/org/neo4j/cypherdsl/core/StringLiteral.java class StringLiteral (line 37) | @API(status = STABLE, since = "1.0") method StringLiteral (line 44) | StringLiteral(CharSequence content) { method escapeString (line 55) | static Optional escapeString(CharSequence unescapedString) { method asString (line 70) | @Override method getContent (line 77) | @Override FILE: neo4j-cypher-dsl/src/main/java/org/neo4j/cypherdsl/core/Subquery.java class Subquery (line 36) | @API(status = STABLE, since = "2020.1.2") method Subquery (line 46) | private Subquery(ImportingWith importingWith, Statement statement) { method Subquery (line 52) | private Subquery(RawLiteral rawStatement) { method raw (line 58) | static Subquery raw(String format, Object... mixedArgs) { method call (line 71) | static Subquery call(Statement statement, IdentifiableElement... impor... method accept (line 75) | @Override method inTransactionsOf (line 89) | @API(status = INTERNAL) method doesReturnOrYield (line 97) | @API(status = INTERNAL) method importingWith (line 105) | @API(status = INTERNAL) FILE: neo4j-cypher-dsl/src/main/java/org/neo4j/cypherdsl/core/SubqueryExpression.java type SubqueryExpression (line 29) | public sealed interface SubqueryExpression extends Expression FILE: neo4j-cypher-dsl/src/main/java/org/neo4j/cypherdsl/core/SubqueryExpressionBuilder.java type SubqueryExpressionBuilder (line 32) | @API(status = STABLE, since = "2023.9.0") method count (line 42) | CountExpression count(PatternElement requiredPattern, PatternElement..... method count (line 50) | CountExpression count(Statement.UnionQuery union); method collect (line 65) | CollectExpression collect(Statement statement); FILE: neo4j-cypher-dsl/src/main/java/org/neo4j/cypherdsl/core/SymbolicName.java class SymbolicName (line 49) | @API(status = Status.EXPERIMENTAL, since = "1.0") method SymbolicName (line 56) | private SymbolicName(String value) { method of (line 60) | static SymbolicName of(String name) { method unsafe (line 66) | static SymbolicName unsafe(String name) { method unresolved (line 72) | static SymbolicName unresolved() { method getValue (line 80) | @API(status = INTERNAL) method concat (line 91) | public SymbolicName concat(String otherValue) { method project (line 108) | public MapProjection project(List entries) { method project (line 123) | public MapProjection project(Object... entries) { method equals (line 127) | @Override method hashCode (line 143) | @Override method toString (line 148) | @Override method asExpression (line 153) | @Override FILE: neo4j-cypher-dsl/src/main/java/org/neo4j/cypherdsl/core/TemporalLiteral.java class TemporalLiteral (line 40) | @API(status = STABLE, since = "2021.1.0") method TemporalLiteral (line 45) | TemporalLiteral(TemporalAccessor content) { method asString (line 76) | @Override FILE: neo4j-cypher-dsl/src/main/java/org/neo4j/cypherdsl/core/TreeNode.java class TreeNode (line 47) | @API(status = API.Status.EXPERIMENTAL, since = "2023.2.0") method TreeNode (line 58) | private TreeNode(TreeNode parent, int level, E value) { method from (line 72) | public static TreeNode from(Statement statement) { method root (line 84) | static TreeNode root(E value) { method append (line 94) | TreeNode append(E childValue) { method isRoot (line 103) | public boolean isRoot() { method getLevel (line 112) | public int getLevel() { method getParent (line 119) | public TreeNode getParent() { method getChildren (line 126) | public Collection> getChildren() { method getValue (line 133) | public E getValue() { method breadthFirst (line 140) | public Iterator> breadthFirst() { method preOrder (line 147) | public Iterator> preOrder() { method printTo (line 156) | public void printTo(Consumer target, Function target, Function implements Iterator... method BreadthFirstIterator (line 207) | BreadthFirstIterator(TreeNode root) { method hasNext (line 212) | @Override method next (line 217) | @Override class PreOrderIterator (line 229) | private static final class PreOrderIterator implements Iterator root) { method hasNext (line 238) | @Override method next (line 243) | @Override FILE: neo4j-cypher-dsl/src/main/java/org/neo4j/cypherdsl/core/UnionPart.java class UnionPart (line 34) | @API(status = STABLE, since = "1.0") method UnionPart (line 41) | UnionPart(boolean all, Statement query) { method isAll (line 49) | @API(status = INTERNAL) method getQuery (line 54) | Statement getQuery() { method accept (line 58) | @Override method toString (line 66) | @Override FILE: neo4j-cypher-dsl/src/main/java/org/neo4j/cypherdsl/core/UnionQueryImpl.java class UnionQueryImpl (line 36) | @API(status = INTERNAL, since = "1.0") method UnionQueryImpl (line 45) | private UnionQueryImpl(boolean all, Statement firstQuery, List newAdditionalQueri... method isAll (line 77) | boolean isAll() { method accept (line 81) | @Override FILE: neo4j-cypher-dsl/src/main/java/org/neo4j/cypherdsl/core/Unwind.java class Unwind (line 33) | @API(status = STABLE, since = "1.0") method Unwind (line 38) | Unwind(Expression expressionToUnwind, String variable) { method accept (line 45) | @Override FILE: neo4j-cypher-dsl/src/main/java/org/neo4j/cypherdsl/core/UpdatingClause.java type UpdatingClause (line 27) | public interface UpdatingClause extends Clause { FILE: neo4j-cypher-dsl/src/main/java/org/neo4j/cypherdsl/core/Use.java type Use (line 29) | public sealed interface Use extends Clause permits UseClauseImpl { method dynamic (line 34) | boolean dynamic(); FILE: neo4j-cypher-dsl/src/main/java/org/neo4j/cypherdsl/core/UseClauseImpl.java method of (line 35) | static Use of(String target) { method of (line 50) | static Use of(Expression target) { method accept (line 55) | @Override FILE: neo4j-cypher-dsl/src/main/java/org/neo4j/cypherdsl/core/Where.java class Where (line 34) | @API(status = STABLE, since = "1.0") method Where (line 39) | Where(Condition condition) { method from (line 51) | public static Where from(Expression optionalWhere) { method accept (line 55) | @Override method toString (line 65) | @Override FILE: neo4j-cypher-dsl/src/main/java/org/neo4j/cypherdsl/core/With.java class With (line 39) | @API(status = STABLE, since = "1.0") method With (line 48) | With(Return returnClause, Where where) { method With (line 54) | With(boolean distinct, ExpressionList returnItems, Order order, Skip s... method accept (line 60) | @Override method toString (line 71) | @Override method getItems (line 76) | @API(status = INTERNAL) FILE: neo4j-cypher-dsl/src/main/java/org/neo4j/cypherdsl/core/ast/EnterResult.java type EnterResult (line 32) | @API(status = STABLE, since = "2022.3.0") FILE: neo4j-cypher-dsl/src/main/java/org/neo4j/cypherdsl/core/ast/ProvidesAffixes.java type ProvidesAffixes (line 28) | public interface ProvidesAffixes { method getPrefix (line 33) | default Optional getPrefix() { method getSuffix (line 40) | default Optional getSuffix() { FILE: neo4j-cypher-dsl/src/main/java/org/neo4j/cypherdsl/core/ast/TypedSubtree.java class TypedSubtree (line 38) | @API(status = INTERNAL, since = "1.0") method TypedSubtree (line 50) | @SafeVarargs method TypedSubtree (line 61) | protected TypedSubtree(Collection children) { method accept (line 66) | @Override method prepareVisit (line 79) | protected Visitable prepareVisit(T child) { method getChildren (line 83) | @API(status = INTERNAL) method separator (line 88) | @API(status = INTERNAL) FILE: neo4j-cypher-dsl/src/main/java/org/neo4j/cypherdsl/core/ast/Visitable.java type Visitable (line 28) | public interface Visitable { method visitIfNotNull (line 36) | static void visitIfNotNull(Visitable visitable, Visitor visitor) { method accept (line 48) | default void accept(Visitor visitor) { method toString (line 66) | String toString(); FILE: neo4j-cypher-dsl/src/main/java/org/neo4j/cypherdsl/core/ast/Visitor.java type Visitor (line 27) | @FunctionalInterface method enter (line 34) | void enter(Visitable segment); method enterWithResult (line 47) | default EnterResult enterWithResult(Visitable segment) { method leave (line 56) | default void leave(Visitable segment) { FILE: neo4j-cypher-dsl/src/main/java/org/neo4j/cypherdsl/core/ast/VisitorWithResult.java class VisitorWithResult (line 32) | @SuppressWarnings("missing-explicit-ctor") method enter (line 35) | @Override FILE: neo4j-cypher-dsl/src/main/java/org/neo4j/cypherdsl/core/internal/CaseElse.java class CaseElse (line 34) | @API(status = INTERNAL, since = "1.0") method CaseElse (line 43) | public CaseElse(Expression elseExpression) { method accept (line 47) | @Override FILE: neo4j-cypher-dsl/src/main/java/org/neo4j/cypherdsl/core/internal/CaseWhenThen.java class CaseWhenThen (line 34) | @API(status = INTERNAL, since = "1.0") method CaseWhenThen (line 46) | public CaseWhenThen(Expression whenExpression, Expression thenExpressi... method accept (line 52) | @Override FILE: neo4j-cypher-dsl/src/main/java/org/neo4j/cypherdsl/core/internal/ConstantParameterHolder.java class ConstantParameterHolder (line 32) | @API(status = INTERNAL, since = "2021.1.0") method ConstantParameterHolder (line 44) | public ConstantParameterHolder(Object value) { method getValue (line 52) | public Object getValue() { method asString (line 59) | public String asString() { FILE: neo4j-cypher-dsl/src/main/java/org/neo4j/cypherdsl/core/internal/DefaultStatementContext.java class DefaultStatementContext (line 39) | @API(status = INTERNAL, since = "2021.1.0") method getParameterName (line 51) | @Override method resolve (line 58) | @Override method isResolved (line 70) | @Override FILE: neo4j-cypher-dsl/src/main/java/org/neo4j/cypherdsl/core/internal/Distinct.java type Distinct (line 32) | @API(status = INTERNAL, since = "1.0") FILE: neo4j-cypher-dsl/src/main/java/org/neo4j/cypherdsl/core/internal/FixedNamesStrategy.java class FixedNamesStrategy (line 32) | final class FixedNamesStrategy implements NameResolvingStrategy { method FixedNamesStrategy (line 36) | FixedNamesStrategy(StatementContext context) { method resolve (line 40) | @Override method resolve (line 45) | @Override method isResolved (line 50) | @Override method resolve (line 55) | @Override FILE: neo4j-cypher-dsl/src/main/java/org/neo4j/cypherdsl/core/internal/GeneratedNamesStrategy.java class GeneratedNamesStrategy (line 46) | final class GeneratedNamesStrategy implements NameResolvingStrategy { method GeneratedNamesStrategy (line 73) | GeneratedNamesStrategy(StatementContext statementContext, Set nameLookup() { method enterScope (line 86) | @Override method leaveScope (line 108) | @Override method resolve (line 133) | @Override method newName (line 157) | private String newName() { method resolve (line 169) | @Override method resolve (line 188) | @Override method isResolved (line 202) | @Override method of (line 209) | static Key of(Object o) { FILE: neo4j-cypher-dsl/src/main/java/org/neo4j/cypherdsl/core/internal/HandlerException.java class HandlerException (line 26) | class HandlerException extends RuntimeException { method HandlerException (line 30) | HandlerException(Throwable cause) { FILE: neo4j-cypher-dsl/src/main/java/org/neo4j/cypherdsl/core/internal/LoadCSV.java class LoadCSV (line 38) | @API(status = INTERNAL, since = "2021.2.1") method LoadCSV (line 55) | public LoadCSV(URI uri, boolean withHeaders, String alias) { method LoadCSV (line 59) | private LoadCSV(URI uri, boolean withHeaders, String alias, String fie... method getUri (line 69) | public URI getUri() { method isWithHeaders (line 76) | public boolean isWithHeaders() { method getFieldTerminator (line 83) | public String getFieldTerminator() { method getAlias (line 90) | public String getAlias() { method withFieldTerminator (line 99) | public LoadCSV withFieldTerminator(final String newFieldTerminator) { FILE: neo4j-cypher-dsl/src/main/java/org/neo4j/cypherdsl/core/internal/NameResolvingStrategy.java type NameResolvingStrategy (line 42) | @API(status = INTERNAL, since = "2023.2.0") method useGeneratedNames (line 51) | static NameResolvingStrategy useGeneratedNames(StatementContext contex... method useGeneratedParameterNames (line 60) | static NameResolvingStrategy useGeneratedParameterNames(StatementConte... method useGivenNames (line 69) | static NameResolvingStrategy useGivenNames(StatementContext context) { method resolve (line 80) | String resolve(SymbolicName symbolicName, boolean inEntity, boolean in... method resolve (line 90) | String resolve(AliasedExpression aliasedExpression, boolean isNew, boo... method isResolved (line 97) | boolean isResolved(SymbolicName symbolicName); method resolve (line 104) | String resolve(Parameter parameter); method enterScope (line 112) | default void enterScope(Visitable cause, Collection namespace, String proced... method getQualifiedName (line 88) | public String getQualifiedName() { method accept (line 97) | @Override method getValue (line 109) | public String getValue() { FILE: neo4j-cypher-dsl/src/main/java/org/neo4j/cypherdsl/core/internal/ReflectiveVisitor.java class ReflectiveVisitor (line 59) | @API(status = INTERNAL, since = "1.0") method findHandleFor (line 79) | @SuppressWarnings("PMD.EmptyCatchBlock") method getMethodInPhaseWithActualVisitor (line 104) | @SuppressWarnings("squid:S3011") // Very much the point of the whole t... method preEnter (line 122) | protected abstract boolean preEnter(Visitable visitable); method getPreEnterResult (line 129) | protected PreEnterResult getPreEnterResult(Visitable visitable) { method postLeave (line 141) | protected abstract void postLeave(Visitable visitable); method enterWithResult (line 143) | @Override method leave (line 160) | @Override method executeConcreteMethodIn (line 176) | private void executeConcreteMethodIn(TargetAndPhase targetAndPhase, Vi... type Phase (line 196) | private enum Phase { method Phase (line 202) | Phase(String methodName) { class PreEnterResult (line 212) | public static final class PreEnterResult { method PreEnterResult (line 220) | private PreEnterResult(Visitor delegate) { method doEnter (line 228) | public static PreEnterResult doEnter() { method skip (line 236) | public static PreEnterResult skip() { method delegateTo (line 245) | public static PreEnterResult delegateTo(Visitor handler) { class TargetAndPhase (line 251) | private static class TargetAndPhase { method TargetAndPhase (line 264) | TargetAndPhase(T visitor, Class values) { method of (line 50) | public static RelationshipTypes of(String... types) { method getValues (line 62) | public List getValues() { method toString (line 66) | @Override FILE: neo4j-cypher-dsl/src/main/java/org/neo4j/cypherdsl/core/internal/SchemaNamesBridge.java class SchemaNamesBridge (line 35) | public final class SchemaNamesBridge { method SchemaNamesBridge (line 37) | private SchemaNamesBridge() { method sanitize (line 40) | public static Optional sanitize(String value, boolean enforceQ... FILE: neo4j-cypher-dsl/src/main/java/org/neo4j/cypherdsl/core/internal/ScopingStrategy.java class ScopingStrategy (line 73) | @API(status = INTERNAL, since = "2021.3.2") method ScopingStrategy (line 115) | private ScopingStrategy() { method create (line 122) | public static ScopingStrategy create() { method create (line 133) | public static ScopingStrategy create(List byHasAName() { method extractIdentifier (line 164) | private static String extractIdentifier(IdentifiableElement i) { method hasLocalScope (line 181) | private static boolean hasLocalScope(Visitable visitable) { method doEnter (line 190) | public void doEnter(Visitable visitable) { method isSkipAliasing (line 256) | public boolean isSkipAliasing() { method hasVisitedBefore (line 266) | public boolean hasVisitedBefore(Named namedItem) { method isListFunctionPredicate (line 276) | private boolean isListFunctionPredicate(Visitable visitable) { method doLeave (line 286) | public void doLeave(Visitable visitable) { method leaveStatement (line 357) | private void leaveStatement(Visitable visitable) { method hasScope (line 381) | private boolean hasScope() { method hasVisitedInScope (line 385) | private boolean hasVisitedInScope(Collection visi... method identifiedBy (line 394) | private Predicate identifiedBy(Named needle) { method clearPreviouslyVisitedNamed (line 405) | private void clearPreviouslyVisitedNamed(Visitable visitable) { method clearPreviouslyVisitedAfterWith (line 415) | private void clearPreviouslyVisitedAfterWith(With with) { method clearPreviouslyVisitedAfterReturnish (line 447) | private void clearPreviouslyVisitedAfterReturnish(Visitable returnish) { method getIdentifiables (line 496) | public Collection getIdentifiables() { method lookup (line 516) | public PatternElement lookup(Named node) { method getCurrentImports (line 533) | public Set getCurrentImports() { FILE: neo4j-cypher-dsl/src/main/java/org/neo4j/cypherdsl/core/internal/YieldItems.java class YieldItems (line 33) | @API(status = INTERNAL, since = "2020.0.1") method YieldItems (line 36) | private YieldItems(Expression... children) { method yieldAllOf (line 45) | public static YieldItems yieldAllOf(Expression... c) { FILE: neo4j-cypher-dsl/src/main/java/org/neo4j/cypherdsl/core/querydsl/CypherContext.java class CypherContext (line 43) | @API(status = INTERNAL, since = "2021.1.0") method add (line 53) | public void add(Expression expression) { method getExpressions (line 57) | public Expression[] getExpressions() { method getTemplate (line 61) | Template getTemplate(Operator op) { method getPrecedence (line 74) | int getPrecedence(Operator op) { method getOrCreateParameterFor (line 78) | Parameter getOrCreateParameterFor(Object object) { FILE: neo4j-cypher-dsl/src/main/java/org/neo4j/cypherdsl/core/querydsl/CypherTemplates.java class CypherTemplates (line 30) | final class CypherTemplates extends Templates { method CypherTemplates (line 35) | private CypherTemplates() { FILE: neo4j-cypher-dsl/src/main/java/org/neo4j/cypherdsl/core/querydsl/ToCypherFormatStringVisitor.java class ToCypherFormatStringVisitor (line 58) | @API(status = INTERNAL, since = "2021.1.0") method ToCypherFormatStringVisitor (line 66) | private ToCypherFormatStringVisitor() { method visit (line 69) | @Override method visit (line 86) | @Override method visit (line 115) | @Override method visit (line 122) | @Override method visit (line 152) | @Override method visit (line 157) | @Override method visit (line 173) | @Override FILE: neo4j-cypher-dsl/src/main/java/org/neo4j/cypherdsl/core/querydsl/UnsupportedOperatorException.java class UnsupportedOperatorException (line 34) | @API(status = STABLE, since = "2021.1.0") method UnsupportedOperatorException (line 42) | public UnsupportedOperatorException(Operator unsupportedOperator) { method getUnsupportedOperator (line 47) | public Operator getUnsupportedOperator() { FILE: neo4j-cypher-dsl/src/main/java/org/neo4j/cypherdsl/core/renderer/ConfigurableRenderer.java class ConfigurableRenderer (line 42) | final class ConfigurableRenderer implements GeneralizedRenderer, Renderer { method ConfigurableRenderer (line 58) | ConfigurableRenderer(Configuration configuration) { method create (line 68) | static ConfigurableRenderer create(Configuration configuration) { method render (line 72) | @Override method render (line 77) | @Override method createVisitor (line 130) | private RenderingVisitor createVisitor(StatementContext statementConte... FILE: neo4j-cypher-dsl/src/main/java/org/neo4j/cypherdsl/core/renderer/Configuration.java class Configuration (line 43) | @API(status = STABLE, since = "2021.0.1") method Configuration (line 108) | private Configuration(Builder builder) { method relationshipDefinition (line 129) | public static RelationshipDefinition relationshipDefinition(String def... method defaultConfig (line 137) | public static Configuration defaultConfig() { method prettyPrinting (line 145) | public static Configuration prettyPrinting() { method newConfig (line 152) | public static Builder newConfig() { method isPrettyPrint (line 159) | public boolean isPrettyPrint() { method getIndentStyle (line 166) | public IndentStyle getIndentStyle() { method getIndentSize (line 173) | public int getIndentSize() { method isAlwaysEscapeNames (line 180) | public boolean isAlwaysEscapeNames() { method getGeneratedNames (line 189) | public Set getGeneratedNames() { method isUseGeneratedNames (line 200) | public boolean isUseGeneratedNames() { method getDialect (line 207) | public Dialect getDialect() { method isEnforceSchema (line 216) | @API(status = EXPERIMENTAL, since = "2023.7.0") method getRelationshipDefinitions (line 226) | @API(status = EXPERIMENTAL, since = "2023.7.0") method isDisableDynamicLabels (line 236) | public boolean isDisableDynamicLabels() { method equals (line 240) | @Override method hashCode (line 257) | @Override method toString (line 263) | @Override type IndentStyle (line 272) | public enum IndentStyle { type GeneratedNames (line 284) | public enum GeneratedNames { method of (line 333) | private static RelationshipDefinition of(String definition) { method selfReferential (line 342) | boolean selfReferential() { class Builder (line 350) | @SuppressWarnings("HiddenField") method Builder (line 371) | private Builder() { method newConfig (line 374) | static Builder newConfig() { method withPrettyPrint (line 384) | public Builder withPrettyPrint(boolean prettyPrint) { method withIndentStyle (line 397) | public Builder withIndentStyle(IndentStyle indentStyle) { method withIndentSize (line 411) | public Builder withIndentSize(int indentSize) { method alwaysEscapeNames (line 421) | public Builder alwaysEscapeNames(boolean alwaysEscapeNames) { method withGeneratedNames (line 432) | public Builder withGeneratedNames(boolean useGeneratedNames) { method withGeneratedNames (line 448) | public Builder withGeneratedNames(Set useGeneratedNa... method withDialect (line 462) | public Builder withDialect(Dialect dialect) { method withRelationshipDefinition (line 473) | @API(status = EXPERIMENTAL, since = "2023.7.0") method withEnforceSchema (line 492) | @API(status = EXPERIMENTAL, since = "2023.7.0") method disableDynamicLabels (line 504) | public Builder disableDynamicLabels(boolean disableDynamicLabels) { method build (line 512) | public Configuration build() { FILE: neo4j-cypher-dsl/src/main/java/org/neo4j/cypherdsl/core/renderer/DefaultVisitor.java class DefaultVisitor (line 125) | @SuppressWarnings({ "unused", "squid:S1172" }) method DefaultVisitor (line 216) | DefaultVisitor(StatementContext statementContext) { method DefaultVisitor (line 220) | DefaultVisitor(StatementContext statementContext, boolean renderConsta... method DefaultVisitor (line 224) | DefaultVisitor(StatementContext statementContext, boolean renderConsta... method hasIdentifiables (line 241) | boolean hasIdentifiables() { method enableSeparator (line 245) | private void enableSeparator(int level, boolean on, Supplier s... method separatorOnCurrentLevel (line 255) | private Optional separatorOnCurrentLevel() { method preEnter (line 260) | @Override method getPreEnterResult (line 290) | @Override method newHandler (line 311) | private Visitor newHandler(Class handlerType) { method postLeave (line 322) | @Override method doWithPrefix (line 348) | protected void doWithPrefix(String prefix) { method doWithSuffix (line 352) | protected void doWithSuffix(String suffix) { method enter (line 356) | void enter(Match match) { method leave (line 363) | void leave(Match match) { method enter (line 368) | void enter(Where where) { method enter (line 372) | void enter(Create create) { method leave (line 376) | void leave(Create create) { method enter (line 380) | void enter(Merge merge) { method leave (line 384) | void leave(Merge merge) { method enter (line 390) | void enter(MergeAction onCreateOrMatchEvent) { method enter (line 398) | void enter(Condition condition) { method leave (line 402) | void leave(Condition condition) { method enter (line 406) | void enter(Distinct distinct) { method enter (line 410) | void enter(Return returning) { method leave (line 419) | void leave(Return returning) { method enter (line 423) | void enter(With with) { method leave (line 427) | void leave(With with) { method enter (line 431) | void enter(Delete delete) { method leave (line 440) | void leave(Delete match) { method inLastReturn (line 444) | boolean inLastReturn() { method enter (line 448) | void enter(AliasedExpression aliased) { method leave (line 455) | void leave(AliasedExpression aliased) { method enter (line 463) | void enter(NestedExpression nested) { method leave (line 467) | void leave(NestedExpression nested) { method enter (line 471) | void enter(Order order) { method addBlankIfNecessary (line 476) | private void addBlankIfNecessary() { method enter (line 483) | void enter(Skip skip) { method enter (line 487) | void enter(Limit limit) { method enter (line 491) | void enter(SortItem.Direction direction) { method enter (line 495) | void enter(PropertyLookup propertyLookup) { method leave (line 506) | void leave(PropertyLookup propertyLookup) { method enter (line 514) | void enter(FunctionInvocation functionInvocation) { method leave (line 522) | void leave(FunctionInvocation functionInvocation) { method enter (line 530) | void enter(Operation operation) { method enter (line 537) | void enter(Operator operator) { method leave (line 554) | void leave(Operation operation) { method enter (line 561) | void enter(Literal expression) { method enter (line 565) | void enter(Node node) { method leave (line 581) | void leave(Node node) { method enter (line 589) | void enter(NodeLabel nodeLabel) { method enter (line 600) | void enter(Labels labels) { method renderLabelExpression (line 608) | @SuppressWarnings("squid:S3776") method enter (line 648) | void enter(Labels.Value value) { method leave (line 659) | void leave(Labels.Value value) { method leave (line 666) | void leave(Labels labels) { method enter (line 670) | void enter(Properties properties) { method enter (line 675) | void enter(SymbolicName symbolicName) { method enter (line 686) | void enter(PatternExpression p) { method leave (line 690) | void leave(PatternExpression p) { method enter (line 694) | void enter(Relationship relationship) { method getLabels (line 706) | private java.util.Set getLabels(Node node) { method computeDirectionOverride (line 722) | Relationship.Direction computeDirectionOverride(Relationship relations... method enter (line 774) | void enter(Relationship.Details details) { method enter (line 785) | void enter(RelationshipTypes types) { method enter (line 798) | void enter(RelationshipLength length) { method leave (line 826) | void leave(Relationship.Details details) { method leave (line 837) | void leave(Relationship relationship) { method enter (line 843) | void enter(Parameter parameter) { method enter (line 854) | void enter(MapExpression map) { method enter (line 859) | void enter(KeyValueMapEntry map) { method leave (line 864) | void leave(MapExpression map) { method enter (line 869) | void enter(ListExpression list) { method leave (line 874) | void leave(ListExpression list) { method enter (line 879) | void enter(Unwind unwind) { method leave (line 884) | void leave(Unwind unwind) { method enter (line 889) | void enter(UnionPart unionPart) { method enter (line 897) | void enter(Set set) { method leave (line 902) | void leave(Set set) { method enter (line 906) | void enter(Remove remove) { method leave (line 911) | void leave(Remove remove) { method enter (line 915) | void enter(PatternComprehension patternComprehension) { method leave (line 919) | void leave(PatternComprehension patternComprehension) { method enter (line 923) | void enter(ListComprehension listComprehension) { method leave (line 927) | void leave(ListComprehension listComprehension) { method enter (line 931) | void enter(Case genericCase) { method enter (line 935) | void enter(Case.SimpleCase simpleCase) { method enter (line 939) | void enter(CaseWhenThen caseWhenExpression) { method leave (line 943) | void leave(CaseWhenThen caseWhenExpression) { method enter (line 947) | void enter(CaseElse caseElseExpression) { method leave (line 951) | void leave(Case caseExpression) { method enter (line 955) | void enter(ProcedureCall procedureCall) { method leave (line 960) | void leave(Namespace namespace) { method leave (line 965) | void leave(ProcedureName procedureName) { method enter (line 970) | void enter(YieldItems yieldItems) { method leave (line 975) | void leave(ProcedureCall procedureCall) { method enter (line 980) | void enter(Enum anEnum) { method enter (line 985) | void enter(Subquery subquery) { method leave (line 991) | void leave(Subquery subquery) { method leave (line 1003) | void leave(InTransactions inTransactions) { method enter (line 1015) | void enter(Foreach foreach) { method leave (line 1020) | void leave(Foreach foreach) { method enter (line 1027) | void enter(SubqueryExpression subquery) { method leave (line 1041) | void leave(SubqueryExpression subquery) { method enter (line 1053) | void enter(Hint hint) { method enter (line 1058) | void enter(LoadCSV loadCSV) { method enter (line 1072) | void enter(UsingPeriodicCommit usingPeriodicCommit) { method enter (line 1080) | void enter(Use use) { method leave (line 1087) | void leave(Use use) { method enter (line 1094) | void enter(PatternSelector shortest) { method enter (line 1110) | void enter(QuantifiedPathPattern.TargetPattern qpp) { method leave (line 1114) | void leave(QuantifiedPathPattern.TargetPattern qpp) { method enter (line 1118) | void enter(QuantifiedPathPattern.Quantifier quantifier) { method getRenderedContent (line 1123) | @Override method escapeName (line 1135) | protected final Optional escapeName(String unescapedName) { method escapeIfNecessary (line 1140) | protected final String escapeIfNecessary(String potentiallyNonIdentifi... FILE: neo4j-cypher-dsl/src/main/java/org/neo4j/cypherdsl/core/renderer/Dialect.java type Dialect (line 42) | @API(status = STABLE, since = "2022.3.0") method getHandler (line 51) | @Override method getHandler (line 64) | @Override method getHandler (line 79) | @Override method getHandler (line 96) | @Override method getPrefix (line 101) | @Override method getHandler (line 114) | @Override method getHandler (line 128) | @Override method getPrefix (line 133) | @Override method getHandler (line 147) | @Override method getPrefix (line 152) | @Override method getHandler (line 165) | @Override method getHandler (line 171) | Class getHandler(Visitable visitable) { method getPrefix (line 175) | Optional getPrefix() { class DefaultNeo4j4HandlerSupplier (line 179) | private static final class DefaultNeo4j4HandlerSupplier method apply (line 182) | @Override class DefaultNeo4j5HandlerSupplier (line 195) | private static class DefaultNeo4j5HandlerSupplier method apply (line 198) | @Override class DefaultNeo4j5HandlerSupplierWithNewImportScopeSubquerySupport (line 217) | private static class DefaultNeo4j5HandlerSupplierWithNewImportScopeSub... method apply (line 220) | @Override class DefaultNeo4j5HandlerSupplierWithDynamicLabelsSupport (line 235) | private static final class DefaultNeo4j5HandlerSupplierWithDynamicLabe... method apply (line 238) | @Override FILE: neo4j-cypher-dsl/src/main/java/org/neo4j/cypherdsl/core/renderer/GeneralizedRenderer.java type GeneralizedRenderer (line 34) | @API(status = STABLE, since = "2023.1.0") method render (line 43) | String render(Visitable visitable); FILE: neo4j-cypher-dsl/src/main/java/org/neo4j/cypherdsl/core/renderer/Neo4j523SubqueryVisitor.java class Neo4j523SubqueryVisitor (line 43) | @RegisterForReflection(allDeclaredConstructors = true) method Neo4j523SubqueryVisitor (line 53) | Neo4j523SubqueryVisitor(DefaultVisitor delegate) { method enterWithResult (line 57) | @Override method leave (line 110) | @Override FILE: neo4j-cypher-dsl/src/main/java/org/neo4j/cypherdsl/core/renderer/Neo4j5ComparisonVisitor.java class Neo4j5ComparisonVisitor (line 42) | @RegisterForReflection(allDeclaredConstructors = true) method Neo4j5ComparisonVisitor (line 47) | Neo4j5ComparisonVisitor(DefaultVisitor delegate) { method enterWithResult (line 51) | @Override FILE: neo4j-cypher-dsl/src/main/java/org/neo4j/cypherdsl/core/renderer/Neo4j5FunctionInvocationVisitor.java class Neo4j5FunctionInvocationVisitor (line 38) | @RegisterForReflection(allDeclaredConstructors = true) method Neo4j5FunctionInvocationVisitor (line 43) | Neo4j5FunctionInvocationVisitor(DefaultVisitor delegate) { method isNPropExists (line 47) | static boolean isNPropExists(Visitable visitable) { method enter (line 75) | @Override method leave (line 90) | @Override class SingleArgExtractor (line 105) | static class SingleArgExtractor extends VisitorWithResult { method SingleArgExtractor (line 115) | SingleArgExtractor(Class expectedType) { method enterWithResult (line 119) | @SuppressWarnings("unchecked") method leave (line 136) | @Override FILE: neo4j-cypher-dsl/src/main/java/org/neo4j/cypherdsl/core/renderer/Neo4j5Pre26LabelsVisitor.java class Neo4j5Pre26LabelsVisitor (line 43) | @RegisterForReflection(allDeclaredConstructors = true) method Neo4j5Pre26LabelsVisitor (line 50) | Neo4j5Pre26LabelsVisitor(DefaultVisitor delegate) { method render (line 54) | void render(Object visitable) { method renderAsLabel (line 92) | private void renderAsLabel(String string) { method enter (line 97) | @Override method leave (line 114) | @Override FILE: neo4j-cypher-dsl/src/main/java/org/neo4j/cypherdsl/core/renderer/PatternSelectorVisitorPreNeo4j521.java class PatternSelectorVisitorPreNeo4j521 (line 28) | final class PatternSelectorVisitorPreNeo4j521 implements Visitor { method PatternSelectorVisitorPreNeo4j521 (line 34) | PatternSelectorVisitorPreNeo4j521(DefaultVisitor delegate) { method enter (line 38) | @Override method leave (line 54) | @Override FILE: neo4j-cypher-dsl/src/main/java/org/neo4j/cypherdsl/core/renderer/PrettyPrintingVisitor.java class PrettyPrintingVisitor (line 55) | @SuppressWarnings("unused") method PrettyPrintingVisitor (line 69) | PrettyPrintingVisitor(StatementContext statementContext, Configuration... method PrettyPrintingVisitor (line 73) | PrettyPrintingVisitor(StatementContext statementContext, boolean rende... method indent (line 88) | private void indent(int width) { method enter (line 92) | @Override method enter (line 104) | @Override method enter (line 111) | @Override method enter (line 118) | @Override method enter (line 128) | @Override method enter (line 137) | @Override method enter (line 147) | @Override method enter (line 157) | @Override method enter (line 166) | @Override method enter (line 175) | @Override method leave (line 184) | @Override method enter (line 193) | @Override method enter (line 212) | @Override method leave (line 229) | @Override method enter (line 237) | @Override method enter (line 244) | @Override method enter (line 254) | @Override method leave (line 260) | @Override method enter (line 268) | @Override method enter (line 277) | @Override method leave (line 284) | @Override method trimNewline (line 294) | private void trimNewline() { method enter (line 306) | @Override FILE: neo4j-cypher-dsl/src/main/java/org/neo4j/cypherdsl/core/renderer/Renderer.java type Renderer (line 33) | @API(status = STABLE, since = "1.0") method getDefaultRenderer (line 41) | static Renderer getDefaultRenderer() { method getRenderer (line 50) | static Renderer getRenderer(Configuration configuration) { method getRenderer (line 62) | static T getRenderer(Configuration configuration,... method render (line 71) | String render(Statement statement); FILE: neo4j-cypher-dsl/src/main/java/org/neo4j/cypherdsl/core/renderer/RenderingVisitor.java type RenderingVisitor (line 29) | interface RenderingVisitor extends Visitor { method getRenderedContent (line 34) | String getRenderedContent(); FILE: neo4j-cypher-dsl/src/main/java/org/neo4j/cypherdsl/core/renderer/SchemaEnforcementFailedException.java class SchemaEnforcementFailedException (line 33) | @API(status = INTERNAL, since = "2023.7.0") method SchemaEnforcementFailedException (line 42) | public SchemaEnforcementFailedException() { FILE: neo4j-cypher-dsl/src/main/java/org/neo4j/cypherdsl/core/renderer/Symbols.java class Symbols (line 27) | final class Symbols { method Symbols (line 35) | private Symbols() { FILE: neo4j-cypher-dsl/src/main/java/org/neo4j/cypherdsl/core/utils/Assertions.java class Assertions (line 35) | @API(status = API.Status.INTERNAL, since = "2020.0.0") method Assertions (line 38) | private Assertions() { method hasText (line 49) | public static void hasText(String text, String message) { method isTrue (line 63) | public static void isTrue(boolean expression, String message) { method notNull (line 76) | public static void notNull(Object object, String message) { method isInstanceOf (line 90) | public static void isInstanceOf(Class type, Object obj, String mess... method notEmpty (line 106) | public static void notEmpty(Object[] array, String message) { method isEmpty (line 112) | private static boolean isEmpty(Object[] array) { FILE: neo4j-cypher-dsl/src/main/java/org/neo4j/cypherdsl/core/utils/LRUCache.java class LRUCache (line 38) | @API(status = INTERNAL, since = "2021.0.2") method LRUCache (line 54) | public LRUCache(int cacheSize) { method removeEldestEntry (line 59) | @Override FILE: neo4j-cypher-dsl/src/main/java/org/neo4j/cypherdsl/core/utils/Strings.java class Strings (line 32) | @API(status = API.Status.INTERNAL, since = "2020.1.0") method Strings (line 35) | private Strings() { method hasText (line 43) | public static boolean hasText(String str) { method randomIdentifier (line 52) | public static String randomIdentifier(int length) { FILE: neo4j-cypher-dsl/src/test/java/org/neo4j/cypherdsl/core/BooleanLiteralTests.java class BooleanLiteralTests (line 29) | class BooleanLiteralTests { method valueOfShouldWork (line 31) | @ParameterizedTest FILE: neo4j-cypher-dsl/src/test/java/org/neo4j/cypherdsl/core/BuiltInFunctionsTests.java class BuiltInFunctionsTests (line 33) | class BuiltInFunctionsTests { class MathematicalFunctionsTest (line 35) | @Nested method functionNameSanityCheck (line 42) | @ParameterizedTest FILE: neo4j-cypher-dsl/src/test/java/org/neo4j/cypherdsl/core/ClausesTests.java class ClausesTests (line 32) | class ClausesTests { method updatingClausesShouldBeCheckInForeach (line 34) | @Test method foreachShouldWork (line 51) | @Test FILE: neo4j-cypher-dsl/src/test/java/org/neo4j/cypherdsl/core/ComparisonTests.java class ComparisonTests (line 29) | class ComparisonTests { method preconditionsShouldBeAsserted (line 31) | @Test FILE: neo4j-cypher-dsl/src/test/java/org/neo4j/cypherdsl/core/Cypher5IT.java class Cypher5IT (line 31) | class Cypher5IT { method cypher5PrefixOnSimpleStatements (line 36) | @Test method unionShouldNotHaveDoublePrefixes (line 43) | @Test method useShouldWork (line 66) | @Test method explainShouldWork (line 74) | @Test FILE: neo4j-cypher-dsl/src/test/java/org/neo4j/cypherdsl/core/CypherIT.java class CypherIT (line 50) | class CypherIT { method statementShouldBeRenderable (line 58) | @Test method parameterLiterals (line 67) | @Test method shouldGenerateStatementsOfCorrectType (line 79) | @Test class PathMatchingAndAssignment (line 98) | @Nested method plain (line 114) | @Test method deprecatedShortest (line 121) | @Test method shortestK (line 131) | @ParameterizedTest method shortestKGroups (line 151) | @ParameterizedTest method allShortest (line 171) | @Test method anyShortest (line 182) | @Test class SingleQuerySinglePart (line 208) | @Nested class ReadingAndReturn (line 211) | @Nested method unrelatedNodes (line 214) | @Test method asteriskShouldWork (line 224) | @Test method aliasedExpressionsInReturn (line 234) | @Test method simpleRelationship (line 246) | @Test method simpleRelationshipChainNamed (line 256) | @Test method multipleRelationshipTypes (line 273) | @Test // GH-169 method relationshipWithProperties (line 283) | @Test // GH-170 method relationshipWithMinimumLength (line 295) | @Test // GH-168 method relationshipWithMaximumLength (line 305) | @Test // GH-168 method unboundedRelationship (line 315) | @Test // GH-168 method relationshipWithLength (line 325) | @Test // GH-168 method relationshipWithLengthAndProperties (line 335) | @Test // GH-168 method simpleRelationshipWithReturn (line 348) | @Test method chainedRelations (line 358) | @Test method chainedRelationshipsWithPropertiesAndLength (line 398) | @Test // GH-177 method sizeOfRelationship (line 423) | @Test // GH-182 method sizeOfRelationshipChain (line 435) | @Test // GH-182 method sortOrderDefault (line 449) | @Test method sortOrderDefaultBasedOnSortItemCollection (line 459) | @Test // GH-189 method sortOrderAscending (line 469) | @Test method sortOrderDescending (line 479) | @Test method sortOrderConcatenation (line 490) | @Test method sortOrderDefaultExpression (line 502) | @Test method sortOrderAscendingExpression (line 512) | @Test method sortOrderDescendingExpression (line 522) | @Test method sortOrderConcatenationExpression (line 533) | @Test method skip (line 547) | @Test method nullSkip (line 554) | @Test method limit (line 561) | @Test method limitWithParams (line 568) | @Test // GH-129 method nullLimit (line 578) | @Test method skipAndLimit (line 585) | @Test method skipAndLimitWithParams (line 592) | @Test // GH-129 method nullSkipAndLimit (line 604) | @Test method distinct (line 615) | @Test class Finish (line 630) | @Nested method finishAfterMatch (line 633) | @Test method finishAfterMatchWithWhere (line 641) | @Test method finishAfterSet (line 649) | @Test method finishAfterDelete (line 660) | @Test method finishAfterCreate (line 668) | @Test method finishAfterMerge (line 676) | @Test class ExplainedAndProfiledQueries (line 686) | @Nested method shouldRenderExplain (line 689) | @Test // GH-98 method shouldRenderProfile (line 702) | @Test // GH-99 class SingleQueryMultiPart (line 721) | @Nested method simpleWith (line 724) | @Test method shouldRenderLeadingWith (line 736) | @Test method shouldRenderLeadingWithBasedOnExpression (line 748) | @Test // GH-189 method withWithSkip (line 760) | @Test // GH-129 method withWithLimit (line 773) | @Test // GH-129 method withWithSkipAndLimit (line 786) | @Test // GH-129 method withWithAndNullsForSkipAndLimit (line 805) | @Test // GH-129 method simpleWithChained (line 828) | @Test method deletingSimpleWith (line 845) | @Test method deletingSimpleWithReverse (line 858) | @Test method mixedClausesWithWith (line 871) | @Test class MultipleMatches (line 890) | @Nested method simple (line 893) | @Test method simpleWithPatternCollection (line 904) | @Test // GH-189 method simpleWithPatternCollectionInExposesMatch (line 915) | @Test // GH-189 method simpleWhere (line 927) | @Test method multiWhere (line 939) | @Test method multiWhereMultiConditions (line 952) | @Test method optional (line 967) | @Test method optionalWithFlag (line 979) | @Test method optionalWithFlagAndPatternCollection (line 991) | @Test // GH-189 method optionalWithPatternCollection (line 1003) | @Test // GH-189 method usingSameWithStepWithoutReassign (line 1015) | @Test method usingSameWithStepWithoutReassignThenUpdate (line 1030) | @Test method usingSameWithStepWithReassign (line 1046) | @Test method queryPartsShouldBeExtractableInQueries (line 1058) | @Test method optionalNext (line 1079) | @Test method optionalNextBasedOnPatternElementCollection (line 1091) | @Test method optionalMatchThenDelete (line 1104) | @Test class FunctionRendering (line 1117) | @Nested method inWhereClause (line 1121) | @Test method inReturnClause (line 1131) | @Test method inReturnClauseBasedOnExpressionCollection (line 1138) | @Test // GH-195 method inDistinctReturnClauseBasedOnExpressionCollection (line 1147) | @Test // GH-195 method inReturnClauseWithDistinct (line 1156) | @Test method aliasedInReturnClause (line 1163) | @Test method shouldSupportMoreThanOneArgument (line 1170) | @Test method literalsShouldDealWithNull (line 1181) | @Test method functionsBasedOnRelationships (line 1191) | @Test // GH-257 class ComparisonRendering (line 1215) | @Nested method equalsWithStringLiteral (line 1218) | @Test method equalsWithNumberLiteral (line 1228) | @Test class Conditions (line 1240) | @Nested method conditionsChainingAnd (line 1243) | @Test method conditionsChainingOr (line 1256) | @Test method includesAllShouldWork (line 1269) | @Test method includesAnyShouldWork (line 1287) | @Test method nestedConditions (line 1305) | @Test method conditionsChainingXor (line 1384) | @Test method multipleEmptyConditionsMustCollapse (line 1397) | @Test // GH-110 method multipleEmptyConditionsMustCollapse2 (line 1414) | @Test // GH-110 method multipleEmptyConditionsMustCollapse3 (line 1439) | @Test // GH-110 method chainingOnWhere (line 1466) | @Test method chainingOnConditions (line 1563) | @Test method chainingCombined (line 1628) | @Test method negatedConditions (line 1655) | @Test method noConditionShouldNotBeRendered (line 1665) | @Test method groupingBug (line 1682) | @Test // GH-137 method inPatternComprehensions (line 1707) | @Test // GH-244 class PathPatternConditions (line 1758) | @Nested // GH-206, 3.6.5. Using path patterns in WHERE method doc3651And (line 1761) | @Test method doc3651Or (line 1789) | @Test method doc3651XOr (line 1817) | @Test method doc3652 (line 1837) | @Test method doc3653 (line 1854) | @Test method gh113 (line 1870) | @Test method doc3654 (line 1885) | @Test method afterWith (line 1902) | @Test class RemoveClause (line 1937) | @Nested method shouldRenderRemoveOnNodes (line 1940) | @Test method shouldRenderRemoveOfProperties (line 1959) | @Test class MutatingSetClause (line 1983) | @Nested method simpleWithParam (line 1986) | @Test method afterMerge (line 1996) | @Test method simpleWithMap (line 2010) | @Test method chainedWithParam (line 2020) | @Test method chainedWithMap (line 2032) | @Test method multipleLevelsOfChaining (line 2044) | @Test method foldingMultipleMutatesIntoOne (line 2057) | @Test method afterMergeFolding (line 2071) | @Test method mergeMutate (line 2088) | @Test method createMutate (line 2098) | @Test method mergeMutateWithMapProjection (line 2108) | @Test method mergeMutateWithSymbolicName (line 2123) | @Test method mergeMutateWithFunctionCall (line 2138) | @Test class SetClause (line 2148) | @Nested method shouldRenderSetAfterCreate (line 2151) | @Test method shouldRenderSetAfterMerge (line 2161) | @Test method shouldRenderSetAfterCreateAndWith (line 2171) | @Test method shouldRenderSetAfterMergeAndWith (line 2182) | @Test method shouldRenderSet (line 2193) | @Test method shouldRenderSetOnNodes (line 2221) | @Test method shouldRenderSetFromAListOfExpression (line 2240) | @Test method shouldRenderMixedSet (line 2269) | @Test class MergeClause (line 2289) | @Nested method shouldRenderMergeWithoutReturn (line 2292) | @Test method shouldRenderMergeBasedOnPatternExpressionCollectionWithoutReturn (line 2304) | @Test // GH-189 method shouldRenderMultipleMergesWithoutReturn (line 2316) | @Test method shouldRenderMergeReturn (line 2331) | @Test method shouldRenderMultipleMergesReturn (line 2355) | @Test method shouldRenderMergeWithWith (line 2372) | @Test method matchShouldExposeMerge (line 2387) | @Test method withShouldExposeMerge (line 2395) | @Test method mixedCreateAndMerge (line 2407) | @Test method singleCreateAction (line 2424) | @Test // GH-104 method singleMatchAction (line 2436) | @Test // GH-104 method stuffThanSingleMatchAction (line 2448) | @Test method singleActionMultipleProperties (line 2463) | @Test method multipleActionMultipleProperties (line 2482) | @Test method singleCreateThanMatchAction (line 2497) | @Test // GH-104 method singleMatchThanCreateAction (line 2512) | @Test // GH-104 method multipleMatchesAndCreates (line 2527) | @Test // GH-104 method actionThanSet (line 2544) | @Test // GH-104 method actionThanContinue (line 2557) | @Test // GH-104 method mergeShouldExposeRemoveLabels (line 2570) | @Test // GH-750 method mergeShouldExposeRemoveProperties (line 2579) | @Test // GH-750 method mergeShouldExposeSetLabels (line 2587) | @Test // GH-750 method mergeShouldExposeSetProperties (line 2595) | @Test // GH-750 method mergeShouldExposeSetLabelsAfterAction (line 2603) | @Test // GH-750 method mergeShouldExposeSetMultipleLabelsAfterAction (line 2611) | @Test // GH-750 method mergeShouldExposeSetPropertiesAfterAction (line 2619) | @Test // GH-750 class CreateClause (line 2629) | @Nested method shouldRenderCreateWithoutReturn (line 2632) | @Test method shouldRenderCreateBasedOnPatternElementCollectionWithoutReturn (line 2644) | @Test // GH-189 method shouldRenderMultipleCreatesWithoutReturn (line 2656) | @Test method shouldRenderMultipleCreatesBasedOnPatternElementCollectionWithoutReturn (line 2671) | @Test method shouldRenderCreateReturn (line 2686) | @Test method shouldRenderMultipleCreatesReturn (line 2710) | @Test method shouldRenderCreateWithWith (line 2727) | @Test method matchShouldExposeCreate (line 2742) | @Test method withShouldExposeCreate (line 2751) | @Test method withWithStringVarsShouldWork (line 2771) | @Test class DeleteClause (line 2785) | @Nested method shouldRenderDeleteWithoutReturn (line 2788) | @Test method shouldRenderDeleteBasedOnExpressionCollectionWithoutReturn (line 2818) | @Test method shouldRenderDeleteWithReturn (line 2850) | @Test method shouldRenderNodeDelete (line 2885) | @Test method shouldRenderChainedDeletes (line 2900) | @Test class ForeachClause (line 2919) | @Nested method shouldRenderForeach (line 2922) | @Test method shouldRenderNestedForeach (line 2935) | @Test method fakeIfAsDocumentedInKbShouldWork (line 2949) | @Test method foreachCanBeChained (line 2970) | @Test class Expressions (line 3014) | @Nested method shouldRenderParameters (line 3017) | @Test class OperationsAndComparisons (line 3032) | @Nested method operatorsToTest (line 3036) | @SuppressWarnings("unused") // This the source of test parameters method unaryOperatorsShouldWork (line 3042) | @ParameterizedTest(name = "{0}") method preconditionsShouldBeAssertedOnUnary (line 3048) | @Test method shouldRenderOperations (line 3064) | @Test method shouldRenderComparision (line 3074) | @Test class ExpressionsRendering (line 3098) | @Nested method shouldRenderMap (line 3101) | @Test method shouldRenderPointFunction (line 3113) | @Test class PropertyRendering (line 3129) | @Nested method usingExistingJavaMaps (line 3132) | @Test // GH-157 method manuallyNested (line 3146) | @Test // GH-114 method chained (line 3160) | @Test // GH-114 method chainedAndFancy (line 3173) | @Test // GH-114 method explicitlyDefined (line 3195) | @Test // GH-123 method chainedInProjection (line 3208) | @Test method shouldRenderNodeProperties (line 3221) | @Test method nestedProperties (line 3239) | @Test method shouldNotRenderPropertiesInReturn (line 3251) | @Test method dynamicPropertyLookupsOnNodes (line 3265) | @Test // GH-127 method dynamicPropertyLookupsOnRelationships (line 3278) | @Test // GH-127 method arbitraryDynamicLookups (line 3294) | @Test // GH-127 method indexedProperties (line 3314) | @Test class Returning (line 3324) | @Nested method shouldRenderLeadingReturning (line 3327) | @Test method shouldRenderLeadingReturningBasedOnExpressionCollection (line 3334) | @Test // GH-189 class UnwindRendering (line 3343) | @Nested method unwindWithoutWith (line 3346) | @Test method shouldRenderLeadingUnwind (line 3365) | @Test method shouldRenderLeadingUnwindBasedOnExpressionCollection (line 3376) | @Test // GH-189 method shouldRenderLeadingUnwindWithUpdate (line 3385) | @Test method shouldRenderLeadingUnwindWithCreate (line 3398) | @Test method shouldRenderUnwind (line 3411) | @Test class Unions (line 3430) | @Nested method shouldRenderUnions (line 3433) | @Test method shouldRenderUnionsBasedOnStatementCollections (line 3457) | @Test // GH-189 method shouldRenderAllUnions (line 3482) | @Test method shouldRenderAllUnionsBasedOnStatementCollections (line 3502) | @Test // GH-189 method shouldAppendToExistingUnions (line 3523) | @Test method shouldNotMix (line 3555) | @Test class MapProjections (line 3584) | @Nested method asterisk (line 3587) | @Test method invalid (line 3597) | @SuppressWarnings("ResultOfMethodCallIgnored") class OnNodes (line 3611) | @Nested method simple (line 3614) | @Test method doc21221 (line 3634) | @Test method nested (line 3669) | @Test method requiredSymbolicNameShouldBeGenerated (line 3684) | @Test method generatedSymbolicNameMustPreventNodeContentDoubleRenderingAswWell (line 3693) | @Test method addedProjections (line 3708) | @Test class OnRelationShips (line 3729) | @Nested method simple (line 3732) | @Test method nested (line 3747) | @Test method requiredSymbolicNameShouldBeGenerated (line 3763) | @Test class WithAndOrder (line 3779) | @Nested method orderOnWithShouldWork (line 3782) | @Test method concatenatedOrdering (line 3807) | @Test class ListComprehensions (line 3830) | @Nested method simple (line 3833) | @Test method withReturning (line 3846) | @Test method withWhere (line 3859) | @Test method withWhereAndReturning (line 3873) | @Test method simpleWithCollection (line 3887) | @Test // GH-189 method docsExample (line 3899) | @Test class PatternComprehensions (line 3936) | @Nested method simple (line 3939) | @Test method simpleWithWhere (line 3953) | @Test method nested (line 3970) | @Test class MultipleLabels (line 4005) | @Nested method matchWithMultipleLabels (line 4008) | @Test method createWithMultipleLabels (line 4016) | @Test class Case (line 4026) | @Nested method simpleCase (line 4029) | @Test method simpleCaseWithElse (line 4044) | @Test method simpleCaseWithMultipleWhenThen (line 4060) | @Test method simpleCaseWithMultipleWhenThenAndElse (line 4077) | @Test method genericCase (line 4095) | @Test method genericCaseWithElse (line 4110) | @Test method genericCaseWithMultipleWhenThen (line 4126) | @Test method genericCaseWithMultipleWhenThenAndElse (line 4143) | @Test method canGetAliasedInReturn (line 4163) | @Test class NamedPaths (line 4182) | @Nested method selectorShouldBeSensible (line 4185) | @Test method doc3148 (line 4193) | @Test method shouldWorkInListComprehensions (line 4207) | @Test method shouldWorkWithRelationshipPatterns (line 4217) | @Test // GH-200 method shouldWorkWithNodes (line 4226) | @Test // GH-200 method shouldDirectlyUseProvidedNamedPaths (line 4234) | @Test // GH-200 class Predicatez (line 4245) | @Nested method allShouldWork (line 4248) | @Test method anyShouldWork (line 4264) | @Test method noneShouldWork (line 4278) | @Test method singleShouldWork (line 4295) | @Test class ListOperator (line 4313) | @Nested method valueAtShouldWork (line 4316) | @Test method subListUntilShouldWork (line 4323) | @Test method subListFromShouldWork (line 4330) | @Test method subListShouldWork (line 4337) | @Test method subListUntilExpressionShouldWork (line 4344) | @Test method subListFromExpressionShouldWork (line 4352) | @Test method subListExpressionShouldWork (line 4359) | @Test method shouldWorkWithMapProjections (line 4368) | @Test method shouldSupportExpressions (line 4383) | @Test method propertiesShouldBeAccessibleOnResolvedNodes (line 4400) | @Test class DoubleRendering (line 4414) | @Nested method fragmentOfStatementShouldBeReusable (line 4417) | @Test method aliasedFunctionsShouldNotBeRenderedTwiceInProjection (line 4431) | @Test method aliasedFunctionsShouldNotBeRenderedTwiceInReturn (line 4451) | @Test class Foreach (line 4472) | @Nested method basic (line 4475) | @Test method mixedWithOtherClauses (line 4495) | @Test method withWith (line 4518) | @Test method inComplexStatement (line 4533) | @Test class PrettyPrinting (line 4566) | @Nested method PrettyPrinting (line 4571) | PrettyPrinting() { method escapingNamesShouldBeOptionalInNonPrettyPrintToo (line 4607) | @Test method configurationOfIndentWithShouldWork (line 4617) | @Test method prettyPrintingWithDefaultSettingShouldWork (line 4633) | @Test method prettyPrintingWithTabsShouldWork (line 4688) | @Test method onClauses (line 4752) | @Test method singleExistsSubquery (line 4778) | @Test method multipleSubQueries (line 4796) | @Test method prettyPrintingQueryStartingWithSubquery (line 4824) | @Test class ConditionalPatterns (line 4842) | @Nested method nodesWithWhere (line 4845) | @Test method relationshipsWithWhere (line 4856) | @Test class QuantifiedPathPatterns (line 4874) | @Nested method quantifyShouldWork (line 4881) | @Test method nestingInBooleanExpressionIsAllowed (line 4891) | @Test method betweenMAndNIterations (line 4907) | @Test method oneOrMoreIterations (line 4918) | @Test method zeroOrMoreIterations (line 4929) | @Test method nIterations (line 4940) | @Test method zeroOrMore (line 4951) | @Test method between0AndNIterations (line 4962) | @Test method invalidLower (line 4973) | @Test method invalidLower1 (line 4980) | @Test method invalidLower2 (line 4987) | @Test class Call (line 4997) | @Nested method simpleCallRawCypher (line 5000) | @Test method rawCypherWithWhereAndReturn (line 5008) | @Test FILE: neo4j-cypher-dsl/src/test/java/org/neo4j/cypherdsl/core/CypherTests.java class CypherTests (line 38) | class CypherTests { method sortDirectionShouldBeSpecified (line 40) | @Test method shouldNotCreateIllegalLiterals (line 52) | @Test method nullLiteralShouldBeSameInstance (line 59) | @Test method shouldCreateListLiterals (line 65) | @Test method shouldCreateMapLiterals (line 77) | @Test method shouldQuoteStrings (line 97) | @Test method shouldCreatePropertyPointingToSymbolicName (line 104) | @Test method shouldCreatePropertyWithNameFromCollectionPointingToSymbolicName (line 120) | @Test // GH-189 method shouldCreateAdditionalLabelsFromCollection (line 136) | @Test // GH-189 FILE: neo4j-cypher-dsl/src/test/java/org/neo4j/cypherdsl/core/DefaultStatementBuilderTests.java class DefaultStatementBuilderTests (line 31) | class DefaultStatementBuilderTests { method matchPreconditionsShouldBeAsserted (line 33) | @Test class MessageBundles (line 43) | @Nested method shouldUseMessageBundleOnNullExpressions (line 46) | @Test method shouldUseMessageBundleOnEmptyExpressions (line 61) | @Test class ReturningPreconditionsShouldBeAsserted (line 78) | @Nested method forExpressions (line 81) | @Test FILE: neo4j-cypher-dsl/src/test/java/org/neo4j/cypherdsl/core/DeleteTests.java class DeleteTests (line 28) | class DeleteTests { method buildingDeleteClauseWithMultipleElements (line 30) | @Test FILE: neo4j-cypher-dsl/src/test/java/org/neo4j/cypherdsl/core/DialectIT.java class DialectIT (line 41) | class DialectIT { method nPropExists (line 45) | static Stream nPropExists() { method distanceFunction (line 52) | static Stream distanceFunction() { method elementId (line 57) | static Stream elementId() { method nPropExists (line 62) | @ParameterizedTest method distanceFunction (line 76) | @ParameterizedTest method elementId (line 87) | @ParameterizedTest method shortestPath (line 98) | @ParameterizedTest method allShortestPath (line 119) | @ParameterizedTest method labelRenderingShouldWork (line 139) | @ParameterizedTest method expressionsMightNotBeRenderedInLabels (line 183) | @Test method shouldRenderElementId (line 193) | @Test // GH-539 FILE: neo4j-cypher-dsl/src/test/java/org/neo4j/cypherdsl/core/DurationLiteralTests.java class DurationLiteralTests (line 33) | class DurationLiteralTests { method asStringShouldWork (line 35) | static Stream asStringShouldWork() { method asStringShouldWork (line 47) | @ParameterizedTest FILE: neo4j-cypher-dsl/src/test/java/org/neo4j/cypherdsl/core/ExpressionTests.java class ExpressionTests (line 35) | class ExpressionTests { method mathematicalOperators (line 37) | @SuppressWarnings("unused") method stringOperators (line 47) | @SuppressWarnings("unused") method correctMathematicalOperatorsShouldBeUsed (line 53) | @ParameterizedTest method correctStringOperatorsShouldBeUsed (line 75) | @ParameterizedTest FILE: neo4j-cypher-dsl/src/test/java/org/neo4j/cypherdsl/core/ExpressionsIT.java class ExpressionsIT (line 25) | class ExpressionsIT { method simpleCountSubquery (line 27) | @Test method countSubqueryWithWhereClause (line 40) | @Test method countSubqueryWithUnion (line 57) | @Test method countSubqueryWithWith (line 80) | @Test method countSubqueryInReturn (line 101) | @Test method countSubqueryInSet (line 116) | @Test method countSubqueryInCase (line 135) | @Test method fullStatementsAsCountSubQuery (line 157) | @Test // GH-578 method fullStatementsAsCountSubQueryWithImports (line 174) | @Test // GH-578 FILE: neo4j-cypher-dsl/src/test/java/org/neo4j/cypherdsl/core/ForeignAdapterFactoryTests.java class ForeignAdapterFactoryTests (line 29) | @DisabledIf("requiredClassesAreMissing") method requiredClassesAreMissing (line 32) | static boolean requiredClassesAreMissing() { method shouldNotAdaptNull (line 42) | @Test method shouldFailOnUnadaptableThings (line 49) | @Test FILE: neo4j-cypher-dsl/src/test/java/org/neo4j/cypherdsl/core/FunctionInvocationTests.java class FunctionInvocationTests (line 29) | class FunctionInvocationTests { method argumentsShouldBeAsserted (line 31) | @Test FILE: neo4j-cypher-dsl/src/test/java/org/neo4j/cypherdsl/core/FunctionsIT.java class FunctionsIT (line 44) | class FunctionsIT { method neo5jSpecificFunctions (line 49) | private static Stream neo5jSpecificFunctions() { method functionsToTest (line 58) | private static Stream functionsToTest() { method propertiesInvocationShouldBeReusable (line 214) | @Test method mathFunctionsShouldBeRenderedAsExpected (line 226) | @ParameterizedTest method functionShouldBeRenderedAsExpected (line 276) | @ParameterizedTest(name = "{0}") method neo5jSpecificFunctionsShouldWork (line 282) | @ParameterizedTest(name = "{0}") method assortedErrors (line 289) | @Test method isEmptyShouldWork (line 300) | @Test // GH-777 class Reduction (line 314) | @Nested method reductionOfPaths (line 317) | @Test method manual (line 336) | @Test method ofListComprehension (line 361) | @Test class Graphs (line 385) | @Nested // GH-728 method namesShouldWork (line 388) | @Test method propertiesByNameShouldWork (line 394) | @Test method byNameShouldWork (line 405) | @Test FILE: neo4j-cypher-dsl/src/test/java/org/neo4j/cypherdsl/core/FunctionsTests.java class FunctionsTests (line 41) | class FunctionsTests { method functionsToTest (line 45) | @SuppressWarnings("deprecation") method preconditionsShouldBeAsserted (line 62) | @ParameterizedTest(name = "{index}: {0}") method functionInvocationsShouldBeCreated (line 70) | @ParameterizedTest class coalesce (line 104) | @Nested method preconditionsShouldBeAsserted (line 107) | @Test method shouldCreateCorrectInvocation (line 121) | @Test FILE: neo4j-cypher-dsl/src/test/java/org/neo4j/cypherdsl/core/HintsIT.java class HintsIT (line 34) | class HintsIT { class IndexHints (line 46) | @Nested method usingIndexShouldWork (line 49) | @Test method usingIndexSeekShouldWork (line 65) | @Test method usingCompositeIndexesShouldWork (line 81) | @Test method propertiesOfDifferentNodesCannotBeUsedOnTheSameHInt (line 96) | @Test method nestedPropertiesAreNotAllowed (line 112) | @Test method multipleLabelsAreNotAllowed (line 124) | @Test method propertiesMustReferenceANode (line 136) | @Test method indexesOnRelationshipsShouldWork (line 148) | @Neo4jVersion(minimum = "4.3") method multipleIndizesShouldWork (line 166) | @Test class ScanHints (line 186) | @Nested method usingScanHintsShouldWork (line 189) | @Test method scansCanNotBeUsedWithMultipleLabels (line 203) | @Test method scansCanNotBeUsedWithoutLabels (line 214) | @Test method scansNeedANode (line 225) | @Test class JoinHints (line 238) | @Nested method singleJoinHintShouldWork (line 241) | @Test method multipleJoinHintShouldWork (line 259) | @Test method joinWithoutOtherIndexesShouldWork (line 279) | @Test method joinRequiresNodeName (line 294) | @Test method joinRequiresSymbolicName (line 308) | @Test FILE: neo4j-cypher-dsl/src/test/java/org/neo4j/cypherdsl/core/IdentifiableExpressionsIT.java class IdentifiableExpressionsIT (line 27) | class IdentifiableExpressionsIT { method simpleWith (line 29) | @Test method multipleHops (line 39) | @Test method complexWith (line 52) | @Test method complexWithAsStatement (line 70) | @Test method noneExpressionsInReturn (line 91) | @Test method nonIdentifiableItems (line 104) | @Test method onReturn (line 115) | @Test method returnedProperties (line 124) | @Test FILE: neo4j-cypher-dsl/src/test/java/org/neo4j/cypherdsl/core/InternalNodeImplTests.java class InternalNodeImplTests (line 46) | class InternalNodeImplTests { method preconditionsShouldBeAsserted (line 48) | @Test method shouldNotAddEmptyAdditionalLabels (line 58) | @Test method shouldCreateNodes (line 67) | @Test class MutationsAndSetShouldRequireName (line 85) | @Nested method mutationWithParameter (line 88) | @Test method mutationWithMap (line 97) | @Test method setWithParameter (line 106) | @Test method setWithMap (line 115) | @Test class PropertiesShouldBeHandled (line 126) | @Nested method createNodesWithProperties (line 130) | private Stream createNodesWithProperties() { method shouldAddProperties (line 137) | @ParameterizedTest method shouldCreateProperty (line 166) | @Test FILE: neo4j-cypher-dsl/src/test/java/org/neo4j/cypherdsl/core/InternalPropertyImplTests.java class InternalPropertyImplTests (line 28) | class InternalPropertyImplTests { method simplePropertyGetNameShouldWork (line 30) | @Test method multiplePropertyGetNameShouldWork (line 36) | @Test method externalReferenceHasPriority (line 42) | @Test FILE: neo4j-cypher-dsl/src/test/java/org/neo4j/cypherdsl/core/InternalRelationshipImplTests.java class InternalRelationshipImplTests (line 41) | class InternalRelationshipImplTests { method preconditionsShouldBeAsserted (line 43) | @Test class PropertiesShouldBeHandled (line 54) | @Nested method createNodesWithProperties (line 58) | private Stream createNodesWithProperties() { method shouldAddProperties (line 70) | @ParameterizedTest method shouldCreateProperty (line 107) | @Test FILE: neo4j-cypher-dsl/src/test/java/org/neo4j/cypherdsl/core/IssueRelatedIT.java class IssueRelatedIT (line 45) | class IssueRelatedIT { method relpatternChainingArgs (line 51) | static Stream relpatternChainingArgs() { method createSomewhatComplexStatement (line 70) | static Statement createSomewhatComplexStatement() { method toMap (line 106) | static MapExpression toMap(ZonedDateTime value) { method conditionExpressionShouldWorkInReturn (line 113) | static Stream conditionExpressionShouldWorkInReturn() { method reusingAliases (line 127) | static Stream reusingAliases() { method gh266SizeShouldBeSupported (line 135) | @Test method gh266HasSizeUtilityShouldWork (line 143) | @Test method gh115 (line 155) | @Test method gh70 (line 175) | @Test method gh167 (line 186) | @Test method gh174 (line 212) | @Test method gh184 (line 230) | @Test method gh185 (line 261) | @Test method gh187 (line 275) | @Test method gh188 (line 289) | @Test method gh197 (line 302) | @Test method gh200 (line 354) | @Test method gh204 (line 366) | @Test method gh245 (line 377) | @Test method gh44 (line 393) | @Test method gh84 (line 401) | @Test method aliasesShouldBeEscapedIfNecessary (line 417) | @Test // GH-106 method projectedPropertiesShouldBeEscapedIfNecessary (line 427) | @Test // GH-106 method mapKeysShouldBeEscapedIfNecessary (line 436) | @Test // GH-106 method aliasOnWrongPosition (line 446) | @Test // GH-121 method propertiesOfFunctions (line 464) | @Test // GH-123 method propertiesOfFunctionsInsideQuery (line 471) | @Test // GH-123 method gh127 (line 483) | @Test method allowSymbolicNamesAsCondition (line 506) | @Test // GH-133 method projectSymbolicNames (line 522) | @Test // GH-131 method relationshipPatternsAsCondition (line 541) | @Test // GH-128 method pointShouldAcceptExpressionToo (line 566) | @Test // GH-142 method propertiesShouldBeExtractableFromExpressions (line 583) | @Test // GH-141 method removeAllPropertiesShouldWork (line 600) | @Test method containersMustBeMutatableByProperties (line 613) | @Test // GH-168 method relpatternChaining (line 622) | @ParameterizedTest // GH-152 method returningRawShouldWork (line 666) | @Test // GH-187 method veryRawCallShouldWork (line 696) | @Test method mixedWithShouldMakeSense (line 712) | @Test // GH-190 method withAliasOnTopLevel (line 732) | @Test // GH-190 method mixedWithDistinctShouldMakeSense (line 739) | @Test // GH-190 method heterogenAliasWithDistinctShouldMakeSense (line 759) | @Test // GH-190 method symbolicNameAndAlias (line 773) | @Test // GH-190 method patternExpressionsAreNotAllowedToIntroduceNewVariables (line 787) | @Test // GH-192 method matchAfterYieldShouldWorkStandalone (line 809) | @Test // GH-193 method matchAfterYieldShouldWorkInQuery (line 833) | @Test // GH-193 method propertyForExpressionWithCollectionOfNames (line 860) | @Test // GH-189 method exposesWithBasedOnExpressionCollectionOnNext (line 872) | @Test // GH-189 method exposesWithDistinctBasedOnExpressionCollectionOnNext (line 890) | @Test // GH-189 method symbolicNamesInNotConditionsMustNotBeResolvedWhenConditionIsARelationshipPatternV1 (line 909) | @Test // GH-197 method symbolicNamesInNotConditionsMustNotBeResolvedWhenConditionIsARelationshipPatternV2 (line 939) | @Test // GH-197 method symbolicNamesMustBeClearedAfterUnion (line 968) | @Test // GH-197 method patternComprehensionMustBeScoped (line 979) | @Test // GH-203 method communitySite20220304 (line 993) | @Test // GH-319 method subqueryWithRename (line 1036) | @SuppressWarnings("removal") method subqueryWithoutImport (line 1078) | @Test // GH-319 method allowProcedureCallWithoutResult (line 1126) | @Test // GH-349 method allowProcedureCallWithoutResultAndArguments (line 1139) | @Test // GH-349 method wildValidate (line 1146) | @Test // GH-349 method addLabels (line 1155) | @Test // GH-1193 method testMultiPatternElementExist (line 1163) | @Test // GH-1186 method nodeNeedsToBeRenderedTwiceWithPatternsInCondition (line 1177) | @Test // GH-362 method compoundConditionShouldBeImmutableAsStatedInTheDocs (line 1200) | @Test // GH-350 method shouldRenderCorrectDateTimeCall (line 1211) | @Test // GH-389 method shouldRenderSetOpOnNodeWithMap (line 1219) | @Test // GH-388 method shouldProvideSetOperations (line 1246) | @Test // GH-388 method shouldProvideSetOperationsForParameter (line 1271) | @Test // GH-388 method aliasedElementsShouldBeCarriedForwardWithWithToo (line 1289) | @Test // GH-419 method bbBoxManual (line 1329) | @Test method bbBox (line 1349) | @Test method shouldAllowAsteriskInYield (line 1365) | @Test // GH-490 method shouldAllowAsteriskInYieldAndArgs (line 1371) | @Test // GH-544 method testLabelRemoval (line 1380) | @Test // GH-505 method unwindWithoutWith (line 1409) | @Test // GH-524 method mixedBagOfWith (line 1425) | @Test // GH-547 method allowCovariantForMakingDynamicCypherCreationEasier (line 1438) | @Test // GH-553 method rerenderShouldYieldSameResultOnSameRenderer (line 1447) | @Test // GH-585 method unionMustNotDestroyScope (line 1467) | @Test // GH-589 method callWithMustImportIntoScope (line 1502) | @Test // GH-595 method callWithMustImportIntoScopeProper (line 1554) | @Test // GH-595 method conditionExpressionShouldWorkInReturn (line 1606) | @ParameterizedTest(name = "{1}") // GH-605 method manipulatingListExpressionsShouldBePossible (line 1613) | @Test method typesOfShouldWork (line 1631) | @Test // GH-630 method labelsOfShouldWork (line 1649) | @Test // GH-630 method withAllShouldWork (line 1673) | @Test // GH-634 method withAllProperShouldWork (line 1692) | @Test method withAllAndThenSome (line 1709) | @Test // GH-634 method mapLiteralShouldRenderProper (line 1721) | @Test // GH-642 method fullTextCallShouldWork (line 1728) | @Test // GH-694 method relationshipChainsMustActivelyEnterRelationshipsDuringVisit (line 1758) | @Test // GH-712 method nonBuilderRelationshipMethodShouldWork (line 1784) | @Test // GH-749 method identifiablesCreatedInSubqueriesMustBeRecognizedAsSeenToo (line 1804) | @Test // GH-826 method sequentialExistingSubqueriesShouldNotHaveScopingIssues (line 1823) | @Test // GH-832 method aliasMustBeIncludedInSubqueries1 (line 1841) | @Test // GH-838 method aliasMustBeIncludedInSubqueries2 (line 1857) | @Test // GH-838 method aliasMustBeIncludedInSubqueries3 (line 1875) | @Test // GH-838 method additionalUnitSubqueries (line 1896) | @Test // GH-533 method additionalUnitSubqueriesExplicitImports (line 1971) | @Test // GH-533 method variablesOfListPredicatesMustNotBeScoped (line 2050) | @Test // GH-903 method subQueryFromParserScope (line 2072) | @ParameterizedTest // GH-999 method patternExpressionMustNotIntroduceNames (line 2112) | @Test // GH-1014 method generatedNamesWithDeeplyNestedSubquerie (line 2158) | @Test method reusingAliases (line 2234) | @ParameterizedTest // GH-1084 method listComprehensionsBasedOnRelationshipsMustWork (line 2244) | @Test // GH-1113 method callRawCypherFollowedByWhereMustWork (line 2258) | @Test method callCypherFollowedByWhereMustWork (line 2269) | @Test method callRawCypherFollowedByWhereWithoutWithMustThrowGoodException (line 2282) | @Test method caseParsingAndRenderingShouldWork (line 2290) | @Test // GH-1235 method asConditionShouldWorkWithMultipleMatchesToo (line 2303) | @Test // GH-1313 method labelsExpressionMustBeLeftFromAllLabelHandlers (line 2344) | @ParameterizedTest // GH-1404 class Chaining (line 2358) | @Nested method afterYieldingCalls (line 2361) | @Test FILE: neo4j-cypher-dsl/src/test/java/org/neo4j/cypherdsl/core/LabelsTests.java class LabelsTests (line 29) | class LabelsTests { method labelExpressionsShouldWork1 (line 34) | @Test // GH-1077 method labelExpressionsShouldWork2 (line 43) | @Test // GH-1077 method shouldMatchLabelsDynamically (line 52) | @Test method shouldMatchNodesDynamicallyUsingAny (line 61) | @Test method combinationWithLabelExpressionsShouldWork (line 69) | @Test method dynamicConjunctionsShouldWork (line 81) | @Test method dynamicSetWrongType1 (line 90) | @Test method dynamicRemoveWrongType1 (line 100) | @Test method dynamicSetWrongSelector (line 110) | @Test method dynamicRemoveWrongSelector (line 120) | @Test method dynamicSetAll (line 130) | @Test method dynamicRemoveAll (line 138) | @Test method dynamicSetAllColon (line 146) | @Test method dynamicRemoveAllColon (line 154) | @Test method dynamicSetAllColonMixed (line 162) | @Test method dynamicRemoveAllColonMixed (line 172) | @Test method labelsAsParametersMustBeInTheCatalog (line 182) | @Test class AsConditions (line 193) | @Nested method labelExpressionsShouldWork1 (line 196) | @Test // GH-1077 method labelExpressionsShouldWork2 (line 205) | @Test // GH-1077 method labelExpressionsInPredicates (line 214) | @Test // GH-1141 FILE: neo4j-cypher-dsl/src/test/java/org/neo4j/cypherdsl/core/LoadCSVIT.java class LoadCSVIT (line 30) | class LoadCSVIT { method loadAndCreateShouldWork (line 32) | @Test method loadAndCreateWithHeadersShouldWork (line 46) | @Test method loadAndCreateWithFieldTerminatorShouldWork (line 60) | @Test method usingPeriodCommitShouldWork (line 75) | @Test method usingPeriodCommitWithRateShouldWork (line 90) | @Test method usingLinenumberShouldWork (line 106) | @Test method usingFileShouldWork (line 119) | @Test method allOptionsCombinedShouldWork (line 132) | @Test method devGuideExample1 (line 150) | @Test method devGuideExample2 (line 166) | @Test method devGuideExample3 (line 183) | @Test method devGuideExample4 (line 207) | @Test method inQuery (line 235) | @Test method finish (line 254) | @Test FILE: neo4j-cypher-dsl/src/test/java/org/neo4j/cypherdsl/core/PackageAndAPIStructureTests.java class PackageAndAPIStructureTests (line 52) | @TestInstance(TestInstance.Lifecycle.PER_CLASS) method importCorePackage (line 58) | @BeforeAll method apiGuardian (line 65) | @DisplayName("API Guardian annotations must not be used on fields") method internalPublicClassesMustBeFinal (line 74) | @DisplayName("Non abstract, public classes that are only part of inter... method coreMostNotDependOnRendering (line 99) | @DisplayName("The Cypher-DSL core package must not depend on the rende... method independentSupportPackages (line 112) | @DisplayName("Supporting packages must not depend on anything from the... method allCallsToSchemaNamesMustUseTheBridge (line 125) | @Test FILE: neo4j-cypher-dsl/src/test/java/org/neo4j/cypherdsl/core/ParameterIT.java class ParameterIT (line 38) | class ParameterIT { method conflictingParameters (line 42) | private static Stream conflictingParameters() { method shouldCollectParameters (line 57) | @Test method shouldCollectParametersOnlyOnce (line 70) | @Test method equalsShouldWork (line 86) | @Test method shouldDealWithNullValues (line 98) | @Test method shouldFailWithNoValueVsNull (line 110) | @ParameterizedTest method shouldNotFailWithSameNameAndMultipleNulLValues (line 117) | @Test method shouldNotFailWithSameNameAndNoValue (line 131) | @Test method shouldFailOnDifferentBoundValues (line 146) | @Test method shouldFailOnDifferentBoundValuesWhenSameValueIsUsedTwice (line 163) | @SuppressWarnings("deprecation") method shouldWorkWithUnions (line 182) | @Test FILE: neo4j-cypher-dsl/src/test/java/org/neo4j/cypherdsl/core/ParameterLiteralTests.java class ParameterLiteralTests (line 24) | class ParameterLiteralTests { method anonParametersAreUnsupported (line 26) | @Test FILE: neo4j-cypher-dsl/src/test/java/org/neo4j/cypherdsl/core/PredicatesTests.java class PredicatesTests (line 35) | class PredicatesTests { method predicatesToTest (line 39) | private static Stream predicatesToTest() { method preconditionsShouldBeAsserted (line 43) | @ParameterizedTest method functionInvocationsShouldBeCreated (line 53) | @ParameterizedTest FILE: neo4j-cypher-dsl/src/test/java/org/neo4j/cypherdsl/core/ProcedureCallsIT.java class ProcedureCallsIT (line 33) | class ProcedureCallsIT { method simple (line 37) | @Test method simpleBasedOnStringCollection (line 49) | @Test method shouldGenerateStatementsOfCorrectType (line 61) | @Test method withArgs (line 80) | @Test method yieldItems (line 90) | @Test method yieldItemsRenamed (line 105) | @Test method withArgsAndYield (line 112) | @Test method where (line 119) | @Test method returning (line 133) | @Test method withThanReturning (line 142) | @Test method withThanReturningInQuery (line 160) | @Test method shouldBeUsableAsExpression (line 175) | @Test // GH-101 method dynamicDistinct (line 189) | @Test method dynamicDistinctUnsupported (line 197) | @Test method shouldBeUsableWithParametersAsExpression (line 205) | @Test // GH-101 class MultipartQueries (line 224) | @Nested method unrelated (line 227) | @Test method related (line 243) | @Test method relatedInner (line 260) | @Test FILE: neo4j-cypher-dsl/src/test/java/org/neo4j/cypherdsl/core/RawLiteralTests.java class RawLiteralTests (line 34) | class RawLiteralTests { method shouldWorkWithoutPlaceHolder (line 36) | @Test method shouldUnescapeEscapedPlaceholders (line 43) | @Test method noArguments (line 50) | @Test method tooFewArguments (line 57) | @Test method tooManyArguments (line 64) | @Test method mixedArguments (line 72) | @Test method mixedArguments2 (line 81) | @Test method mixedArguments3 (line 92) | @Test method stringLiteral (line 100) | @Test method withParamAsExpression (line 107) | @Test // GH-187 method withParam (line 120) | @Test method withParamSimple (line 139) | @Test method withParamSimpleNoArgs (line 152) | @Test method shouldUnescapeEscapedPlaceholdersAndUseThem (line 165) | @Test method shouldUnescapeEscapedPlaceholdersAndUseThemAndBlanksDontMatter (line 177) | @Test method onlyExpressionArguments (line 186) | @Test FILE: neo4j-cypher-dsl/src/test/java/org/neo4j/cypherdsl/core/RelationshipChainTests.java class RelationshipChainTests (line 29) | @TestInstance(TestInstance.Lifecycle.PER_CLASS) method namedShouldReturnNew (line 38) | @Test method unboundedShouldReturnNew (line 50) | @Test FILE: neo4j-cypher-dsl/src/test/java/org/neo4j/cypherdsl/core/RelationshipTests.java class RelationshipTests (line 28) | class RelationshipTests { method relationshipWithoutTypesMustNotThrowNPEs (line 30) | @Test FILE: neo4j-cypher-dsl/src/test/java/org/neo4j/cypherdsl/core/StatementCatalogBuildingVisitorTests.java class StatementCatalogBuildingVisitorTests (line 36) | class StatementCatalogBuildingVisitorTests { method simpleShowCase (line 38) | @Test method labelExpressionsShouldWork (line 64) | @Test method labelFiltersShouldWork (line 81) | @Test method shouldThrowWhenAskingWithTypeForTypes (line 107) | @Test // GH-674 method shouldThrowWhenAskingWithLabelForLabels (line 130) | @Test // GH-674 method literalRetrievalShouldWork (line 151) | @Test // GH-738 method procedureNamesMustNotAppearAsLiterals (line 189) | @Test // GH-738 method retrievalOfRelationshipsShouldWork (line 199) | @Test // GH-674 method random_order_test (line 221) | @RepeatedTest(20) method nullParametersMustBeAllowed (line 247) | @Test // GH-785 FILE: neo4j-cypher-dsl/src/test/java/org/neo4j/cypherdsl/core/StringLiteralTests.java class StringLiteralTests (line 28) | class StringLiteralTests { method shouldEscapeContent (line 30) | @Test method shouldEscapeNull (line 37) | @Test method shouldCorrectlyEscapeEmptyStrings (line 44) | @Test method shouldNotTryToEscapeNullStrings (line 55) | @Test FILE: neo4j-cypher-dsl/src/test/java/org/neo4j/cypherdsl/core/SubqueriesGQLIT.java class SubqueriesGQLIT (line 36) | class SubqueriesGQLIT { method unitSubqueries (line 40) | @Test // GH-533 class Scope (line 56) | @Nested method nodePatternInCallMustBeFullAndNotKnown (line 59) | @Test class ResultReturningSubqueries (line 77) | @Nested method importingVariablesShouldWork (line 80) | @Test method postUnionProcessingShouldWork (line 98) | @Test method aggregationAndSideEffectsShouldWork (line 126) | @Test method aggregationOnImportedVariablesShouldWork (line 144) | @Test method nestedAfterProcedureCall (line 162) | @Test method afterRegularWith (line 233) | @Test method afterRegularWithManualImport (line 253) | @Test method callsCallingCalls (line 272) | @Test class ExistentialSubqueries (line 288) | @Nested method fullStatementsAsExistentialSubQuery (line 291) | @Test // GH-578 method fullStatementsAsExistentialSubQueryWithImports (line 308) | @Test // GH-578 method simple (line 328) | @Test method withBooleanOpsAndWhere (line 347) | @Test class InTransactions (line 390) | @Nested method docs44_7 (line 393) | @Test method docs44_7_1a (line 409) | @Test method docs44_7_1b (line 425) | @Test method afterRegularWith (line 435) | @ParameterizedTest method afterRegularWithSymNameImport (line 463) | @ParameterizedTest method nestedAfterProcedureCall (line 492) | @Test class CollectSubqueries (line 565) | @Nested method shouldCheckForReturnStatement (line 580) | @Test method simple (line 589) | @Test method withWhereClause (line 601) | @Test method withAUnion (line 617) | @Test method withWith (line 633) | @Test method inReturn (line 648) | @Test method collectInSet (line 664) | @Test method inCase (line 678) | @Test method asGroupingKey (line 694) | @Test FILE: neo4j-cypher-dsl/src/test/java/org/neo4j/cypherdsl/core/SubqueriesIT.java class SubqueriesIT (line 38) | class SubqueriesIT { method unitSubqueries (line 43) | @Test // GH-533 class Scope (line 59) | @Nested method nodePatternInCallMustBeFullAndNotKnown (line 62) | @Test class DialectSupport (line 80) | @Nested method starterExample (line 83) | @ParameterizedTest method someImports (line 99) | @ParameterizedTest method allImports (line 127) | @ParameterizedTest method noImports (line 148) | @ParameterizedTest class ResultReturningSubqueries (line 171) | @Nested method importingVariablesShouldWork (line 174) | @Test method postUnionProcessingShouldWork (line 192) | @Test method aggregationAndSideEffectsShouldWork (line 220) | @Test method aggregationOnImportedVariablesShouldWork (line 238) | @Test method nestedAfterProcedureCall (line 256) | @Test method afterRegularWith (line 327) | @Test method afterRegularWithManualImport (line 347) | @Test method callsCallingCalls (line 366) | @Test class ExistentialSubqueries (line 382) | @Nested method fullStatementsAsExistentialSubQuery (line 385) | @Test // GH-578 method fullStatementsAsExistentialSubQueryWithImports (line 402) | @Test // GH-578 method simple (line 422) | @Test method withBooleanOpsAndWhere (line 441) | @Test class InTransactions (line 484) | @Nested method docs44_7 (line 487) | @Test method docs44_7_1a (line 503) | @Test method docs44_7_1b (line 519) | @Test method afterRegularWith (line 529) | @ParameterizedTest method afterRegularWithSymNameImport (line 557) | @ParameterizedTest method nestedAfterProcedureCall (line 586) | @Test class CollectSubqueries (line 659) | @Nested method shouldCheckForReturnStatement (line 674) | @Test method simple (line 683) | @Test method withWhereClause (line 695) | @Test method withAUnion (line 711) | @Test method withWith (line 727) | @Test method inReturn (line 742) | @Test method collectInSet (line 758) | @Test method inCase (line 772) | @Test method asGroupingKey (line 788) | @Test FILE: neo4j-cypher-dsl/src/test/java/org/neo4j/cypherdsl/core/SymbolicNameTests.java class SymbolicNameTests (line 30) | public class SymbolicNameTests { class ResolvedSymbolicNames (line 32) | @Nested method equalsShouldWorkSameValue (line 35) | @Test method equalsShouldWorkDifferentValue (line 45) | @Test method shouldNotEqualUnresolved (line 54) | @Test method sameResolvedNamesShouldHaveSameHashCodes (line 62) | @Test method differentResolvedNamesShouldHaveDifferentHashCodes (line 70) | @Test method toStringShouldWork (line 78) | @Test class UnresolvedSymbolicNames (line 87) | @Nested method equalsShouldWorkSameValue (line 90) | @Test method shouldNotEqualResolved (line 101) | @Test method differentUnresolvedNamesShouldHaveDifferentHashCodes (line 109) | @Test method toStringShouldWork (line 117) | @Test FILE: neo4j-cypher-dsl/src/test/java/org/neo4j/cypherdsl/core/TemporalLiteralTests.java class TemporalLiteralTests (line 40) | class TemporalLiteralTests { method localDateShouldWork (line 42) | @Test method localDateTimeShouldWork (line 49) | @Test method zonedDateTimeShouldWork (line 56) | @Test method localTimeShouldWork (line 64) | @Test method offsetTimeShouldWork (line 71) | @Test method shouldThrowAnExceptionOnUnsupportedTemporalAccessor (line 78) | @Test FILE: neo4j-cypher-dsl/src/test/java/org/neo4j/cypherdsl/core/TestUtils.java class TestUtils (line 28) | final class TestUtils { method TestUtils (line 30) | private TestUtils() { method findMethod (line 33) | static Method findMethod(Class clazz, String name, Class... para... method invokeMethod (line 42) | static Object invokeMethod(Method method, Object target, Object... arg... FILE: neo4j-cypher-dsl/src/test/java/org/neo4j/cypherdsl/core/ToStringSmokeTests.java class ToStringSmokeTests (line 35) | class ToStringSmokeTests { method toStringShouldWork (line 37) | static Stream toStringShouldWork() { method toStringShouldWork (line 58) | @ParameterizedTest method mostConstructsShouldNotHaveDefaultToString (line 64) | @Test FILE: neo4j-cypher-dsl/src/test/java/org/neo4j/cypherdsl/core/TreeNodeTests.java class TreeNodeTests (line 31) | class TreeNodeTests { method breadthFirstSearchShouldWork (line 50) | @Test method preOrderShouldWork (line 61) | @Test method rootsBloodyRoots (line 72) | @Test method printShouldWork (line 77) | @Test FILE: neo4j-cypher-dsl/src/test/java/org/neo4j/cypherdsl/core/UseIT.java class UseIT (line 42) | class UseIT { method graphByNameShouldWork (line 51) | static Stream graphByNameShouldWork() { method simpleUseShouldWork (line 58) | @ParameterizedTest method graphByNameShouldWork (line 70) | @ParameterizedTest method usageInSubqueryShouldWork (line 88) | @Test method useBeforeCall (line 115) | @Test method nestedUseShouldThrow (line 123) | @Test method useBeforeCallWithCallInTx (line 131) | @Test method addExplain (line 146) | @Test method innerProfileShouldThrow (line 155) | @Test method innerExplainShouldThrow (line 163) | @Test FILE: neo4j-cypher-dsl/src/test/java/org/neo4j/cypherdsl/core/internal/LoadCSVTests.java class LoadCSVTests (line 30) | class LoadCSVTests { method witherShouldWorkWithNullsOnBothEnds (line 32) | @Test method witherShouldWorkWithEmptyValues (line 40) | @Test method witherShouldWorkWithNonEmptyValues (line 49) | @Test FILE: neo4j-cypher-dsl/src/test/java/org/neo4j/cypherdsl/core/internal/ReflectiveVisitorTests.java class ReflectiveVisitorTests (line 29) | class ReflectiveVisitorTests { method visitorShouldThrowDedicatedException (line 31) | @Test class ThrowingVisitable (line 55) | static class ThrowingVisitable implements Visitable { class SomeException (line 59) | static class SomeException extends RuntimeException { FILE: neo4j-cypher-dsl/src/test/java/org/neo4j/cypherdsl/core/querydsl/Person.java class Person (line 26) | @QueryEntity method getFirstName (line 35) | public String getFirstName() { method getAge (line 39) | public int getAge() { method getLastName (line 43) | public String getLastName() { FILE: neo4j-cypher-dsl/src/test/java/org/neo4j/cypherdsl/core/querydsl/Place.java class Place (line 26) | @QueryEntity method getName (line 31) | public String getName() { FILE: neo4j-cypher-dsl/src/test/java/org/neo4j/cypherdsl/core/querydsl/QueryDSLAdapterTests.java class QueryDSLAdapterTests (line 80) | class QueryDSLAdapterTests { method expected (line 82) | static Map expected(Object... args) { method supportedOpsArgs (line 90) | static Stream supportedOpsArgs() { method unsupportedOpsShouldBeRecognizedBeforeHandArgs (line 211) | static Stream unsupportedOpsShouldBeRecognizedBeforeHandArg... method supportedOpsWithParameters (line 221) | @MethodSource("supportedOpsArgs") method supportedOpsWithLiterals (line 236) | @MethodSource("supportedOpsArgs") method unsupportedOpsShouldBeRecognizedBeforeHand (line 263) | @MethodSource("unsupportedOpsShouldBeRecognizedBeforeHandArgs") method queryingByPathBasedOnClassShouldWork (line 270) | @Test method queryingByProxyShouldWork (line 288) | @Test method queryingByQClassShouldWork (line 303) | @Test method pathsShouldBeTurnedIntoExpressions (line 318) | @Test method qClassToNodeShouldWork (line 333) | @Test method qClassToNodeShouldWorkNoConstants (line 349) | @Test method changingModeShouldWork (line 367) | @Test method prettyPrinterShouldAlwaysUseConstants (line 388) | @Test method parametersShouldBeRendered (line 406) | @Test method regexShouldBeSupported (line 424) | @Test method existShouldWork (line 437) | @Test method shouldNotAdaptArbitraryThingsAsCondition (line 450) | @Test method shouldNotAdaptArbitraryThingsAsNodes (line 457) | @Test method shouldNotAdaptArbitraryThingsAsNames (line 464) | @Test method emptyBooleanBuilder (line 471) | @Test method booleanBuilder (line 484) | @Test method communityExample (line 498) | @Test method communityExampleWithWorkaround (line 513) | @Test FILE: neo4j-cypher-dsl/src/test/java/org/neo4j/cypherdsl/core/querydsl/Stuff.java class Stuff (line 26) | @QueryEntity method getName (line 31) | public String getName() { FILE: neo4j-cypher-dsl/src/test/java/org/neo4j/cypherdsl/core/querydsl/UnsupportedOperatorExceptionTests.java class UnsupportedOperatorExceptionTests (line 28) | class UnsupportedOperatorExceptionTests { method unsupportedOperatorShouldBeAccessible (line 30) | @Test FILE: neo4j-cypher-dsl/src/test/java/org/neo4j/cypherdsl/core/renderer/ConfigurableRendererTests.java class ConfigurableRendererTests (line 32) | class ConfigurableRendererTests { method cacheShouldWork (line 34) | @Test method shouldGenerateConstantNamesPerSchema (line 50) | @Test // GH-596 method shouldExportSymbolicNames (line 97) | @Test // GH-645 method shouldExportNamedAsSymbolicNames (line 111) | @Test // GH-645 FILE: neo4j-cypher-dsl/src/test/java/org/neo4j/cypherdsl/core/renderer/ConfigurationTests.java class ConfigurationTests (line 29) | class ConfigurationTests { method dialectShouldBeIncludedInEquals (line 31) | @Test method dialectShouldBeIncludedInHash (line 41) | @Test FILE: neo4j-cypher-dsl/src/test/java/org/neo4j/cypherdsl/core/renderer/DefaultVisitorTests.java class DefaultVisitorTests (line 31) | class DefaultVisitorTests { method shouldCorrectlyEscapeNames (line 35) | @ParameterizedTest method shouldNotTryToEscapeNullNames (line 43) | @Test method underscoresInEnumsShouldBeRemoved (line 49) | @EnumSource(TestEnum.class) method shouldEscapeIfNecessary (line 58) | @ParameterizedTest method shouldNotUnnecessaryEscape (line 73) | @Test type TestEnum (line 81) | enum TestEnum { method TestEnum (line 87) | TestEnum(String expected) { FILE: neo4j-cypher-dsl/src/test/java/org/neo4j/cypherdsl/core/renderer/PrettyPrintingVisitorTests.java class PrettyPrintingVisitorTests (line 31) | class PrettyPrintingVisitorTests { method shouldCorrectlyEscapeNames (line 40) | @ParameterizedTest method shouldNotTryToEscapeNullNames (line 48) | @Test