Skip navigation links
  • Module
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help

Deprecated API

Contents

  • Terminally Deprecated
  • Interfaces
  • Classes
  • Methods
  • Enum Constants
  • Terminally Deprecated Elements
    Element
    Description
    org.neo4j.cypherdsl.core.Cypher.use(SymbolicName, Statement)
    Use Cypher.use(Expression, Statement)
    org.neo4j.cypherdsl.core.ParenthesizedPathPattern
    Use QuantifiedPathPattern instead.
    org.neo4j.cypherdsl.core.ParenthesizedPathPattern.of(PatternElement)
    org.neo4j.cypherdsl.core.renderer.Dialect.DEFAULT
    see Dialect.NEO4J_4
    org.neo4j.cypherdsl.core.Statement.getIdentifiableExpressions()
    Use Statement.getCatalog() and StatementCatalog.getIdentifiableExpressions()
    org.neo4j.cypherdsl.core.Statement.getParameterNames()
    Use Statement.getCatalog() and StatementCatalog.getParameterNames()
    org.neo4j.cypherdsl.core.Statement.getParameters()
    Use Statement.getCatalog() and StatementCatalog.getParameters()
  • Deprecated Interfaces
    Interface
    Description
    org.neo4j.cypherdsl.core.Expressions.SubqueryExpressionBuilder
    use SubqueryExpressionBuilder instead.
  • Deprecated Classes
    Class
    Description
    org.neo4j.cypherdsl.core.Conditions
    use Cypher instead. This class will become package private in the next major release and no longer be accessible.
    org.neo4j.cypherdsl.core.Expressions
    use Cypher instead. This class will become package private in the next major release and no longer be accessible.
    org.neo4j.cypherdsl.core.Functions
    use Cypher instead. This class will become package private in the next major release and no longer be accessible.
    org.neo4j.cypherdsl.core.Operations
    use Cypher instead. This class will become package private in the next major release and no longer be accessible.
    org.neo4j.cypherdsl.core.ParenthesizedPathPattern
    Use QuantifiedPathPattern instead.
    org.neo4j.cypherdsl.core.Predicates
    use Cypher instead. This class will become package private in the next major release and no longer be accessible.
  • Deprecated Methods
    Method
    Description
    org.neo4j.cypherdsl.core.Cypher.use(SymbolicName, Statement)
    Use Cypher.use(Expression, Statement)
    org.neo4j.cypherdsl.core.Expressions.with(String...)
    use Cypher.subqueryWith(String...) instead.
    org.neo4j.cypherdsl.core.Expressions.with(IdentifiableElement...)
    use Cypher.subqueryWith(IdentifiableElement...) instead.
    org.neo4j.cypherdsl.core.Functions.id(Node)
    see Functions.elementId(Node) for a replacement. Neo4j the database will remove support for id(n) at some point.
    org.neo4j.cypherdsl.core.Functions.id(Relationship)
    see Functions.elementId(Relationship) for a replacement. Neo4j the database will remove support for id(n) at some point.
    org.neo4j.cypherdsl.core.Node.internalId()
    Use Node.elementId()
    org.neo4j.cypherdsl.core.Operations.remove(Node, String...)
    use Cypher.removeLabel(Node, String...) instead.
    org.neo4j.cypherdsl.core.Operations.set(Node, String...)
    use Cypher.setLabel(Node, String...) instead.
    org.neo4j.cypherdsl.core.ParenthesizedPathPattern.of(PatternElement)
    org.neo4j.cypherdsl.core.Statement.getIdentifiableExpressions()
    Use Statement.getCatalog() and StatementCatalog.getIdentifiableExpressions()
    org.neo4j.cypherdsl.core.Statement.getParameterNames()
    Use Statement.getCatalog() and StatementCatalog.getParameterNames()
    org.neo4j.cypherdsl.core.Statement.getParameters()
    Use Statement.getCatalog() and StatementCatalog.getParameters()
  • Deprecated Enum Constants
    Enum Constant
    Description
    org.neo4j.cypherdsl.core.renderer.Dialect.DEFAULT
    see Dialect.NEO4J_4

Copyright © 2011–2024 Neo4j, Neo4j Sweden AB. All rights reserved.