Uses of Class
org.neo4j.cypherdsl.core.Case
-
Packages that use Case Package Description org.neo4j.cypherdsl.core Contains an internal DSL for creating Cypher. -
-
Uses of Case in org.neo4j.cypherdsl.core
Subclasses of Case in org.neo4j.cypherdsl.core Modifier and Type Class Description static classCase.GenericCaseImplementation of theCaseclass to support generic case.static classCase.GenericCase.EndingGenericCaseThe renderable implementation ofCase.GenericCase.static classCase.SimpleCaseSpecial implementation of theCaseclass to support simple case with an initial expression / condition.static classCase.SimpleCase.EndingSimpleCaseThe renderable implementation ofCase.SimpleCase.Methods in org.neo4j.cypherdsl.core that return Case Modifier and Type Method Description static CaseCypher. caseExpression()static CaseCypher. caseExpression(Expression expression)
-