neo4j-cypher-dsl-2024.5.1.jar中文-英文对照文档.zip

org.neo4jneo4j-cypher-dsl2024.5.1API文档接口文档中文文档中英对照JavaJavaDoc操作手册Maven依赖Gradle依赖Java开发使用指南离线文档Java编程寒水馨
文件基础信息

文件名称: neo4j-cypher-dsl-2024.5.1.jar中文-英文对照文档.zip

文件类型: Java 组件中文文档
文件大小: 2.01 MB

选择下载方式

方式1:微信扫码支付下载
文件价格:¥1.5
支付完成后自动开始下载
方式2:兑换码下载
前往 链动小铺 购买【Java 组件中文文档兑换码】

文件简介

neo4j-cypher-dsl-2024.5.1.jar中文-英文对照文档.zip 中包含以下内容

  1. 中文-英文对照文档:位于压缩包内的“文档”文件夹中
  2. 说明文件:使用说明.txt、README.md
  3. Maven依赖:neo4j-cypher-dsl-2024.5.1.jar Maven依赖信息(可用于项目pom.xml).txt
  4. Gradle依赖:neo4j-cypher-dsl-2024.5.1.jar Gradle依赖信息(可用于项目build.gradle).txt
  5. jar包下载地址:neo4j-cypher-dsl-2024.5.1.jar下载地址(官方地址+国内镜像地址).txt
  6. 源码下载地址:neo4j-cypher-dsl-2024.5.1-sources.jar下载地址(官方地址+国内镜像地址).txt

使用方法

  1. 解压 neo4j-cypher-dsl-2024.5.1.jar中文-英文对照文档.zip,找到 解压后的文件夹>文档>index.html,双击index.html即可用浏览器打开查看。
  2. 为了防止解压后路径太长导致浏览器无法打开,推荐在解压时选择“解压到当前文件夹”(放心,自带文件夹,文件不会散落一地)。
  3. 有时,一套Java组件会有多个jar,所以在下载前,请仔细阅读本篇描述,以确保这就是你需要的文件。

组件信息

简介

  • 名称: Neo4j Cypher DSL (Core)
  • 描述: Cypher DSL的核心模块,包括所有支持的元素和默认的渲染器。
  • 版本: 2024.5.1

Maven依赖

<dependency>
	<groupId>org.neo4j</groupId>
	<artifactId>neo4j-cypher-dsl</artifactId>
	<version>2024.5.1</version>
</dependency>

Gradle依赖

Gradle:
	implementation group: 'org.neo4j', name: 'neo4j-cypher-dsl', version: '2024.5.1'
Gradle (Short):
	implementation 'org.neo4j:neo4j-cypher-dsl:2024.5.1'
Gradle (Kotlin):
	implementation("org.neo4j:neo4j-cypher-dsl:2024.5.1")

寒水馨 Java 组件中文文档系列说明

  • 文档为 Java 组件的中文翻译文档
  • 文档由 寒水馨 翻译整理,非官方版本
  • 本系列文档获取地址:https://hanshuixin.org
  • 本文档为人性化翻译,精心制作,请放心使用
  • 本文档为双语同时展示,一行原文、一行译文,可逐行对照,避免了原文/译文来回切换的麻烦
  • 有原文可参照,不再担心翻译偏差误导
  • 边学技术、边学英语
  • 只翻译了该翻译的内容,如:注释、说明、描述、用法讲解 等
  • 不该翻译的内容保持原样,如:类名、方法名、包名、类型、关键字、代码 等

版权声明与来源信息

本翻译文档基于以下开源项目制作,严格遵守各项目的开源许可证,并在此列出其版权归属与许可证信息。

本组件包含的 Java package(包)

org.neo4j.cypherdsl.core
org.neo4j.cypherdsl.core.annotations
org.neo4j.cypherdsl.core.ast
org.neo4j.cypherdsl.core.executables
org.neo4j.cypherdsl.core.renderer

本组件包含的 Java class(类)

org.neo4j.cypherdsl.core.Aliased
org.neo4j.cypherdsl.core.AliasedExpression
org.neo4j.cypherdsl.core.Asterisk
org.neo4j.cypherdsl.core.BooleanLiteral
org.neo4j.cypherdsl.core.COUNT
org.neo4j.cypherdsl.core.Case
org.neo4j.cypherdsl.core.Case.CaseEnding
org.neo4j.cypherdsl.core.Case.GenericCase
org.neo4j.cypherdsl.core.Case.OngoingWhenThen
org.neo4j.cypherdsl.core.Case.SimpleCase
org.neo4j.cypherdsl.core.Clause
org.neo4j.cypherdsl.core.Clauses
org.neo4j.cypherdsl.core.CollectExpression
org.neo4j.cypherdsl.core.Comparison
org.neo4j.cypherdsl.core.Condition
org.neo4j.cypherdsl.core.ConflictingParametersException
org.neo4j.cypherdsl.core.ConstantCondition
org.neo4j.cypherdsl.core.CountExpression
org.neo4j.cypherdsl.core.Create
org.neo4j.cypherdsl.core.Cypher
org.neo4j.cypherdsl.core.Delete
org.neo4j.cypherdsl.core.EXISTS-tential
org.neo4j.cypherdsl.core.ExistentialSubquery
org.neo4j.cypherdsl.core.ExposesAndThen
org.neo4j.cypherdsl.core.ExposesCall
org.neo4j.cypherdsl.core.ExposesCall.AsFunction
org.neo4j.cypherdsl.core.ExposesCall.ExposesWithArgs
org.neo4j.cypherdsl.core.ExposesCall.ExposesYield
org.neo4j.cypherdsl.core.ExposesCreate
org.neo4j.cypherdsl.core.ExposesFinish
org.neo4j.cypherdsl.core.ExposesHints
org.neo4j.cypherdsl.core.ExposesLoadCSV
org.neo4j.cypherdsl.core.ExposesLogicalOperators
org.neo4j.cypherdsl.core.ExposesMatch
org.neo4j.cypherdsl.core.ExposesMerge
org.neo4j.cypherdsl.core.ExposesPatternLengthAccessors
org.neo4j.cypherdsl.core.ExposesProperties
org.neo4j.cypherdsl.core.ExposesRelationships
org.neo4j.cypherdsl.core.ExposesReturning
org.neo4j.cypherdsl.core.ExposesSubqueryCall
org.neo4j.cypherdsl.core.ExposesSubqueryCall.BuildableSubquery
org.neo4j.cypherdsl.core.ExposesUnwind
org.neo4j.cypherdsl.core.ExposesWhere
org.neo4j.cypherdsl.core.ExposesWith
org.neo4j.cypherdsl.core.Expression
org.neo4j.cypherdsl.core.FOREACH-clause
org.neo4j.cypherdsl.core.Finish
org.neo4j.cypherdsl.core.Foreach
org.neo4j.cypherdsl.core.ForeignAdapter
org.neo4j.cypherdsl.core.FunctionInvocation
org.neo4j.cypherdsl.core.FunctionInvocation.FunctionDefinition
org.neo4j.cypherdsl.core.HasLabelCondition
org.neo4j.cypherdsl.core.Hint
org.neo4j.cypherdsl.core.IdentifiableElement
org.neo4j.cypherdsl.core.InTransactions
org.neo4j.cypherdsl.core.KeyValueMapEntry
org.neo4j.cypherdsl.core.LabelExpression
org.neo4j.cypherdsl.core.Limit
org.neo4j.cypherdsl.core.ListComprehension
org.neo4j.cypherdsl.core.ListComprehension.OngoingDefinitionWithList
org.neo4j.cypherdsl.core.ListComprehension.OngoingDefinitionWithVariable
org.neo4j.cypherdsl.core.ListComprehension.OngoingDefinitionWithoutReturn
org.neo4j.cypherdsl.core.ListExpression
org.neo4j.cypherdsl.core.ListLiteral
org.neo4j.cypherdsl.core.ListOperator
org.neo4j.cypherdsl.core.Literal
org.neo4j.cypherdsl.core.Literal.UnsupportedLiteralException
org.neo4j.cypherdsl.core.LoadCSVStatementBuilder
org.neo4j.cypherdsl.core.LoadCSVStatementBuilder.OngoingLoadCSV
org.neo4j.cypherdsl.core.MapExpression
org.neo4j.cypherdsl.core.MapLiteral
org.neo4j.cypherdsl.core.MapProjection
org.neo4j.cypherdsl.core.Match
org.neo4j.cypherdsl.core.Merge
org.neo4j.cypherdsl.core.MergeAction
org.neo4j.cypherdsl.core.Named
org.neo4j.cypherdsl.core.NamedPath
org.neo4j.cypherdsl.core.NamedPath.OngoingDefinitionWithName
org.neo4j.cypherdsl.core.NamedPath.OngoingShortestPathDefinitionWithName
org.neo4j.cypherdsl.core.NestedExpression
org.neo4j.cypherdsl.core.Node
org.neo4j.cypherdsl.core.NodeBase
org.neo4j.cypherdsl.core.NodeLabel
org.neo4j.cypherdsl.core.NullLiteral
org.neo4j.cypherdsl.core.NumberLiteral
org.neo4j.cypherdsl.core.OngoingListBasedPredicateFunction
org.neo4j.cypherdsl.core.OngoingListBasedPredicateFunctionWithList
org.neo4j.cypherdsl.core.Operation
org.neo4j.cypherdsl.core.Order
org.neo4j.cypherdsl.core.Parameter
org.neo4j.cypherdsl.core.PatternComprehension
org.neo4j.cypherdsl.core.PatternComprehension.OngoingDefinitionWithPattern
org.neo4j.cypherdsl.core.PatternComprehension.OngoingDefinitionWithPatternAndWhere
org.neo4j.cypherdsl.core.PatternComprehension.OngoingDefinitionWithoutReturn
org.neo4j.cypherdsl.core.PatternElement
org.neo4j.cypherdsl.core.PatternExpression
org.neo4j.cypherdsl.core.ProcedureCall
org.neo4j.cypherdsl.core.Properties
org.neo4j.cypherdsl.core.Property
org.neo4j.cypherdsl.core.PropertyAccessor
org.neo4j.cypherdsl.core.PropertyContainer
org.neo4j.cypherdsl.core.PropertyLookup
org.neo4j.cypherdsl.core.QuantifiedPathPattern
org.neo4j.cypherdsl.core.QuantifiedPathPattern.Quantifier
org.neo4j.cypherdsl.core.QuantifiedPathPattern.TargetPattern
org.neo4j.cypherdsl.core.Reduction
org.neo4j.cypherdsl.core.Reduction.OngoingDefinitionWithInitial
org.neo4j.cypherdsl.core.Reduction.OngoingDefinitionWithList
org.neo4j.cypherdsl.core.Reduction.OngoingDefinitionWithReducer
org.neo4j.cypherdsl.core.Reduction.OngoingDefinitionWithVariable
org.neo4j.cypherdsl.core.Relationship
org.neo4j.cypherdsl.core.Relationship.Details
org.neo4j.cypherdsl.core.RelationshipBase
org.neo4j.cypherdsl.core.RelationshipChain
org.neo4j.cypherdsl.core.RelationshipPattern
org.neo4j.cypherdsl.core.Remove
org.neo4j.cypherdsl.core.ResultStatement
org.neo4j.cypherdsl.core.Return
org.neo4j.cypherdsl.core.ReturnBody
org.neo4j.cypherdsl.core.Set
org.neo4j.cypherdsl.core.Skip
org.neo4j.cypherdsl.core.SortItem
org.neo4j.cypherdsl.core.Statement
org.neo4j.cypherdsl.core.Statement.RegularQuery
org.neo4j.cypherdsl.core.Statement.SingleQuery
org.neo4j.cypherdsl.core.Statement.UnionQuery
org.neo4j.cypherdsl.core.Statement.UseStatement
org.neo4j.cypherdsl.core.StatementBuilder
org.neo4j.cypherdsl.core.StatementBuilder.BuildableMatchAndUpdate
org.neo4j.cypherdsl.core.StatementBuilder.BuildableOngoingMergeAction
org.neo4j.cypherdsl.core.StatementBuilder.BuildableStatement
org.neo4j.cypherdsl.core.StatementBuilder.ExposesDelete
org.neo4j.cypherdsl.core.StatementBuilder.ExposesExistentialSubqueryCall
org.neo4j.cypherdsl.core.StatementBuilder.ExposesForeach
org.neo4j.cypherdsl.core.StatementBuilder.ExposesLimit
org.neo4j.cypherdsl.core.StatementBuilder.ExposesMergeAction
org.neo4j.cypherdsl.core.StatementBuilder.ExposesOrderBy
org.neo4j.cypherdsl.core.StatementBuilder.ExposesSet
org.neo4j.cypherdsl.core.StatementBuilder.ExposesSetAndRemove
org.neo4j.cypherdsl.core.StatementBuilder.ExposesSetLabel
org.neo4j.cypherdsl.core.StatementBuilder.ExposesSkip
org.neo4j.cypherdsl.core.StatementBuilder.ExposesUpdatingClause
org.neo4j.cypherdsl.core.StatementBuilder.ExposesYieldStar
org.neo4j.cypherdsl.core.StatementBuilder.ForeachSourceStep
org.neo4j.cypherdsl.core.StatementBuilder.ForeachUpdateStep
org.neo4j.cypherdsl.core.StatementBuilder.OngoingInQueryCallWithArguments
org.neo4j.cypherdsl.core.StatementBuilder.OngoingInQueryCallWithReturnFields
org.neo4j.cypherdsl.core.StatementBuilder.OngoingInQueryCallWithoutArguments
org.neo4j.cypherdsl.core.StatementBuilder.OngoingMatchAndReturnWithOrder
org.neo4j.cypherdsl.core.StatementBuilder.OngoingMatchAndUpdate
org.neo4j.cypherdsl.core.StatementBuilder.OngoingMerge
org.neo4j.cypherdsl.core.StatementBuilder.OngoingMergeAction
org.neo4j.cypherdsl.core.StatementBuilder.OngoingOrderDefinition
org.neo4j.cypherdsl.core.StatementBuilder.OngoingReading
org.neo4j.cypherdsl.core.StatementBuilder.OngoingReadingAndReturn
org.neo4j.cypherdsl.core.StatementBuilder.OngoingReadingAndWith
org.neo4j.cypherdsl.core.StatementBuilder.OngoingReadingAndWithWithSkip
org.neo4j.cypherdsl.core.StatementBuilder.OngoingReadingAndWithWithWhereAndOrder
org.neo4j.cypherdsl.core.StatementBuilder.OngoingReadingWithWhere
org.neo4j.cypherdsl.core.StatementBuilder.OngoingReadingWithoutWhere
org.neo4j.cypherdsl.core.StatementBuilder.OngoingStandaloneCallWithArguments
org.neo4j.cypherdsl.core.StatementBuilder.OngoingStandaloneCallWithReturnFields
org.neo4j.cypherdsl.core.StatementBuilder.OngoingStandaloneCallWithoutArguments
org.neo4j.cypherdsl.core.StatementBuilder.OngoingUnwind
org.neo4j.cypherdsl.core.StatementBuilder.OngoingUpdate
org.neo4j.cypherdsl.core.StatementBuilder.OrderableOngoingReadingAndWith
org.neo4j.cypherdsl.core.StatementBuilder.OrderableOngoingReadingAndWithWithWhere
org.neo4j.cypherdsl.core.StatementBuilder.OrderableOngoingReadingAndWithWithoutWhere
org.neo4j.cypherdsl.core.StatementBuilder.Terminal
org.neo4j.cypherdsl.core.StatementBuilder.TerminalExposesLimit
org.neo4j.cypherdsl.core.StatementBuilder.TerminalExposesOrderBy
org.neo4j.cypherdsl.core.StatementBuilder.TerminalExposesSkip
org.neo4j.cypherdsl.core.StatementBuilder.TerminalOngoingOrderDefinition
org.neo4j.cypherdsl.core.StatementBuilder.VoidCall
org.neo4j.cypherdsl.core.StatementCatalog
org.neo4j.cypherdsl.core.StatementCatalog.Filter
org.neo4j.cypherdsl.core.StatementCatalog.LabelFilter
org.neo4j.cypherdsl.core.StatementCatalog.Property
org.neo4j.cypherdsl.core.StatementCatalog.PropertyFilter
org.neo4j.cypherdsl.core.StatementCatalog.Token
org.neo4j.cypherdsl.core.StatementContext
org.neo4j.cypherdsl.core.StringLiteral
org.neo4j.cypherdsl.core.Subquery
org.neo4j.cypherdsl.core.SubqueryExpression
org.neo4j.cypherdsl.core.SubqueryExpressionBuilder
org.neo4j.cypherdsl.core.SymbolicName
org.neo4j.cypherdsl.core.TemporalLiteral
org.neo4j.cypherdsl.core.TreeNode
org.neo4j.cypherdsl.core.UnionPart
org.neo4j.cypherdsl.core.Unwind
org.neo4j.cypherdsl.core.UpdatingClause
org.neo4j.cypherdsl.core.Use
org.neo4j.cypherdsl.core.Where
org.neo4j.cypherdsl.core.With
org.neo4j.cypherdsl.core.ast.ProvidesAffixes
org.neo4j.cypherdsl.core.ast.TypedSubtree
org.neo4j.cypherdsl.core.ast.Visitable
org.neo4j.cypherdsl.core.ast.Visitor
org.neo4j.cypherdsl.core.ast.VisitorWithResult
org.neo4j.cypherdsl.core.ast.visitors
org.neo4j.cypherdsl.core.chains of relationships
org.neo4j.cypherdsl.core.clauses
org.neo4j.cypherdsl.core.executables.ExecutableResultStatement
org.neo4j.cypherdsl.core.executables.ExecutableStatement
org.neo4j.cypherdsl.core.executables.ReactiveExecutableResultStatement
org.neo4j.cypherdsl.core.executables.ReactiveExecutableStatement
org.neo4j.cypherdsl.core.expressions
org.neo4j.cypherdsl.core.node
org.neo4j.cypherdsl.core.relationship
org.neo4j.cypherdsl.core.relationships
org.neo4j.cypherdsl.core.renderer.Configuration
org.neo4j.cypherdsl.core.renderer.Configuration.Builder
org.neo4j.cypherdsl.core.renderer.Configuration.RelationshipDefinition
org.neo4j.cypherdsl.core.renderer.GeneralizedRenderer
org.neo4j.cypherdsl.core.renderer.Renderer
org.neo4j.cypherdsl.core.renderer.SchemaEnforcementFailedException