インデックス

A B C D E F G H I L M N O P Q R S T U V W Z
すべてのクラスとインターフェース | すべてのパッケージ | 定数フィールド値 | 連載形式

A

AbstractNeo4jConfig - org.springframework.data.neo4j.config のクラス
JavaConfig を使用した命令型 SDN 構成の基本クラス。
AbstractNeo4jConfig() - クラス org.springframework.data.neo4j.config のコンストラクター。AbstractNeo4jConfig
AbstractReactiveNeo4jConfig - org.springframework.data.neo4j.config のクラス
JavaConfig を使用したリアクティブ SDN 構成の基本クラス。
AbstractReactiveNeo4jConfig() - クラス org.springframework.data.neo4j.config のコンストラクター。AbstractReactiveNeo4jConfig
acceptAll() - Static method in class org.springframework.data.neo4j.core.mapping.PropertyFilter
addChildNodeDescription(NodeDescription<?>) - インターフェース org.springframework.data.neo4j.core.mapping のメソッド。NodeDescription
このエンティティの直接の子ノードの説明を登録します。
addMatchOn(PatternElement) - クラス org.springframework.data.neo4j.repository.query のメソッド。QueryFragments
addPagingParameter(NodeDescription<?>, Pageable, StatementBuilder.OngoingReadingAndReturn) - Static method in class org.springframework.data.neo4j.repository.query.CypherAdapterUtils
addPersistentEntity(TypeInformation<?>) - クラス org.springframework.data.neo4j.core.mapping のメソッド。Neo4jMappingContext
addProperty(String, Object) - クラス org.springframework.data.neo4j.core.mapping のメソッド。CreateRelationshipStatementHolder
AfterConvertCallback< T > - Interface in org.springframework.data.neo4j.core.mapping.callback
Neo4jPersistentEntity のインスタンスが変換された後にそれを変更するために使用できるコールバック。つまり、Neo4j レコードが完全に処理され、エンティティとそのすべての関連付けが処理されたときです。
all() - インターフェース org.springframework.data.neo4j.core のメソッド。FluentFindOperation.TerminatingFindWithoutQuery
一致するすべての要素を取得します。
all() - インターフェース org.springframework.data.neo4j.core のメソッド。Neo4jClient.RecordFetchSpec
すべてのレコードを取得します。
all() - インターフェース org.springframework.data.neo4j.core のメソッド。ReactiveFluentFindOperation.TerminatingFindWithoutQuery
一致するすべての要素を取得します。
all() - インターフェース org.springframework.data.neo4j.core のメソッド。ReactiveNeo4jClient.RecordFetchSpec
すべてのレコードを取得します。
all(Iterable<T>) - インターフェース org.springframework.data.neo4j.core のメソッド。FluentSaveOperation.ExecutableSave
all(Iterable<T>) - インターフェース org.springframework.data.neo4j.core のメソッド。ReactiveFluentSaveOperation.ExecutableSave
allOf(Object) - クラス org.springframework.data.neo4j.repository.query.Neo4jSpelSupport の静的メソッド
ANY_BEAN - Static variable in class org.springframework.data.neo4j.config.Neo4jCdiExtension
@Any アノテーション付き Bean を選択するために使用されるアノテーションリテラル。
anyOf(Object) - クラス org.springframework.data.neo4j.repository.query.Neo4jSpelSupport の静的メソッド
append(String) - クラス org.springframework.data.neo4j.core.mapping のメソッド。PropertyFilter.RelaxedPropertyPath
apply(CompositeProperty.Phase, String) - クラス org.springframework.data.neo4j.core.schema のメソッド。CompositeProperty.NoopTransformation
as(Class<R>) - インターフェース org.springframework.data.neo4j.core のメソッド。FluentFindOperation.FindWithProjection
フィールドをマッピングするターゲット型を定義します。
as(Class<R>) - インターフェース org.springframework.data.neo4j.core のメソッド。ReactiveFluentFindOperation.FindWithProjection
フィールドをマッピングするターゲット型を定義します。
asIdExpression() - クラス org.springframework.data.neo4j.core.mapping のメソッド。IdDescription
asIdExpression(String) - クラス org.springframework.data.neo4j.core.mapping のメソッド。IdDescription
このノードエンティティの適切な識別子式を作成します。
AssociationHandlerSupport - org.springframework.data.neo4j.core.mapping のクラス
警告内部 API は、パッチリリースであっても、予告なしに変更される可能性があります。
asUser(String) - インターフェース org.springframework.data.neo4j.core のメソッド。Neo4jClient.RunnableSpecBoundToDatabase
asUser(String) - インターフェース org.springframework.data.neo4j.core のメソッド。Neo4jClient.UnboundRunnableSpec
以前に定義したクエリを偽装ユーザーに固定します。
asUser(String) - インターフェース org.springframework.data.neo4j.core のメソッド。ReactiveNeo4jClient.RunnableSpecBoundToDatabase
asUser(String) - インターフェース org.springframework.data.neo4j.core のメソッド。ReactiveNeo4jClient.UnboundRunnableSpec
以前に定義したクエリを偽装ユーザーに固定します。
AuditingBeforeBindCallback - org.springframework.data.neo4j.core.mapping.callback のクラス
EntityCallback は、レコードにバインドされるエンティティの監査関連フィールドに入力します。
AuditingBeforeBindCallback(ObjectFactory<IsNewAwareAuditingHandler>) - クラス org.springframework.data.neo4j.core.mapping.callback. AuditingBeforeBindCallback のコンストラクター
指定された ObjectFactory によって提供される指定された AuditingHandler を使用して、新しい AuditingBeforeBindCallback を作成します。
auditorAwareRef() - アノテーションインターフェース org.springframework.data.neo4j.config の要素。EnableNeo4jAuditing
現在のプリンシパルを検索するために使用する AuditorAware Bean を構成します。
auditorAwareRef() - アノテーションインターフェース org.springframework.data.neo4j.config の要素。EnableReactiveNeo4jAuditing
現在のプリンシパルを検索するために使用する AuditorAware Bean を構成します。

B

basePackageClasses() - アノテーションインターフェース org.springframework.data.neo4j.repository.config の要素。EnableNeo4jRepositories
アノテーション付きコンポーネントをスキャンするパッケージを指定するための、EnableNeo4jRepositories.basePackages() の型安全な代替。
basePackageClasses() - アノテーションインターフェース org.springframework.data.neo4j.repository.config の要素。EnableReactiveNeo4jRepositories
アノテーション付きコンポーネントをスキャンするパッケージを指定するための、EnableReactiveNeo4jRepositories.basePackages() の型安全な代替。
basePackages() - アノテーションインターフェース org.springframework.data.neo4j.repository.config の要素。EnableNeo4jRepositories
アノテーション付きコンポーネントをスキャンするベースパッケージ。
basePackages() - アノテーションインターフェース org.springframework.data.neo4j.repository.config の要素。EnableReactiveNeo4jRepositories
アノテーション付きコンポーネントをスキャンするベースパッケージ。
BeforeBindCallback< T > - Interface in org.springframework.data.neo4j.core.mapping.callback
エンティティがレコードにバインドされる前にトリガーされるエンティティコールバック (java.util.Map<String, Object>SE で表される)。
bind(T) - インターフェース org.springframework.data.neo4j.core のメソッド。Neo4jClient.BindSpec
bindAll(Map<String, Object>) - インターフェース org.springframework.data.neo4j.core のメソッド。Neo4jClient.BindSpec
bookmarkManager() - クラス org.springframework.data.neo4j.config のメソッド。AbstractNeo4jConfig
bookmarkManager() - クラス org.springframework.data.neo4j.config のメソッド。AbstractReactiveNeo4jConfig
BookmarkManagerReference - org.springframework.data.neo4j.core.support のクラス
外部の SDN コードを使用しないでください。
BookmarkManagerReference(Supplier<Neo4jBookmarkManager>, Neo4jBookmarkManager) - クラス org.springframework.data.neo4j.core.support. BookmarkManagerReference のコンストラクター
BoundingBox - org.springframework.data.neo4j.repository.query のクラス
これは、ポリゴンの境界ボックスを、左下の点と右上の点によって定義される長方形として計算するユーティリティクラスです。
build() - クラス org.springframework.data.neo4j.core.mapping のメソッド。Neo4jMappingContext.Builder
build() - クラス org.springframework.data.neo4j.core のメソッド。Neo4jClient.Builder
build() - クラス org.springframework.data.neo4j.core のメソッド。PreparedQuery.OptionalBuildSteps
build() - クラス org.springframework.data.neo4j.core のメソッド。ReactiveNeo4jClient.Builder
build() - クラス org.springframework.data.neo4j.core.transaction のメソッド。Neo4jTransactionManager.Builder
build() - クラス org.springframework.data.neo4j.core.transaction のメソッド。ReactiveNeo4jTransactionManager.Builder
build(Coordinate) - クラス org.springframework.data.neo4j.types のメソッド。PointBuilder
builder() - クラス org.springframework.data.neo4j.core.mapping.Neo4jMappingContext の静的メソッド
Builtin - Annotation Interface in org.springframework.data.neo4j.config
configuration support によって生成されたすべての Bean を組み込みとしてマークするために内部で使用される CDI Qualifier
byName(String) - Static method in class org.springframework.data.neo4j.core.DatabaseSelection
指定された databaseName によって新しいデータベース選択を作成します。

C

CartesianPoint2d - org.springframework.data.neo4j.types のクラス
CartesianPoint2d(double, double) - クラス org.springframework.data.neo4j.types のコンストラクター。CartesianPoint2d
CartesianPoint3d - org.springframework.data.neo4j.types のクラス
CartesianPoint3d(double, double, double) - クラス org.springframework.data.neo4j.types のコンストラクター。CartesianPoint3d
cascadeUpdates() - インターフェース org.springframework.data.neo4j.core.mapping のメソッド。RelationshipDescription
この関連に沿って更新をカスケードする必要がある場合は true を返します。
cascadeUpdates() - Element in annotation interface org.springframework.data.neo4j.core.schema.Relationship
集約ルートの更新を関連オブジェクトにカスケードしたくない場合は、この属性を false に設定します。
combineKeysetIntoCondition(Neo4jPersistentEntity<?>, KeysetScrollPosition, Sort, Neo4jConversionService) - Static method in class org.springframework.data.neo4j.repository.query.CypherAdapterUtils
compose(Map<K, Value>, Neo4jConversionService) - インターフェース org.springframework.data.neo4j.core.convert のメソッド。Neo4jPersistentPropertyToMapConverter
マップからオブジェクトを再構成します。
compose(Map<K, Value>, Neo4jConversionService) - クラス org.springframework.data.neo4j.core.schema のメソッド。CompositeProperty.DefaultToMapConverter
CompositeProperty - Annotation Interface in org.springframework.data.neo4j.core.schema
このアノテーションは、ノードまたはリレーションシップ上の複数のプロパティで構成される persistent property を示します。
CompositeProperty.DefaultToMapConverter <K> - org.springframework.data.neo4j.core.schema のクラス
デフォルトの実装では、マッププロパティをグラフに向かう途中でそのまま渡し、グラフから出る途中でポストプロセッサーを適用する可能性があります。
CompositeProperty.NoopTransformation - org.springframework.data.neo4j.core.schema のクラス
キーを変換するためのデフォルトの操作。
CompositeProperty.Phase - org.springframework.data.neo4j.core.schema の Enum クラス
現在行われているマッピングのフェーズ。
computePrefixWithDelimiter() - インターフェース org.springframework.data.neo4j.core.mapping のメソッド。Neo4jPersistentProperty
この永続プロパティに @CompositeProperty のアノテーションが付けられている場合に、ノード上の複数のプロパティで使用されるプレフィックスを計算します。
connectedUser() - Static method in class org.springframework.data.neo4j.core.UserSelection
considerNestedRepositories() - アノテーションインターフェース org.springframework.data.neo4j.repository.config の要素。EnableNeo4jRepositories
ネストされたリポジトリインターフェース(たとえば、内部クラスとして定義されている)をリポジトリインフラストラクチャで検出するかどうかを構成します。
considerNestedRepositories() - アノテーションインターフェース org.springframework.data.neo4j.repository.config の要素。EnableReactiveNeo4jRepositories
ネストされたリポジトリインターフェース(たとえば、内部クラスとして定義されている)をリポジトリインフラストラクチャで検出するかどうかを構成します。
Constants - Class in org.springframework.data.neo4j.core.mapping
Cypher 生成で使用される定数のプール。
contains(String, Class<?>) - クラス org.springframework.data.neo4j.core.mapping のメソッド。PropertyFilter
contains(PropertyFilter.RelaxedPropertyPath) - クラス org.springframework.data.neo4j.core.mapping のメソッド。PropertyFilter
containsPossibleCircles(Predicate<PropertyFilter.RelaxedPropertyPath>) - インターフェース org.springframework.data.neo4j.core.mapping のメソッド。NodeDescription
contributeType(ResolvableType, GenerationContext) - クラス org.springframework.data.neo4j.aot のメソッド。Neo4jManagedTypesBeanRegistrationAotProcessor
convert(Object) - クラス org.springframework.data.neo4j.core.mapping のメソッド。EntityFromDtoInstantiatingConverter
convert(Object, Class<T>) - インターフェース org.springframework.data.neo4j.core.convert のメソッド。Neo4jConversionService
カスタム変換を実行する可能性なしに、基礎となるサービスに委譲します。
convert(EntityInstanceWithSource) - クラス org.springframework.data.neo4j.core.mapping のメソッド。DtoInstantiatingConverter
convertDirectly(Object) - クラス org.springframework.data.neo4j.core.mapping のメソッド。DtoInstantiatingConverter
converter() - Element in annotation interface org.springframework.data.neo4j.core.convert.ConvertWith
converter() - Element in annotation interface org.springframework.data.neo4j.core.schema.CompositeProperty
converterFactory() - Element in annotation interface org.springframework.data.neo4j.core.convert.ConvertWith
converterRef() - Element in annotation interface org.springframework.data.neo4j.core.convert.ConvertWith
converterRef() - Element in annotation interface org.springframework.data.neo4j.core.schema.CompositeProperty
convertIdOrElementIdToString(Object) - Static method in class org.springframework.data.neo4j.core.TemplateSupport
ConvertWith - Annotation Interface in org.springframework.data.neo4j.core.convert
このアノテーションは、カスタム Neo4jPersistentPropertyConverter と、必要に応じてそのコンバーターを作成するためのカスタムファクトリを指定して、単一の属性のカスタム変換を定義するために使用できます。また、アノテーションを使用して、@org.springframework.data.neo4j.core.support.DateLong などのカスタムメタアノテーション付きアノテーションを構築することもできます。
ConvertWith.UnsetConverter - org.springframework.data.neo4j.core.convert のクラス
設定されていないコンバーターを示します。
coordinate - Variable in class org.springframework.data.neo4j.types.GeographicPoint2d
Coordinate - Class in org.springframework.data.neo4j.types
Coordinate(double, double) - Constructor for class org.springframework.data.neo4j.types.Coordinate
Coordinate(double, double, Double) - Constructor for class org.springframework.data.neo4j.types.Coordinate
count() - Element in annotation interface org.springframework.data.neo4j.repository.query.Query
count() - クラス org.springframework.data.neo4j.repository.support のメソッド。SimpleNeo4jRepository
count() - クラス org.springframework.data.neo4j.repository.support のメソッド。SimpleReactiveNeo4jRepository
count(Predicate) - クラス org.springframework.data.neo4j.repository.query のメソッド。QuerydslNeo4jPredicateExecutor
count(Predicate) - クラス org.springframework.data.neo4j.repository.query のメソッド。ReactiveQuerydslNeo4jPredicateExecutor
count(Class<?>) - インターフェース org.springframework.data.neo4j.core のメソッド。Neo4jOperations
指定された型のエンティティの数をカウントします。
count(Class<?>) - クラス org.springframework.data.neo4j.core のメソッド。Neo4jTemplate
count(Class<?>) - インターフェース org.springframework.data.neo4j.core のメソッド。ReactiveNeo4jOperations
指定された型のエンティティの数をカウントします。
count(Class<?>) - クラス org.springframework.data.neo4j.core のメソッド。ReactiveNeo4jTemplate
count(String) - インターフェース org.springframework.data.neo4j.core のメソッド。Neo4jOperations
指定された型のエンティティの数をカウントします。
count(String) - クラス org.springframework.data.neo4j.core のメソッド。Neo4jTemplate
count(String) - インターフェース org.springframework.data.neo4j.core のメソッド。ReactiveNeo4jOperations
指定された型のエンティティの数をカウントします。
count(String) - クラス org.springframework.data.neo4j.core のメソッド。ReactiveNeo4jTemplate
count(String, Map<String, Object>) - インターフェース org.springframework.data.neo4j.core のメソッド。Neo4jOperations
指定された型のエンティティの数をカウントします。
count(String, Map<String, Object>) - クラス org.springframework.data.neo4j.core のメソッド。Neo4jTemplate
count(String, Map<String, Object>) - インターフェース org.springframework.data.neo4j.core のメソッド。ReactiveNeo4jOperations
指定された型のエンティティの数をカウントします。
count(String, Map<String, Object>) - クラス org.springframework.data.neo4j.core のメソッド。ReactiveNeo4jTemplate
count(Condition) - クラス org.springframework.data.neo4j.repository.query のメソッド。CypherdslConditionExecutorImpl
count(Condition) - クラス org.springframework.data.neo4j.repository.query のメソッド。ReactiveCypherdslConditionExecutorImpl
count(Condition) - インターフェース org.springframework.data.neo4j.repository.support のメソッド。CypherdslConditionExecutor
count(Condition) - インターフェース org.springframework.data.neo4j.repository.support のメソッド。ReactiveCypherdslConditionExecutor
count(Statement) - インターフェース org.springframework.data.neo4j.core のメソッド。Neo4jOperations
指定された型のエンティティの数をカウントします。
count(Statement) - クラス org.springframework.data.neo4j.core のメソッド。Neo4jTemplate
count(Statement) - インターフェース org.springframework.data.neo4j.core のメソッド。ReactiveNeo4jOperations
指定された型のエンティティの数をカウントします。
count(Statement) - クラス org.springframework.data.neo4j.core のメソッド。ReactiveNeo4jTemplate
count(Statement, Map<String, Object>) - インターフェース org.springframework.data.neo4j.core のメソッド。Neo4jOperations
指定された型のエンティティの数をカウントします。
count(Statement, Map<String, Object>) - クラス org.springframework.data.neo4j.core のメソッド。Neo4jTemplate
count(Statement, Map<String, Object>) - インターフェース org.springframework.data.neo4j.core のメソッド。ReactiveNeo4jOperations
指定された型のエンティティの数をカウントします。
count(Statement, Map<String, Object>) - クラス org.springframework.data.neo4j.core のメソッド。ReactiveNeo4jTemplate
count(Example<S>) - クラス org.springframework.data.neo4j.repository.query のメソッド。SimpleQueryByExampleExecutor
count(Example<S>) - クラス org.springframework.data.neo4j.repository.query のメソッド。SimpleReactiveQueryByExampleExecutor
countQuery() - Element in annotation interface org.springframework.data.neo4j.repository.query.Query
予想される結果の合計数をカウントするための Cypher ステートメント。
create() - インターフェース org.springframework.data.neo4j.core.transaction.Neo4jBookmarkManager の静的メソッド
デフォルトのブックマークマネージャーを返します。
create(CreationalContext<T>, Class<T>) - クラス org.springframework.data.neo4j.repository.support のメソッド。Neo4jRepositoryFactoryCdiBean
create(Supplier<Set<Bookmark>>) - インターフェース org.springframework.data.neo4j.core.transaction.Neo4jBookmarkManager の静的メソッド
このファクトリメソッドを使用して、トランザクションマネージャーに初期「シード」ブックマークのサプライヤーを追加します。
create(Driver) - インターフェース org.springframework.data.neo4j.core.Neo4jClient の静的メソッド
create(Driver) - インターフェース org.springframework.data.neo4j.core.ReactiveNeo4jClient の静的メソッド
create(Driver, DatabaseSelectionProvider) - インターフェース org.springframework.data.neo4j.core.Neo4jClient の静的メソッド
create(Driver, ReactiveDatabaseSelectionProvider) - インターフェース org.springframework.data.neo4j.core.ReactiveNeo4jClient の静的メソッド
createCompositePropertyCondition(GraphPropertyDescription, SymbolicName, Expression) - Method in enum class org.springframework.data.neo4j.core.mapping.CypherGenerator
createGenericReturnStatement(Expression...) - Method in enum class org.springframework.data.neo4j.core.mapping.CypherGenerator
createOrderByFragment(Sort) - Method in enum class org.springframework.data.neo4j.core.mapping.CypherGenerator
一致するノードの名前が `n` であると仮定して、フラグメントによる順序を作成します。
createPersistentEntity(TypeInformation<T>) - クラス org.springframework.data.neo4j.core.mapping のメソッド。Neo4jMappingContext
createPersistentProperty(Property, Neo4jPersistentEntity<?>, SimpleTypeHolder) - クラス org.springframework.data.neo4j.core.mapping のメソッド。Neo4jMappingContext
createReactive() - インターフェース org.springframework.data.neo4j.core.transaction.Neo4jBookmarkManager の静的メソッド
createReactive(Supplier<Set<Bookmark>>) - インターフェース org.springframework.data.neo4j.core.transaction.Neo4jBookmarkManager の静的メソッド
このファクトリメソッドを使用して、トランザクションマネージャーに初期「シード」ブックマークのサプライヤーを追加します。
CreateRelationshipStatementHolder - org.springframework.data.neo4j.core.mapping のクラス
CreateRelationshipStatementHolder は、関連を作成するための暗号ステートメントと、単純な関連以上の場合に関連を記述するオプションのプロパティを保持します。
createReturnStatementForExists(Neo4jPersistentEntity<?>) - Method in enum class org.springframework.data.neo4j.core.mapping.CypherGenerator
createReturnStatementForMatch(Neo4jPersistentEntity<?>) - Method in enum class org.springframework.data.neo4j.core.mapping.CypherGenerator
createReturnStatementForMatch(Neo4jPersistentEntity<?>, Predicate<PropertyFilter.RelaxedPropertyPath>, Expression...) - Method in enum class org.springframework.data.neo4j.core.mapping.CypherGenerator
createRootNode(NodeDescription<?>) - Method in enum class org.springframework.data.neo4j.core.mapping.CypherGenerator
createStatementForImperativeRelationshipsWithPropertiesBatch(boolean, Neo4jPersistentEntity<?>, RelationshipDescription, Object, List<Map<String, Object>>, boolean) - クラス org.springframework.data.neo4j.core.mapping のメソッド。Neo4jMappingContext
createStatementForImperativeSimpleRelationshipBatch(Neo4jPersistentEntity<?>, RelationshipDescription, List<Object>, boolean) - クラス org.springframework.data.neo4j.core.mapping のメソッド。Neo4jMappingContext
createStatementForSingleRelationship(Neo4jPersistentEntity<?>, RelationshipDescription, Object, boolean, boolean) - クラス org.springframework.data.neo4j.core.mapping のメソッド。Neo4jMappingContext
createStatementReturningDynamicLabels(NodeDescription<?>) - Method in enum class org.springframework.data.neo4j.core.mapping.CypherGenerator
Constants.NAME_OF_STATIC_LABELS_PARAM という名前のリストパラメーターに含まれないノードのすべてのラベルを返すステートメントを作成します。
createStaticDatabaseSelectionProvider(String) - Static method in interface org.springframework.data.neo4j.core.DatabaseSelectionProvider
指定された名前 databaseName のデータベースを常に選択する、静的に構成されたデータベース選択プロバイダーを作成します。
createStaticDatabaseSelectionProvider(String) - Static method in interface org.springframework.data.neo4j.core.ReactiveDatabaseSelectionProvider
指定された名前 databaseName のデータベースを常に選択する、静的に構成されたデータベース選択プロバイダーを作成します。
CypherAdapterUtils - org.springframework.data.neo4j.repository.query のクラス
Spring Data ドメインオブジェクトと Cypher 構造間のブリッジ。
CypherdslConditionExecutor< T > - Interface in org.springframework.data.neo4j.repository.support
Cypher-DSL の conditions によってクエリを強化できるように、任意のリポジトリに追加できるインターフェース。
CypherdslConditionExecutorImpl< T > - Class in org.springframework.data.neo4j.repository.query
CypherdslConditionExecutorImpl(Neo4jEntityInformation<T, Object>, Neo4jOperations) - クラス org.springframework.data.neo4j.repository.query. CypherdslConditionExecutorImpl のコンストラクター
cypherDslConfiguration() - クラス org.springframework.data.neo4j.config のメソッド。AbstractReactiveNeo4jConfig
CypherdslStatementExecutor< T > - Interface in org.springframework.data.neo4j.repository.support
任意の命令型リポジトリに追加できるインターフェース。これにより、リポジトリは Cypher-DSL から Statement を取得するいくつかのメソッドを公開し、@Query アノテーションを介して宣言的にカスタムクエリを提供するのとは対照的に、プログラム的に実行されるクエリを完全にカスタマイズできます。
CypherGenerator - Enum Class in org.springframework.data.neo4j.core.mapping
ノードと関連の説明によって定義されたスキーマに基づくジェネレーター。
cypherLog - Static variable in interface org.springframework.data.neo4j.core.Neo4jClient
cypherLog - Static variable in interface org.springframework.data.neo4j.core.ReactiveNeo4jClient

D

DatabaseSelection - org.springframework.data.neo4j.core のクラス
オプションの名前に基づいてデータベースの選択を示す値ホルダー。
databaseSelectionProvider() - クラス org.springframework.data.neo4j.config のメソッド。AbstractNeo4jConfig
データベース選択プロバイダーを構成します。
DatabaseSelectionProvider - Interface in org.springframework.data.neo4j.core
どのデータベースリポジトリで、またはリアクティブテンプレートまたは命令型テンプレートが動作するかを認識するプロバイダーインターフェース。
DateLong - Annotation Interface in org.springframework.data.neo4j.core.support
日付をデータベースに長く保存するための SDN を示します。
DateString - Annotation Interface in org.springframework.data.neo4j.core.support
SDN 6 が日付をデータベースに StringSE として保存することを示します。
dateTimeProviderRef() - アノテーションインターフェース org.springframework.data.neo4j.config の要素。EnableNeo4jAuditing
作成日と変更日の設定に使用される実際の日付時刻クラスをカスタマイズできる DateTimeProvider Bean 名を構成します。
dateTimeProviderRef() - アノテーションインターフェース org.springframework.data.neo4j.config の要素。EnableReactiveNeo4jAuditing
作成日と変更日の設定に使用される実際の日付時刻クラスをカスタマイズできる DateTimeProvider Bean 名を構成します。
decompose(Map<K, Object>, Neo4jConversionService) - クラス org.springframework.data.neo4j.core.schema のメソッド。CompositeProperty.DefaultToMapConverter
decompose(P, Neo4jConversionService) - インターフェース org.springframework.data.neo4j.core.convert のメソッド。Neo4jPersistentPropertyToMapConverter
オブジェクトをマップに分解します。
decorateMappingFunction(BiFunction<TypeSystem, MapAccessor, ?>) - Static method in class org.springframework.data.neo4j.core.mapping.EntityInstanceWithSource
DEFAULT_BEAN - Static variable in class org.springframework.data.neo4j.config.Neo4jCdiExtension
デフォルトの CDI Bean を選択するために使用されるアノテーションリテラル。
DEFAULT_NEO4J_CLIENT_BEAN_NAME - クラス org.springframework.data.neo4j.repository.config の静的変数。Neo4jRepositoryConfigurationExtension
AbstractBeanDefinition.INFER_METHOD を参照してください。
DEFAULT_NEO4J_CLIENT_BEAN_NAME - クラス org.springframework.data.neo4j.repository.config の静的変数。ReactiveNeo4jRepositoryConfigurationExtension
AbstractBeanDefinition.INFER_METHOD を参照してください。
DEFAULT_NEO4J_TEMPLATE_BEAN_NAME - クラス org.springframework.data.neo4j.repository.config の静的変数。Neo4jRepositoryConfigurationExtension
DEFAULT_NEO4J_TEMPLATE_BEAN_NAME - クラス org.springframework.data.neo4j.repository.config の静的変数。ReactiveNeo4jRepositoryConfigurationExtension
DEFAULT_TRANSACTION_MANAGER_BEAN_NAME - Static variable in class org.springframework.data.neo4j.repository.config.Neo4jRepositoryConfigurationExtension
DEFAULT_TRANSACTION_MANAGER_BEAN_NAME - Static variable in class org.springframework.data.neo4j.repository.config.ReactiveNeo4jRepositoryConfigurationExtension
DEFAULT_ZONE_ID - Static variable in annotation interface org.springframework.data.neo4j.core.support.DateString
defaultSessionConfig(DatabaseSelection, UserSelection) - クラス org.springframework.data.neo4j.core.transaction.Neo4jTransactionUtils の静的メソッド
デフォルトのセッションでは、AccessMode.WRITE と空のブックマークリストが使用されます。
delegateTo(Function<QueryRunner, Optional<T>>) - インターフェース org.springframework.data.neo4j.core のメソッド。Neo4jClient
デフォルトのデータベースとのやり取りを指定されたコールバックに委譲します。
delegateTo(Function<ReactiveQueryRunner, Mono<T>>) - インターフェース org.springframework.data.neo4j.core のメソッド。ReactiveNeo4jClient
デフォルトのデータベースとのやり取りを指定されたコールバックに委譲します。
delete() - Element in annotation interface org.springframework.data.neo4j.repository.query.Query
delete(T) - クラス org.springframework.data.neo4j.repository.support のメソッド。SimpleNeo4jRepository
delete(T) - クラス org.springframework.data.neo4j.repository.support のメソッド。SimpleReactiveNeo4jRepository
deleteAll() - クラス org.springframework.data.neo4j.repository.support のメソッド。SimpleNeo4jRepository
deleteAll() - クラス org.springframework.data.neo4j.repository.support のメソッド。SimpleReactiveNeo4jRepository
deleteAll(Class<?>) - インターフェース org.springframework.data.neo4j.core のメソッド。Neo4jOperations
指定された型のすべてのエンティティを削除します。
deleteAll(Class<?>) - クラス org.springframework.data.neo4j.core のメソッド。Neo4jTemplate
deleteAll(Class<?>) - インターフェース org.springframework.data.neo4j.core のメソッド。ReactiveNeo4jOperations
指定された型のすべてのエンティティを削除します。
deleteAll(Class<?>) - クラス org.springframework.data.neo4j.core のメソッド。ReactiveNeo4jTemplate
deleteAll(Iterable<? extends T>) - クラス org.springframework.data.neo4j.repository.support のメソッド。SimpleNeo4jRepository
deleteAll(Iterable<? extends T>) - クラス org.springframework.data.neo4j.repository.support のメソッド。SimpleReactiveNeo4jRepository
deleteAll(Publisher<? extends T>) - クラス org.springframework.data.neo4j.repository.support のメソッド。SimpleReactiveNeo4jRepository
deleteAllById(Iterable<?>, Class<T>) - インターフェース org.springframework.data.neo4j.core のメソッド。Neo4jOperations
指定された ID のいずれかを持つすべてのエンティティ (そのエンティティに関連するすべてのエンティティを含む) を削除します。
deleteAllById(Iterable<?>, Class<T>) - クラス org.springframework.data.neo4j.core のメソッド。Neo4jTemplate
deleteAllById(Iterable<?>, Class<T>) - インターフェース org.springframework.data.neo4j.core のメソッド。ReactiveNeo4jOperations
指定された ID のいずれかを持つすべてのエンティティ (そのエンティティに関連するすべてのエンティティを含む) を削除します。
deleteAllById(Iterable<?>, Class<T>) - クラス org.springframework.data.neo4j.core のメソッド。ReactiveNeo4jTemplate
deleteAllById(Iterable<? extends ID>) - クラス org.springframework.data.neo4j.repository.support のメソッド。SimpleNeo4jRepository
deleteAllById(Iterable<? extends ID>) - クラス org.springframework.data.neo4j.repository.support のメソッド。SimpleReactiveNeo4jRepository
deleteById(ID) - クラス org.springframework.data.neo4j.repository.support のメソッド。SimpleNeo4jRepository
deleteById(ID) - クラス org.springframework.data.neo4j.repository.support のメソッド。SimpleReactiveNeo4jRepository
deleteById(Object, Class<T>) - インターフェース org.springframework.data.neo4j.core のメソッド。Neo4jOperations
そのエンティティに関連するすべてのエンティティを含む単一のエンティティを削除します。
deleteById(Object, Class<T>) - クラス org.springframework.data.neo4j.core のメソッド。Neo4jTemplate
deleteById(Object, Class<T>) - インターフェース org.springframework.data.neo4j.core のメソッド。ReactiveNeo4jOperations
そのエンティティに関連するすべてのエンティティを含む単一のエンティティを削除します。
deleteById(Object, Class<T>) - クラス org.springframework.data.neo4j.core のメソッド。ReactiveNeo4jTemplate
deleteById(Publisher<ID>) - クラス org.springframework.data.neo4j.repository.support のメソッド。SimpleReactiveNeo4jRepository
deleteByIdWithVersion(Object, Class<T>, Neo4jPersistentProperty, Object) - インターフェース org.springframework.data.neo4j.core のメソッド。Neo4jOperations
deleteByIdWithVersion(Object, Class<T>, Neo4jPersistentProperty, Object) - クラス org.springframework.data.neo4j.core のメソッド。Neo4jTemplate
deleteByIdWithVersion(Object, Class<T>, Neo4jPersistentProperty, Object) - インターフェース org.springframework.data.neo4j.core のメソッド。ReactiveNeo4jOperations
deleteByIdWithVersion(Object, Class<T>, Neo4jPersistentProperty, Object) - クラス org.springframework.data.neo4j.core のメソッド。ReactiveNeo4jTemplate
delimiter() - Element in annotation interface org.springframework.data.neo4j.core.schema.CompositeProperty
グラフ内のノードまたはリレーションシップのプロパティで、プレフィックスとマップ値間の区切り文字を指定できます。
DEPRECATED_GENERATED_ID_TYPES - Static variable in interface org.springframework.data.neo4j.core.mapping.Neo4jPersistentEntity
describesInterface() - インターフェース org.springframework.data.neo4j.core.mapping のメソッド。NodeDescription
direction() - Element in annotation interface org.springframework.data.neo4j.core.schema.Relationship
direction が Relationship.Direction.OUTGOING の場合、Relationship でアノテーションが付けられた属性が関連のターゲットノードになり、アノテーションが付けられた属性を含むクラスが開始ノードになります。
discoverCallbacks(Neo4jMappingContext, BeanFactory) - Static method in class org.springframework.data.neo4j.core.mapping.callback.EventSupport
必要なデフォルトイベントと、BeanFactory を通じて検出可能なすべてのエンティティコールバックを含むイベントサポートを作成します。
discoverCallbacks(Neo4jMappingContext, BeanFactory) - Static method in class org.springframework.data.neo4j.core.mapping.callback.ReactiveEventSupport
必要なデフォルトイベントと、BeanFactory を通じて検出可能なすべてのエンティティコールバックを含むイベントサポートを作成します。
doBegin(Object, TransactionDefinition) - クラス org.springframework.data.neo4j.core.transaction のメソッド。Neo4jTransactionManager
doBegin(TransactionSynchronizationManager, Object, TransactionDefinition) - クラス org.springframework.data.neo4j.core.transaction のメソッド。ReactiveNeo4jTransactionManager
doCleanupAfterCompletion(Object) - クラス org.springframework.data.neo4j.core.transaction のメソッド。Neo4jTransactionManager
doCleanupAfterCompletion(TransactionSynchronizationManager, Object) - クラス org.springframework.data.neo4j.core.transaction のメソッド。ReactiveNeo4jTransactionManager
doCommit(TransactionSynchronizationManager, GenericReactiveTransaction) - クラス org.springframework.data.neo4j.core.transaction のメソッド。ReactiveNeo4jTransactionManager
doCommit(DefaultTransactionStatus) - クラス org.springframework.data.neo4j.core.transaction のメソッド。Neo4jTransactionManager
doCreateRepositoryFactory() - クラス org.springframework.data.neo4j.repository.support のメソッド。Neo4jRepositoryFactoryBean
doCreateRepositoryFactory() - クラス org.springframework.data.neo4j.repository.support のメソッド。ReactiveNeo4jRepositoryFactoryBean
doGetTransaction() - クラス org.springframework.data.neo4j.core.transaction のメソッド。Neo4jTransactionManager
doGetTransaction(TransactionSynchronizationManager) - クラス org.springframework.data.neo4j.core.transaction のメソッド。ReactiveNeo4jTransactionManager
doResume(Object, Object) - クラス org.springframework.data.neo4j.core.transaction のメソッド。Neo4jTransactionManager
doResume(TransactionSynchronizationManager, Object, Object) - クラス org.springframework.data.neo4j.core.transaction のメソッド。ReactiveNeo4jTransactionManager
doRollback(TransactionSynchronizationManager, GenericReactiveTransaction) - クラス org.springframework.data.neo4j.core.transaction のメソッド。ReactiveNeo4jTransactionManager
doRollback(DefaultTransactionStatus) - クラス org.springframework.data.neo4j.core.transaction のメソッド。Neo4jTransactionManager
doSetRollbackOnly(TransactionSynchronizationManager, GenericReactiveTransaction) - クラス org.springframework.data.neo4j.core.transaction のメソッド。ReactiveNeo4jTransactionManager
doSetRollbackOnly(DefaultTransactionStatus) - クラス org.springframework.data.neo4j.core.transaction のメソッド。Neo4jTransactionManager
doSuspend(Object) - クラス org.springframework.data.neo4j.core.transaction のメソッド。Neo4jTransactionManager
doSuspend(TransactionSynchronizationManager, Object) - クラス org.springframework.data.neo4j.core.transaction のメソッド。ReactiveNeo4jTransactionManager
doWithAssociations(AssociationHandler<Neo4jPersistentProperty>) - クラス org.springframework.data.neo4j.core.mapping のメソッド。AssociationHandlerSupport
doWithProperties(PropertyHandler<Neo4jPersistentProperty>) - クラス org.springframework.data.neo4j.core.mapping のメソッド。PropertyHandlerSupport
driver() - クラス org.springframework.data.neo4j.config のメソッド。AbstractNeo4jConfig
Neo4j との対話に使用するドライバー。
driver() - クラス org.springframework.data.neo4j.config のメソッド。AbstractReactiveNeo4jConfig
Neo4j との対話に使用するドライバー。
driverSupportsImpersonation() - クラス org.springframework.data.neo4j.core.transaction.Neo4jTransactionUtils の静的メソッド
DtoInstantiatingConverter - org.springframework.data.neo4j.core.mapping のクラス
Converter は、完全装備のドメインオブジェクトから DTO をインスタンス化します。
DtoInstantiatingConverter(Class<?>, Neo4jMappingContext) - クラス org.springframework.data.neo4j.core.mapping. DtoInstantiatingConverter のコンストラクター
DTO をインスタンス化する新しい Converter を作成します。
DynamicLabels - Annotation Interface in org.springframework.data.neo4j.core.schema
このアノテーションは、Collection<String>SE 型のフィールドで使用できます。

E

elementIdOrIdFunction - Static variable in class org.springframework.data.neo4j.core.mapping.SpringDataCypherDsl
empty() - クラス org.springframework.data.neo4j.aot.Neo4jManagedTypes の静的メソッド
空の Neo4jManagedTypes オブジェクトを返すファクトリメソッド。
EnableNeo4jAuditing - org.springframework.data.neo4j.config のアノテーションインターフェース
アノテーション構成を介して SDN エンティティの監査を有効にするアノテーション。
EnableNeo4jRepositories - org.springframework.data.neo4j.repository.config のアノテーションインターフェース
Neo4j リポジトリをアクティブ化するためのアノテーション。
EnableReactiveNeo4jAuditing - org.springframework.data.neo4j.config のアノテーションインターフェース
アノテーション構成を介してリアクティブインフラストラクチャを使用する SDN エンティティの監査を有効にするアノテーション。
EnableReactiveNeo4jRepositories - org.springframework.data.neo4j.repository.config のアノテーションインターフェース
リアクティブ Neo4j リポジトリをアクティブ化するためのアノテーション。
EntityFromDtoInstantiatingConverter< T > - Class in org.springframework.data.neo4j.core.mapping
DTO からエンティティオブジェクトをインスタンス化する Converter
EntityFromDtoInstantiatingConverter(Class<T>, Neo4jMappingContext) - クラス org.springframework.data.neo4j.core.mapping. EntityFromDtoInstantiatingConverter のコンストラクター
DTO からエンティティをインスタンス化するために新しい Converter を作成します。
EntityInstanceWithSource - org.springframework.data.neo4j.core.mapping のクラス
DTO ベースの射影の場合に、不足しているプロパティを後で埋めることができるように、生の結果を保持するために使用されます。
equals(Object) - クラス org.springframework.data.neo4j.core のメソッド。DatabaseSelection
equals(Object) - クラス org.springframework.data.neo4j.core.mapping のメソッド。MappingSupport.RelationshipPropertiesWithEntityHolder
equals(Object) - レコードクラス org.springframework.data.neo4j.core のメソッド。Neo4jPropertyValueTransformers.NegatedValue
他のオブジェクトがこのオブジェクトと「等しい」かどうかを示します。
equals(Object) - クラス org.springframework.data.neo4j.core のメソッド。UserSelection
equals(Object) - クラス org.springframework.data.neo4j.repository.query のメソッド。BoundingBox
equals(Object) - クラス org.springframework.data.neo4j.types のメソッド。GeographicPoint2d
equals(Object) - Method in class org.springframework.data.neo4j.types.Coordinate
EventSupport - org.springframework.data.neo4j.core.mapping.callback のクラス
EntityCallbacks を調整するユーティリティクラス。
excludeFilters() - アノテーションインターフェース org.springframework.data.neo4j.repository.config の要素。EnableNeo4jRepositories
コンポーネントのスキャンに適さない型を指定します。
excludeFilters() - アノテーションインターフェース org.springframework.data.neo4j.repository.config の要素。EnableReactiveNeo4jRepositories
コンポーネントのスキャンに適さない型を指定します。
exists() - Element in annotation interface org.springframework.data.neo4j.repository.query.Query
exists(Predicate) - クラス org.springframework.data.neo4j.repository.query のメソッド。QuerydslNeo4jPredicateExecutor
exists(Predicate) - クラス org.springframework.data.neo4j.repository.query のメソッド。ReactiveQuerydslNeo4jPredicateExecutor
exists(Condition) - クラス org.springframework.data.neo4j.repository.query のメソッド。CypherdslConditionExecutorImpl
exists(Condition) - クラス org.springframework.data.neo4j.repository.query のメソッド。ReactiveCypherdslConditionExecutorImpl
exists(Condition) - インターフェース org.springframework.data.neo4j.repository.support のメソッド。CypherdslConditionExecutor
exists(Condition) - インターフェース org.springframework.data.neo4j.repository.support のメソッド。ReactiveCypherdslConditionExecutor
exists(Example<S>) - クラス org.springframework.data.neo4j.repository.query のメソッド。SimpleQueryByExampleExecutor
exists(Example<S>) - クラス org.springframework.data.neo4j.repository.query のメソッド。SimpleReactiveQueryByExampleExecutor
existsById(ID) - クラス org.springframework.data.neo4j.repository.support のメソッド。SimpleNeo4jRepository
existsById(ID) - クラス org.springframework.data.neo4j.repository.support のメソッド。SimpleReactiveNeo4jRepository
existsById(Object, Class<T>) - インターフェース org.springframework.data.neo4j.core のメソッド。Neo4jOperations
指定された ID のエンティティがデータベース内に存在するかどうかを確認します。
existsById(Object, Class<T>) - クラス org.springframework.data.neo4j.core のメソッド。Neo4jTemplate
existsById(Object, Class<T>) - インターフェース org.springframework.data.neo4j.core のメソッド。ReactiveNeo4jOperations
指定された ID のエンティティがデータベース内に存在するかどうかを確認します。
existsById(Object, Class<T>) - クラス org.springframework.data.neo4j.core のメソッド。ReactiveNeo4jTemplate
existsById(Publisher<ID>) - クラス org.springframework.data.neo4j.repository.support のメソッド。SimpleReactiveNeo4jRepository
ExistsQuery - Annotation Interface in org.springframework.data.neo4j.repository.query
値が常に既存の射影として使用される Query の特殊バージョン。

F

fetch() - インターフェース org.springframework.data.neo4j.core のメソッド。Neo4jClient.RunnableSpec
汎用マップにマップされたすべてのレコードを取得します
fetch() - インターフェース org.springframework.data.neo4j.core のメソッド。ReactiveNeo4jClient.RunnableSpec
汎用マップにマップされたすべてのレコードを取得します
fetchAs(Class<T>) - インターフェース org.springframework.data.neo4j.core のメソッド。Neo4jClient.RunnableSpec
各レコード戻り値を特定の型にマッピングします。
fetchAs(Class<T>) - インターフェース org.springframework.data.neo4j.core のメソッド。ReactiveNeo4jClient.RunnableSpec
各レコード戻り値を特定の型にマッピングします。
find(Class<T>) - インターフェース org.springframework.data.neo4j.core のメソッド。FluentFindOperation
指定された domainType の検索操作の作成を開始します。
find(Class<T>) - クラス org.springframework.data.neo4j.core のメソッド。Neo4jTemplate
find(Class<T>) - インターフェース org.springframework.data.neo4j.core のメソッド。ReactiveFluentFindOperation
指定された domainType の検索操作の作成を開始します。
find(Class<T>) - クラス org.springframework.data.neo4j.core のメソッド。ReactiveNeo4jTemplate
findAll() - インターフェース org.springframework.data.neo4j.repository のメソッド。Neo4jRepository
findAll() - クラス org.springframework.data.neo4j.repository.support のメソッド。SimpleNeo4jRepository
findAll() - クラス org.springframework.data.neo4j.repository.support のメソッド。SimpleReactiveNeo4jRepository
findAll(OrderSpecifier<?>...) - クラス org.springframework.data.neo4j.repository.query のメソッド。QuerydslNeo4jPredicateExecutor
findAll(OrderSpecifier<?>...) - クラス org.springframework.data.neo4j.repository.query のメソッド。ReactiveQuerydslNeo4jPredicateExecutor
findAll(Predicate) - クラス org.springframework.data.neo4j.repository.query のメソッド。QuerydslNeo4jPredicateExecutor
findAll(Predicate) - クラス org.springframework.data.neo4j.repository.query のメソッド。ReactiveQuerydslNeo4jPredicateExecutor
findAll(Predicate, OrderSpecifier<?>...) - クラス org.springframework.data.neo4j.repository.query のメソッド。QuerydslNeo4jPredicateExecutor
findAll(Predicate, OrderSpecifier<?>...) - クラス org.springframework.data.neo4j.repository.query のメソッド。ReactiveQuerydslNeo4jPredicateExecutor
findAll(Predicate, Pageable) - クラス org.springframework.data.neo4j.repository.query のメソッド。QuerydslNeo4jPredicateExecutor
findAll(Predicate, Sort) - クラス org.springframework.data.neo4j.repository.query のメソッド。QuerydslNeo4jPredicateExecutor
findAll(Predicate, Sort) - クラス org.springframework.data.neo4j.repository.query のメソッド。ReactiveQuerydslNeo4jPredicateExecutor
findAll(Class<T>) - インターフェース org.springframework.data.neo4j.core のメソッド。Neo4jOperations
指定された型のすべてのエンティティを読み込みます。
findAll(Class<T>) - クラス org.springframework.data.neo4j.core のメソッド。Neo4jTemplate
findAll(Class<T>) - インターフェース org.springframework.data.neo4j.core のメソッド。ReactiveNeo4jOperations
指定された型のすべてのエンティティを読み込みます。
findAll(Class<T>) - クラス org.springframework.data.neo4j.core のメソッド。ReactiveNeo4jTemplate
findAll(String, Class<T>) - インターフェース org.springframework.data.neo4j.core のメソッド。Neo4jOperations
指定されたステートメントを実行して、指定された型のすべてのエンティティをロードします。
findAll(String, Class<T>) - クラス org.springframework.data.neo4j.core のメソッド。Neo4jTemplate
findAll(String, Class<T>) - インターフェース org.springframework.data.neo4j.core のメソッド。ReactiveNeo4jOperations
指定されたステートメントを実行して、指定された型のすべてのエンティティをロードします。
findAll(String, Class<T>) - クラス org.springframework.data.neo4j.core のメソッド。ReactiveNeo4jTemplate
findAll(String, Map<String, Object>, Class<T>) - インターフェース org.springframework.data.neo4j.core のメソッド。Neo4jOperations
パラメーターを使用して指定されたステートメントを実行し、指定された型のすべてのエンティティをロードします。
findAll(String, Map<String, Object>, Class<T>) - クラス org.springframework.data.neo4j.core のメソッド。Neo4jTemplate
findAll(String, Map<String, Object>, Class<T>) - インターフェース org.springframework.data.neo4j.core のメソッド。ReactiveNeo4jOperations
パラメーターを使用して指定されたステートメントを実行し、指定された型のすべてのエンティティをロードします。
findAll(String, Map<String, Object>, Class<T>) - クラス org.springframework.data.neo4j.core のメソッド。ReactiveNeo4jTemplate
findAll(Condition) - クラス org.springframework.data.neo4j.repository.query のメソッド。CypherdslConditionExecutorImpl
findAll(Condition) - クラス org.springframework.data.neo4j.repository.query のメソッド。ReactiveCypherdslConditionExecutorImpl
findAll(Condition) - インターフェース org.springframework.data.neo4j.repository.support のメソッド。CypherdslConditionExecutor
findAll(Condition) - インターフェース org.springframework.data.neo4j.repository.support のメソッド。ReactiveCypherdslConditionExecutor
findAll(Condition, SortItem...) - クラス org.springframework.data.neo4j.repository.query のメソッド。CypherdslConditionExecutorImpl
findAll(Condition, SortItem...) - クラス org.springframework.data.neo4j.repository.query のメソッド。ReactiveCypherdslConditionExecutorImpl
findAll(Condition, SortItem...) - インターフェース org.springframework.data.neo4j.repository.support のメソッド。CypherdslConditionExecutor
findAll(Condition, SortItem...) - インターフェース org.springframework.data.neo4j.repository.support のメソッド。ReactiveCypherdslConditionExecutor
findAll(Condition, Pageable) - クラス org.springframework.data.neo4j.repository.query のメソッド。CypherdslConditionExecutorImpl
findAll(Condition, Pageable) - インターフェース org.springframework.data.neo4j.repository.support のメソッド。CypherdslConditionExecutor
findAll(Condition, Sort) - クラス org.springframework.data.neo4j.repository.query のメソッド。CypherdslConditionExecutorImpl
findAll(Condition, Sort) - クラス org.springframework.data.neo4j.repository.query のメソッド。ReactiveCypherdslConditionExecutorImpl
findAll(Condition, Sort) - インターフェース org.springframework.data.neo4j.repository.support のメソッド。CypherdslConditionExecutor
findAll(Condition, Sort) - インターフェース org.springframework.data.neo4j.repository.support のメソッド。ReactiveCypherdslConditionExecutor
findAll(SortItem...) - クラス org.springframework.data.neo4j.repository.query のメソッド。CypherdslConditionExecutorImpl
findAll(SortItem...) - クラス org.springframework.data.neo4j.repository.query のメソッド。ReactiveCypherdslConditionExecutorImpl
findAll(SortItem...) - インターフェース org.springframework.data.neo4j.repository.support のメソッド。CypherdslConditionExecutor
findAll(SortItem...) - インターフェース org.springframework.data.neo4j.repository.support のメソッド。ReactiveCypherdslConditionExecutor
findAll(Statement) - インターフェース org.springframework.data.neo4j.repository.support のメソッド。CypherdslStatementExecutor
statement で定義されているドメインのすべての要素を検索します。
findAll(Statement) - インターフェース org.springframework.data.neo4j.repository.support のメソッド。ReactiveCypherdslStatementExecutor
statement で定義されているドメインのすべての要素を検索します。
findAll(StatementBuilder.OngoingReadingAndReturn, Statement, Pageable) - インターフェース org.springframework.data.neo4j.repository.support のメソッド。CypherdslStatementExecutor
ここのページは、Statement のフラグメント、つまり ongoing reading with an attached return で構築されています。
findAll(StatementBuilder.OngoingReadingAndReturn, Statement, Pageable, Class<PT>) - インターフェース org.springframework.data.neo4j.repository.support のメソッド。CypherdslStatementExecutor
ここのページは、Statement のフラグメント、つまり ongoing reading with an attached return で構築されています。
findAll(Statement, Class<PT>) - インターフェース org.springframework.data.neo4j.repository.support のメソッド。CypherdslStatementExecutor
Cypher-DSL ベースのステートメントによってリポジトリ型のカスタム射影を作成します。
findAll(Statement, Class<PT>) - インターフェース org.springframework.data.neo4j.repository.support のメソッド。ReactiveCypherdslStatementExecutor
Cypher-DSL ベースのステートメントによってリポジトリ型のカスタム射影を作成します。
findAll(Statement, Class<T>) - インターフェース org.springframework.data.neo4j.core のメソッド。Neo4jOperations
指定されたステートメントを実行して、指定された型のすべてのエンティティをロードします。
findAll(Statement, Class<T>) - クラス org.springframework.data.neo4j.core のメソッド。Neo4jTemplate
findAll(Statement, Class<T>) - インターフェース org.springframework.data.neo4j.core のメソッド。ReactiveNeo4jOperations
指定されたステートメントを実行して、指定された型のすべてのエンティティをロードします。
findAll(Statement, Class<T>) - クラス org.springframework.data.neo4j.core のメソッド。ReactiveNeo4jTemplate
findAll(Statement, Map<String, Object>, Class<T>) - インターフェース org.springframework.data.neo4j.core のメソッド。Neo4jOperations
パラメーターを使用して指定されたステートメントを実行し、指定された型のすべてのエンティティをロードします。
findAll(Statement, Map<String, Object>, Class<T>) - クラス org.springframework.data.neo4j.core のメソッド。Neo4jTemplate
findAll(Statement, Map<String, Object>, Class<T>) - インターフェース org.springframework.data.neo4j.core のメソッド。ReactiveNeo4jOperations
パラメーターを使用して指定されたステートメントを実行し、指定された型のすべてのエンティティをロードします。
findAll(Statement, Map<String, Object>, Class<T>) - クラス org.springframework.data.neo4j.core のメソッド。ReactiveNeo4jTemplate
findAll(Example<S>) - インターフェース org.springframework.data.neo4j.repository のメソッド。Neo4jRepository
findAll(Example<S>) - クラス org.springframework.data.neo4j.repository.query のメソッド。SimpleQueryByExampleExecutor
findAll(Example<S>) - クラス org.springframework.data.neo4j.repository.query のメソッド。SimpleReactiveQueryByExampleExecutor
findAll(Example<S>, Pageable) - クラス org.springframework.data.neo4j.repository.query のメソッド。SimpleQueryByExampleExecutor
findAll(Example<S>, Sort) - インターフェース org.springframework.data.neo4j.repository のメソッド。Neo4jRepository
findAll(Example<S>, Sort) - クラス org.springframework.data.neo4j.repository.query のメソッド。SimpleQueryByExampleExecutor
findAll(Example<S>, Sort) - クラス org.springframework.data.neo4j.repository.query のメソッド。SimpleReactiveQueryByExampleExecutor
findAll(Pageable) - クラス org.springframework.data.neo4j.repository.support のメソッド。SimpleNeo4jRepository
findAll(Sort) - インターフェース org.springframework.data.neo4j.repository のメソッド。Neo4jRepository
findAll(Sort) - クラス org.springframework.data.neo4j.repository.support のメソッド。SimpleNeo4jRepository
findAll(Sort) - クラス org.springframework.data.neo4j.repository.support のメソッド。SimpleReactiveNeo4jRepository
findAllById(Iterable<?>, Class<T>) - インターフェース org.springframework.data.neo4j.core のメソッド。Neo4jOperations
指定された ID で識別される、指定された型のすべてのエンティティを読み込みます。
findAllById(Iterable<?>, Class<T>) - クラス org.springframework.data.neo4j.core のメソッド。Neo4jTemplate
findAllById(Iterable<?>, Class<T>) - インターフェース org.springframework.data.neo4j.core のメソッド。ReactiveNeo4jOperations
指定された ID で識別される、指定された型のすべてのエンティティを読み込みます。
findAllById(Iterable<?>, Class<T>) - クラス org.springframework.data.neo4j.core のメソッド。ReactiveNeo4jTemplate
findAllById(Iterable<ID>) - インターフェース org.springframework.data.neo4j.repository のメソッド。Neo4jRepository
findAllById(Iterable<ID>) - クラス org.springframework.data.neo4j.repository.support のメソッド。SimpleNeo4jRepository
findAllById(Iterable<ID>) - クラス org.springframework.data.neo4j.repository.support のメソッド。SimpleReactiveNeo4jRepository
findAllById(Publisher<ID>) - クラス org.springframework.data.neo4j.repository.support のメソッド。SimpleReactiveNeo4jRepository
findBy(Predicate, Function<FluentQuery.FetchableFluentQuery<S>, R>) - クラス org.springframework.data.neo4j.repository.query のメソッド。QuerydslNeo4jPredicateExecutor
findBy(Predicate, Function<FluentQuery.ReactiveFluentQuery<S>, P>) - クラス org.springframework.data.neo4j.repository.query のメソッド。ReactiveQuerydslNeo4jPredicateExecutor
findBy(Example<S>, Function<FluentQuery.FetchableFluentQuery<S>, R>) - クラス org.springframework.data.neo4j.repository.query のメソッド。SimpleQueryByExampleExecutor
findBy(Example<S>, Function<FluentQuery.ReactiveFluentQuery<S>, P>) - クラス org.springframework.data.neo4j.repository.query のメソッド。SimpleReactiveQueryByExampleExecutor
findById(ID) - クラス org.springframework.data.neo4j.repository.support のメソッド。SimpleNeo4jRepository
findById(ID) - クラス org.springframework.data.neo4j.repository.support のメソッド。SimpleReactiveNeo4jRepository
findById(Object, Class<T>) - インターフェース org.springframework.data.neo4j.core のメソッド。Neo4jOperations
データベースからエンティティを読み込みます。
findById(Object, Class<T>) - クラス org.springframework.data.neo4j.core のメソッド。Neo4jTemplate
findById(Object, Class<T>) - インターフェース org.springframework.data.neo4j.core のメソッド。ReactiveNeo4jOperations
データベースからエンティティを読み込みます。
findById(Object, Class<T>) - クラス org.springframework.data.neo4j.core のメソッド。ReactiveNeo4jTemplate
findById(Publisher<ID>) - クラス org.springframework.data.neo4j.repository.support のメソッド。SimpleReactiveNeo4jRepository
findCommonElementType(Iterable<?>) - Static method in class org.springframework.data.neo4j.core.TemplateSupport
findOne(Predicate) - クラス org.springframework.data.neo4j.repository.query のメソッド。QuerydslNeo4jPredicateExecutor
findOne(Predicate) - クラス org.springframework.data.neo4j.repository.query のメソッド。ReactiveQuerydslNeo4jPredicateExecutor
findOne(String, Map<String, Object>, Class<T>) - インターフェース org.springframework.data.neo4j.core のメソッド。Neo4jOperations
パラメーターを使用して指定されたステートメントを実行し、指定された型のエンティティを 1 つロードします。
findOne(String, Map<String, Object>, Class<T>) - クラス org.springframework.data.neo4j.core のメソッド。Neo4jTemplate
findOne(String, Map<String, Object>, Class<T>) - インターフェース org.springframework.data.neo4j.core のメソッド。ReactiveNeo4jOperations
パラメーターを使用して指定されたステートメントを実行し、指定された型のエンティティを 1 つロードします。
findOne(String, Map<String, Object>, Class<T>) - クラス org.springframework.data.neo4j.core のメソッド。ReactiveNeo4jTemplate
findOne(Condition) - クラス org.springframework.data.neo4j.repository.query のメソッド。CypherdslConditionExecutorImpl
findOne(Condition) - クラス org.springframework.data.neo4j.repository.query のメソッド。ReactiveCypherdslConditionExecutorImpl
findOne(Condition) - インターフェース org.springframework.data.neo4j.repository.support のメソッド。CypherdslConditionExecutor
findOne(Condition) - インターフェース org.springframework.data.neo4j.repository.support のメソッド。ReactiveCypherdslConditionExecutor
findOne(Statement) - インターフェース org.springframework.data.neo4j.repository.support のメソッド。CypherdslStatementExecutor
statement で定義されたドメインの 1 つの要素を見つけます。
findOne(Statement) - インターフェース org.springframework.data.neo4j.repository.support のメソッド。ReactiveCypherdslStatementExecutor
statement で定義されたドメインの 1 つの要素を見つけます。
findOne(Statement, Class<PT>) - インターフェース org.springframework.data.neo4j.repository.support のメソッド。CypherdslStatementExecutor
Cypher-DSL ベースのステートメントによってリポジトリ型のカスタム射影を作成します。
findOne(Statement, Class<PT>) - インターフェース org.springframework.data.neo4j.repository.support のメソッド。ReactiveCypherdslStatementExecutor
Cypher-DSL ベースのステートメントによってリポジトリ型のカスタム射影を作成します。
findOne(Statement, Map<String, Object>, Class<T>) - インターフェース org.springframework.data.neo4j.core のメソッド。Neo4jOperations
パラメーターを使用して指定されたステートメントを実行し、指定された型のエンティティを 1 つロードします。
findOne(Statement, Map<String, Object>, Class<T>) - クラス org.springframework.data.neo4j.core のメソッド。Neo4jTemplate
findOne(Statement, Map<String, Object>, Class<T>) - インターフェース org.springframework.data.neo4j.core のメソッド。ReactiveNeo4jOperations
パラメーターを使用して指定されたステートメントを実行し、指定された型のエンティティを 1 つロードします。
findOne(Statement, Map<String, Object>, Class<T>) - クラス org.springframework.data.neo4j.core のメソッド。ReactiveNeo4jTemplate
findOne(Example<S>) - クラス org.springframework.data.neo4j.repository.query のメソッド。SimpleQueryByExampleExecutor
findOne(Example<S>) - クラス org.springframework.data.neo4j.repository.query のメソッド。SimpleReactiveQueryByExampleExecutor
first() - インターフェース org.springframework.data.neo4j.core のメソッド。Neo4jClient.RecordFetchSpec
最初のレコードのみを取得します。
first() - インターフェース org.springframework.data.neo4j.core のメソッド。ReactiveNeo4jClient.RecordFetchSpec
最初のレコードのみを取得します。
FluentFindOperation - Interface in org.springframework.data.neo4j.core
FluentFindOperation を使用すると、流れるような API スタイルで Neo4j 検索操作を作成および実行できます。
FluentFindOperation.ExecutableFind <T> - org.springframework.data.neo4j.core のインターフェース
実行可能な検索操作を作成するためのエントリポイント。
FluentFindOperation.FindWithProjection <T> - org.springframework.data.neo4j.core のインターフェース
結果型のオーバーライド (オプション)。
FluentFindOperation.FindWithQuery <T> - org.springframework.data.neo4j.core のインターフェース
実際のクエリ実行を呼び出す操作を終了します。
FluentFindOperation.TerminatingFind <T> - org.springframework.data.neo4j.core のインターフェース
トリガーは、終了メソッドの 1 つを呼び出すことによって実行を検出します。
FluentFindOperation.TerminatingFindWithoutQuery <T> - org.springframework.data.neo4j.core のインターフェース
クエリがまだ定義されていない状態から終了メソッドの 1 つを呼び出して、検索の実行をトリガーします。
FluentNeo4jOperations - org.springframework.data.neo4j.core のインターフェース
Neo4jOperations に付属する追加のインターフェースで、特に物体の検索と投影に関するスムーズな操作をいくつか追加します。
FluentSaveOperation - Interface in org.springframework.data.neo4j.core
FluentSaveOperation を使用すると、流れるような API スタイルで Neo4j 保存操作を作成および実行できます。
FluentSaveOperation.ExecutableSave <DT> - Interface in org.springframework.data.neo4j.core
ドメイン型を指定した後、関連する射影またはドメイン型のインスタンスを保存できます。
forAssignedIds(SymbolicName, String) - Static method in class org.springframework.data.neo4j.core.mapping.IdDescription
forCondition(Neo4jPersistentEntity<?>, Condition) - Static method in class org.springframework.data.neo4j.repository.query.QueryFragmentsAndParameters
指定された条件のパラメーターを含むクエリフラグメントを作成するためのユーティリティメソッド。
forEach(Consumer<Class<?>>) - クラス org.springframework.data.neo4j.aot のメソッド。Neo4jManagedTypes
forExistsById(Neo4jPersistentEntity<?>, Object) - Static method in class org.springframework.data.neo4j.repository.query.QueryFragmentsAndParameters
forExternallyGeneratedIds(SymbolicName, Class<? extends IdGenerator<?>>, String, String) - Static method in class org.springframework.data.neo4j.core.mapping.IdDescription
forFindAll(Neo4jPersistentEntity<?>) - Static method in class org.springframework.data.neo4j.repository.query.QueryFragmentsAndParameters
forFindByAllId(Neo4jPersistentEntity<?>, Object) - Static method in class org.springframework.data.neo4j.repository.query.QueryFragmentsAndParameters
forFindById(Neo4jPersistentEntity<?>, Object) - Static method in class org.springframework.data.neo4j.repository.query.QueryFragmentsAndParameters
forInternallyGeneratedIds(SymbolicName) - Static method in class org.springframework.data.neo4j.core.mapping.IdDescription
forInternallyGeneratedIds(SymbolicName, boolean) - Static method in class org.springframework.data.neo4j.core.mapping.IdDescription
format() - Element in annotation interface org.springframework.data.neo4j.core.support.DateString
formatTo(Formatter, int, int, int) - Method in exception org.springframework.data.neo4j.core.mapping.NoRootNodeMappingException
forPageableAndSort(Neo4jPersistentEntity<?>, Pageable, Sort) - Static method in class org.springframework.data.neo4j.repository.query.QueryFragmentsAndParameters
from(Class<?>...) - クラス org.springframework.data.neo4j.aot.Neo4jManagedTypes の静的メソッド
指定された typesSE の配列から Neo4jManagedTypes を構築するために使用されるファクトリメソッド。
from(Collection<PropertyFilter.ProjectedPath>, NodeDescription<?>) - Static method in class org.springframework.data.neo4j.core.mapping.PropertyFilter
from(ManagedTypes) - クラス org.springframework.data.neo4j.aot.Neo4jManagedTypes の静的メソッド
既存の ManagedTypes オブジェクトを Neo4jManagedTypes でラップします。
FROM_ID_PARAMETER_NAME - Static variable in class org.springframework.data.neo4j.core.mapping.Constants
fromIterable(Iterable<? extends Class<?>>) - クラス org.springframework.data.neo4j.aot.Neo4jManagedTypes の静的メソッド
typesSE の指定された必要な IterableSE から Neo4jManagedTypes を構築するために使用されるファクトリメソッド。
FUNCTION_ALL_OF - Static variable in class org.springframework.data.neo4j.repository.query.Neo4jSpelSupport
FUNCTION_ANY_OF - Static variable in class org.springframework.data.neo4j.repository.query.Neo4jSpelSupport
FUNCTION_LITERAL - Static variable in class org.springframework.data.neo4j.repository.query.Neo4jSpelSupport
FUNCTION_ORDER_BY - Static variable in class org.springframework.data.neo4j.repository.query.Neo4jSpelSupport

G

GeneratedValue - Annotation Interface in org.springframework.data.neo4j.core.schema
生成された ID を示します。
GeneratedValue.InternalIdGenerator - org.springframework.data.neo4j.core.schema のクラス
この IdGenerator は何もしません。
GeneratedValue.UUIDGenerator - org.springframework.data.neo4j.core.schema のクラス
このジェネレーターは、UUIDSE 型のフィールドに @Id および @GeneratedValue のアノテーションが付けられている場合に自動的に適用されます。
generateId(String, Object) - クラス org.springframework.data.neo4j.core.schema のメソッド。GeneratedValue.InternalIdGenerator
generateId(String, Object) - クラス org.springframework.data.neo4j.core.schema のメソッド。GeneratedValue.UUIDGenerator
generateId(String, Object) - インターフェース org.springframework.data.neo4j.core.schema のメソッド。IdGenerator
指定されたエンティティの新しい ID を生成します。
generateId(String, Object) - Method in class org.springframework.data.neo4j.core.support.UUIDStringGenerator
generateRelatedNodesCollectionName(NodeDescription<?>) - インターフェース org.springframework.data.neo4j.core.mapping のメソッド。RelationshipDescription
generatorClass() - Element in annotation interface org.springframework.data.neo4j.core.schema.GeneratedValue
generatorRef() - Element in annotation interface org.springframework.data.neo4j.core.schema.GeneratedValue
GeographicPoint2d - org.springframework.data.neo4j.types のクラス
GeographicPoint2d(double, double) - クラス org.springframework.data.neo4j.types のコンストラクター。GeographicPoint2d
GeographicPoint3d - org.springframework.data.neo4j.types のクラス
GeographicPoint3d(double, double, double) - クラス org.springframework.data.neo4j.types のコンストラクター。GeographicPoint3d
get() - クラス org.springframework.data.neo4j.config.Neo4jEntityScanner の静的メソッド
get(ResourceLoader) - クラス org.springframework.data.neo4j.config.Neo4jEntityScanner の静的メソッド
getActualType() - インターフェース org.springframework.data.neo4j.core.mapping のメソッド。GraphPropertyDescription
これは、単純なプロパティの型、またはコレクションのようなプロパティのコンポーネント型を返します。
getAdditionalLabels() - インターフェース org.springframework.data.neo4j.core.mapping のメソッド。NodeDescription
getAdditionalReturnExpressions() - クラス org.springframework.data.neo4j.repository.query のメソッド。QueryFragments
getBookmarks() - インターフェース org.springframework.data.neo4j.core.transaction のメソッド。Neo4jBookmarkManager
このコレクションをイントロスペクトする必要はまったくありません。
getBookmarks() - クラス org.springframework.data.neo4j.core.transaction のメソッド。Neo4jBookmarksUpdatedEvent
getChildNodeDescriptionsInHierarchy() - インターフェース org.springframework.data.neo4j.core.mapping のメソッド。NodeDescription
このエンティティを継承するすべての直接の子ノードの説明を取得します。
getCondition() - クラス org.springframework.data.neo4j.repository.query のメソッド。QueryFragments
getConversionService() - クラス org.springframework.data.neo4j.core.mapping のメソッド。Neo4jMappingContext
getCypherQuery() - クラス org.springframework.data.neo4j.repository.query のメソッド。QueryFragmentsAndParameters
getDatabaseSelection() - インターフェース org.springframework.data.neo4j.core のメソッド。DatabaseSelectionProvider
getDatabaseSelection() - インターフェース org.springframework.data.neo4j.core のメソッド。ReactiveDatabaseSelectionProvider
getDatabaseSelectionProvider() - インターフェース org.springframework.data.neo4j.core のメソッド。Neo4jClient
割り当てられたデータベース選択プロバイダーを返します。
getDatabaseSelectionProvider() - インターフェース org.springframework.data.neo4j.core のメソッド。ReactiveNeo4jClient
割り当てられたデータベース選択プロバイダーを返します。
getDefaultSelectionProvider() - Static method in interface org.springframework.data.neo4j.core.DatabaseSelectionProvider
常にデフォルトの選択を返すデータベース選択プロバイダー。
getDefaultSelectionProvider() - Static method in interface org.springframework.data.neo4j.core.ReactiveDatabaseSelectionProvider
常にデフォルトのデータベースを選択するデータベースセレクター。
getDefaultSelectionProvider() - Static method in interface org.springframework.data.neo4j.core.ReactiveUserSelectionProvider
常に接続ユーザーを選択するユーザー選択プロバイダー。
getDefaultSelectionProvider() - Static method in interface org.springframework.data.neo4j.core.UserSelectionProvider
常に接続ユーザーを選択するユーザー選択プロバイダー。
getDirection() - インターフェース org.springframework.data.neo4j.core.mapping のメソッド。RelationshipDescription
定義された関連の方向。
getDriverVersion() - Method in enum class org.springframework.data.neo4j.core.support.UserAgent
getDynamicLabelsProperty() - インターフェース org.springframework.data.neo4j.core.mapping のメソッド。Neo4jPersistentEntity
getElementId(Entity) - Static method in class org.springframework.data.neo4j.core.mapping.IdentitySupport
getElementId(MapAccessor) - Static method in class org.springframework.data.neo4j.core.mapping.IdentitySupport
行内の属性から、または実際のエンティティの場合は専用のアクセサーを使用して ID を取得します。
getEntityConverter() - クラス org.springframework.data.neo4j.core.mapping のメソッド。Neo4jMappingContext
getEntityConverter() - Method in interface org.springframework.data.neo4j.core.mapping.Schema
getEntityInstance() - クラス org.springframework.data.neo4j.core.mapping のメソッド。EntityInstanceWithSource
getEntityMetaData() - インターフェース org.springframework.data.neo4j.repository.support のメソッド。Neo4jEntityInformation
getExtensionId() - クラス org.springframework.data.neo4j.repository.support のメソッド。Neo4jEvaluationContextExtension
getFieldName() - インターフェース org.springframework.data.neo4j.core.mapping のメソッド。GraphPropertyDescription
getFieldName() - インターフェース org.springframework.data.neo4j.core.mapping のメソッド。RelationshipDescription
関連が定義されたプロパティの名前。
getFunctions() - クラス org.springframework.data.neo4j.repository.support のメソッド。Neo4jEvaluationContextExtension
getGraphProperties() - インターフェース org.springframework.data.neo4j.core.mapping のメソッド。NodeDescription
getGraphPropertiesInHierarchy() - インターフェース org.springframework.data.neo4j.core.mapping のメソッド。NodeDescription
getGraphProperty(String) - インターフェース org.springframework.data.neo4j.core.mapping のメソッド。NodeDescription
フィールド名で GraphPropertyDescription を取得します。
getHeight() - クラス org.springframework.data.neo4j.types のメソッド。GeographicPoint3d
getId(Statement, Neo4jPersistentProperty, Object, Object) - インターフェース org.springframework.data.neo4j.core.mapping のメソッド。NestedRelationshipProcessingStateMachine.ReactiveRelationshipIdSupplier
getId(Statement, Neo4jPersistentProperty, Object, Object) - インターフェース org.springframework.data.neo4j.core.mapping のメソッド。NestedRelationshipProcessingStateMachine.RelationshipIdSupplier
getIdDescription() - インターフェース org.springframework.data.neo4j.core.mapping のメソッド。NodeDescription
getIdentifyingAnnotations() - クラス org.springframework.data.neo4j.repository.config のメソッド。Neo4jRepositoryConfigurationExtension
getIdentifyingAnnotations() - クラス org.springframework.data.neo4j.repository.config のメソッド。ReactiveNeo4jRepositoryConfigurationExtension
getIdentifyingTypes() - クラス org.springframework.data.neo4j.repository.config のメソッド。Neo4jRepositoryConfigurationExtension
getIdentifyingTypes() - クラス org.springframework.data.neo4j.repository.config のメソッド。ReactiveNeo4jRepositoryConfigurationExtension
getIdExpression() - インターフェース org.springframework.data.neo4j.core.mapping のメソッド。NodeDescription
このノードエンティティの適切な識別子式を作成します。
getIdGenerator(String) - クラス org.springframework.data.neo4j.core.mapping のメソッド。Neo4jMappingContext
getIdGenerator(String) - Method in interface org.springframework.data.neo4j.core.mapping.Schema
getIdGeneratorClass() - クラス org.springframework.data.neo4j.core.mapping のメソッド。IdDescription
getIdGeneratorRef() - クラス org.springframework.data.neo4j.core.mapping のメソッド。IdDescription
getIllegalDatabaseName() - 例外 org.springframework.data.neo4j.core のメソッド。Neo4jClient.IllegalDatabaseNameException
getInitialEntitySet() - クラス org.springframework.data.neo4j.config のメソッド。AbstractReactiveNeo4jConfig
Node でアノテーションが付けられたクラスのマッピング基本パッケージをスキャンします。
getInputProperties(ResultProcessor, ProjectionFactory, Neo4jMappingContext) - Static method in class org.springframework.data.neo4j.core.PropertyFilterSupport
getInstantiatorFor(PersistentEntity<?, ?>) - クラス org.springframework.data.neo4j.core.mapping のメソッド。Neo4jMappingContext
getInternalId(MapAccessor) - Static method in class org.springframework.data.neo4j.core.mapping.IdentitySupport
使用すべきではありません。
getInverse() - クラス org.springframework.data.neo4j.core.mapping のメソッド。NestedRelationshipContext
getLatitude() - クラス org.springframework.data.neo4j.types のメソッド。GeographicPoint2d
getLatitude() - クラス org.springframework.data.neo4j.types のメソッド。GeographicPoint3d
getLeafProperty() - クラス org.springframework.data.neo4j.core.mapping のメソッド。PropertyFilter.RelaxedPropertyPath
getLimit() - クラス org.springframework.data.neo4j.repository.query のメソッド。QueryFragments
getLongitude() - クラス org.springframework.data.neo4j.types のメソッド。GeographicPoint2d
getLongitude() - クラス org.springframework.data.neo4j.types のメソッド。GeographicPoint3d
getLowerLeft() - クラス org.springframework.data.neo4j.repository.query のメソッド。BoundingBox
getMappingBasePackages() - クラス org.springframework.data.neo4j.config のメソッド。AbstractReactiveNeo4jConfig
起動時に Neo4j にマップされたエンティティをスキャンする基本パッケージを返します。
getMapValue() - クラス org.springframework.data.neo4j.core.mapping のメソッド。MapValueWrapper
getMatchOn() - クラス org.springframework.data.neo4j.repository.query のメソッド。QueryFragments
getModuleName() - クラス org.springframework.data.neo4j.repository.config のメソッド。Neo4jRepositoryConfigurationExtension
getModuleName() - クラス org.springframework.data.neo4j.repository.config のメソッド。ReactiveNeo4jRepositoryConfigurationExtension
getModulePrefix() - クラス org.springframework.data.neo4j.repository.config のメソッド。Neo4jRepositoryConfigurationExtension
getModulePrefix() - クラス org.springframework.data.neo4j.repository.config のメソッド。ReactiveNeo4jRepositoryConfigurationExtension
getMostAbstractParentLabel(NodeDescription<?>) - インターフェース org.springframework.data.neo4j.core.mapping のメソッド。NodeDescription
getNodeDescription() - クラス org.springframework.data.neo4j.repository.query のメソッド。QueryFragmentsAndParameters
getNodeDescription(Class<?>) - クラス org.springframework.data.neo4j.core.mapping のメソッド。Neo4jMappingContext
getNodeDescription(Class<?>) - Method in interface org.springframework.data.neo4j.core.mapping.Schema
基になるクラスによってノードの説明を取得します。
getNodeDescription(String) - クラス org.springframework.data.neo4j.core.mapping のメソッド。Neo4jMappingContext
getNodeDescription(String) - Method in interface org.springframework.data.neo4j.core.mapping.Schema
プライマリラベルによってノードの説明を取得します。
getObjectId(Object) - クラス org.springframework.data.neo4j.core.mapping のメソッド。NestedRelationshipProcessingStateMachine
これは指定されたオブジェクトの ID を返します。
getOptionalConverter() - インターフェース org.springframework.data.neo4j.core.mapping のメソッド。Neo4jPersistentProperty
getOptionalGraphPropertyName() - クラス org.springframework.data.neo4j.core.mapping のメソッド。IdDescription
ID 記述は、外部割り当てに基づいている場合、対応するグラフプロパティ名のみを持ちます。
getOptionalMappingFunction() - クラス org.springframework.data.neo4j.core のメソッド。PreparedQuery
getOrCreateIdGeneratorOfType(Class<T>) - クラス org.springframework.data.neo4j.core.mapping のメソッド。Neo4jMappingContext
getOrCreateIdGeneratorOfType(Class<T>) - Method in interface org.springframework.data.neo4j.core.mapping.Schema
指定された ID ジェネレータークラスのインスタンスを作成または取得します。
getOrder() - クラス org.springframework.data.neo4j.core.mapping.callback のメソッド。AuditingBeforeBindCallback
getOrder() - クラス org.springframework.data.neo4j.core.mapping.callback のメソッド。ReactiveAuditingBeforeBindCallback
getOrderBy() - クラス org.springframework.data.neo4j.repository.query のメソッド。QueryFragments
getParameters() - クラス org.springframework.data.neo4j.repository.query のメソッド。QueryFragmentsAndParameters
getParentNodeDescription() - インターフェース org.springframework.data.neo4j.core.mapping のメソッド。NodeDescription
getPersistentEntity(TypeInformation<?>) - クラス org.springframework.data.neo4j.core.mapping のメソッド。Neo4jMappingContext
getPrefixedElementId(MapAccessor, String) - Static method in class org.springframework.data.neo4j.core.mapping.IdentitySupport
getPrimaryLabel() - インターフェース org.springframework.data.neo4j.core.mapping のメソッド。NodeDescription
getProcessedAs(Object) - クラス org.springframework.data.neo4j.core.mapping のメソッド。NestedRelationshipProcessingStateMachine
getProperties() - クラス org.springframework.data.neo4j.core.mapping のメソッド。CreateRelationshipStatementHolder
getPropertyConverterFor(Neo4jPersistentProperty) - インターフェース org.springframework.data.neo4j.core.convert のメソッド。Neo4jPersistentPropertyConverterFactory
getPropertyName() - インターフェース org.springframework.data.neo4j.core.mapping のメソッド。GraphPropertyDescription
getQuery() - Method in exception org.springframework.data.neo4j.repository.NoResultException
getQueryFragments() - クラス org.springframework.data.neo4j.repository.query のメソッド。QueryFragmentsAndParameters
getQueryFragmentsAndParameters() - クラス org.springframework.data.neo4j.core のメソッド。PreparedQuery
getQueryRunner() - インターフェース org.springframework.data.neo4j.core のメソッド。Neo4jClient
getQueryRunner() - インターフェース org.springframework.data.neo4j.core のメソッド。ReactiveNeo4jClient
getQueryRunner(DatabaseSelection) - インターフェース org.springframework.data.neo4j.core のメソッド。Neo4jClient
getQueryRunner(DatabaseSelection, UserSelection) - インターフェース org.springframework.data.neo4j.core のメソッド。Neo4jClient
進行中の Spring トランザクション (宣言的 (@Transactional を介して暗黙的) またはプログラム的 (トランザクションテンプレートを介して明示的) のいずれか) に参加するクエリランナーを取得します。
getQueryRunner(Mono<DatabaseSelection>) - インターフェース org.springframework.data.neo4j.core のメソッド。ReactiveNeo4jClient
getQueryRunner(Mono<DatabaseSelection>, Mono<UserSelection>) - インターフェース org.springframework.data.neo4j.core のメソッド。ReactiveNeo4jClient
進行中の Spring トランザクション (宣言的 (@Transactional を介して暗黙的) またはプログラム的 (トランザクションテンプレートを介して明示的) のいずれか) に参加するクエリランナーを取得します。
getRelatedEntity() - クラス org.springframework.data.neo4j.core.mapping のメソッド。MappingSupport.RelationshipPropertiesWithEntityHolder
getRelationship() - クラス org.springframework.data.neo4j.core.mapping のメソッド。NestedRelationshipContext
getRelationshipObverse() - インターフェース org.springframework.data.neo4j.core.mapping のメソッド。RelationshipDescription
getRelationshipOrRelationshipPropertiesObject(Neo4jMappingContext, boolean, boolean, Object, PersistentPropertyAccessor<?>) - Static method in class org.springframework.data.neo4j.core.mapping.MappingSupport
リレーションシッププロパティを抽出します。リレーションシッププロパティが添付されていない場合は、関連オブジェクトのみを抽出します。
getRelationshipProperties() - クラス org.springframework.data.neo4j.core.mapping のメソッド。MappingSupport.RelationshipPropertiesWithEntityHolder
getRelationshipPropertiesEntity() - インターフェース org.springframework.data.neo4j.core.mapping のメソッド。RelationshipDescription
これがプロパティとの関連である場合、プロパティを定義するクラスが返され、それ以外の場合は null が返されます。
getRelationshipPropertiesPropertyAccessor() - クラス org.springframework.data.neo4j.core.mapping のメソッド。MappingSupport.RelationshipPropertiesWithEntityHolder
getRelationshipPropertiesPropertyAccessor(Object) - クラス org.springframework.data.neo4j.core.mapping のメソッド。NestedRelationshipContext
getRelationships() - インターフェース org.springframework.data.neo4j.core.mapping のメソッド。NodeDescription
これは、このノードが他のノードに対して持つ発信関連を返します。
getRelationshipsInHierarchy(Predicate<PropertyFilter.RelaxedPropertyPath>) - インターフェース org.springframework.data.neo4j.core.mapping のメソッド。NodeDescription
これは、このノード、その親ノード、子ノードと他のノードとの関連を返します。
getRepositoryFactoryBeanClassName() - クラス org.springframework.data.neo4j.repository.config のメソッド。Neo4jRepositoryConfigurationExtension
getRepositoryFactoryBeanClassName() - クラス org.springframework.data.neo4j.repository.config のメソッド。ReactiveNeo4jRepositoryConfigurationExtension
getRequiredBinderFunctionFor(Class<T>) - Method in interface org.springframework.data.neo4j.core.mapping.Schema
getRequiredMappingFunctionFor(Class<T>) - Method in interface org.springframework.data.neo4j.core.mapping.Schema
targetClass のスキーマベースのマッピング関数を取得します。
getRequiredNodeDescription(Class<?>) - Method in interface org.springframework.data.neo4j.core.mapping.Schema
getRequiredNodeDescription(String) - Method in interface org.springframework.data.neo4j.core.mapping.Schema
getRequiredSingleResult() - インターフェース org.springframework.data.neo4j.core のメソッド。Neo4jOperations.ExecutableQuery
getRequiredVectorProperty() - インターフェース org.springframework.data.neo4j.core.mapping のメソッド。Neo4jPersistentEntity
getRequiresIdUpdate() - クラス org.springframework.data.neo4j.core.mapping のメソッド。NestedRelationshipProcessingStateMachine
getResults() - インターフェース org.springframework.data.neo4j.core のメソッド。Neo4jOperations.ExecutableQuery
getResults() - インターフェース org.springframework.data.neo4j.core のメソッド。ReactiveNeo4jOperations.ExecutableQuery
getResultType() - クラス org.springframework.data.neo4j.core のメソッド。PreparedQuery
getSdnVersion() - Method in enum class org.springframework.data.neo4j.core.support.UserAgent
getSegment() - クラス org.springframework.data.neo4j.core.mapping のメソッド。PropertyFilter.RelaxedPropertyPath
getSingleResult() - インターフェース org.springframework.data.neo4j.core のメソッド。Neo4jOperations.ExecutableQuery
getSingleResult() - インターフェース org.springframework.data.neo4j.core のメソッド。ReactiveNeo4jOperations.ExecutableQuery
getSkip() - クラス org.springframework.data.neo4j.repository.query のメソッド。QueryFragments
getSort() - クラス org.springframework.data.neo4j.repository.query のメソッド。QueryFragmentsAndParameters
getSource() - インターフェース org.springframework.data.neo4j.core.mapping のメソッド。RelationshipDescription
この関連のソースは、問題のノードのプライマリラベルによって説明されます。
getSourceRecord() - クラス org.springframework.data.neo4j.core.mapping のメソッド。EntityInstanceWithSource
getSpringDataVersion() - Method in enum class org.springframework.data.neo4j.core.support.UserAgent
getSrid() - クラス org.springframework.data.neo4j.types のメソッド。GeographicPoint2d
getSrid() - インターフェース org.springframework.data.neo4j.types のメソッド。Neo4jPoint
getStatement() - クラス org.springframework.data.neo4j.core.mapping のメソッド。CreateRelationshipStatementHolder
getStateOf(Object, RelationshipDescription, Collection<?>) - クラス org.springframework.data.neo4j.core.mapping のメソッド。NestedRelationshipProcessingStateMachine
getStaticLabels() - インターフェース org.springframework.data.neo4j.core.mapping のメソッド。NodeDescription
getTarget() - インターフェース org.springframework.data.neo4j.core.mapping のメソッド。RelationshipDescription
この関連のターゲットは、問題のノードのプライマリラベルによって記述されます。
getTarget() - インターフェース org.springframework.data.neo4j.repository.query のメソッド。Neo4jSpelSupport.LiteralReplacement
getTargetClass() - Method in exception org.springframework.data.neo4j.core.mapping.UnknownEntityException
getType() - クラス org.springframework.data.neo4j.core.mapping のメソッド。PropertyFilter.RelaxedPropertyPath
getType() - インターフェース org.springframework.data.neo4j.core.mapping のメソッド。RelationshipDescription
この関連が動的である場合、このメソッドは常に逆のプロパティの名前を返します。
getTypeSystem() - クラス org.springframework.data.neo4j.core.mapping のメソッド。EntityInstanceWithSource
getUnderlyingClass() - インターフェース org.springframework.data.neo4j.core.mapping のメソッド。NodeDescription
getUpperRight() - クラス org.springframework.data.neo4j.repository.query のメソッド。BoundingBox
getUserSelection() - インターフェース org.springframework.data.neo4j.core のメソッド。ReactiveUserSelectionProvider
getUserSelection() - インターフェース org.springframework.data.neo4j.core のメソッド。UserSelectionProvider
getValue() - クラス org.springframework.data.neo4j.core のメソッド。DatabaseSelection
getValue() - クラス org.springframework.data.neo4j.core.mapping のメソッド。NestedRelationshipContext
getValue() - クラス org.springframework.data.neo4j.core のメソッド。UserSelection
getValue() - インターフェース org.springframework.data.neo4j.repository.query のメソッド。Neo4jSpelSupport.LiteralReplacement
getVectorProperty() - インターフェース org.springframework.data.neo4j.core.mapping のメソッド。Neo4jPersistentEntity
getX() - クラス org.springframework.data.neo4j.types のメソッド。CartesianPoint2d
getX() - クラス org.springframework.data.neo4j.types のメソッド。CartesianPoint3d
getY() - クラス org.springframework.data.neo4j.types のメソッド。CartesianPoint2d
getY() - クラス org.springframework.data.neo4j.types のメソッド。CartesianPoint3d
getZ() - クラス org.springframework.data.neo4j.types のメソッド。CartesianPoint3d
GraphPropertyDescription - Interface in org.springframework.data.neo4j.core.mapping
クラス属性をノードまたはリレーションシップのプロパティにマップする方法に関する最小限の情報を提供します。

H

hasCustomWriteTarget(Class<?>) - インターフェース org.springframework.data.neo4j.core.convert のメソッド。Neo4jConversionService
sourceType をネイティブ型に読み取るために登録されたカスタム変換があるかどうかを返します。
hasCustomWriteTarget(Class<?>) - クラス org.springframework.data.neo4j.core.mapping のメソッド。Neo4jMappingContext
hashCode() - クラス org.springframework.data.neo4j.core のメソッド。DatabaseSelection
hashCode() - クラス org.springframework.data.neo4j.core.mapping のメソッド。MappingSupport.RelationshipPropertiesWithEntityHolder
hashCode() - レコードクラス org.springframework.data.neo4j.core のメソッド。Neo4jPropertyValueTransformers.NegatedValue
このオブジェクトのハッシュコード値を返します。
hashCode() - クラス org.springframework.data.neo4j.core のメソッド。UserSelection
hashCode() - クラス org.springframework.data.neo4j.repository.query のメソッド。BoundingBox
hashCode() - クラス org.springframework.data.neo4j.types のメソッド。GeographicPoint2d
hashCode() - Method in class org.springframework.data.neo4j.types.Coordinate
hasInternalIdProperty() - インターフェース org.springframework.data.neo4j.core.mapping のメソッド。RelationshipDescription
hasProcessedRelationship(Object, RelationshipDescription) - クラス org.springframework.data.neo4j.core.mapping のメソッド。NestedRelationshipProcessingStateMachine
関連がすでに処理されているかどうかを確認します。
hasProcessedRelationshipEntity(Object, Object, RelationshipDescription) - クラス org.springframework.data.neo4j.core.mapping のメソッド。NestedRelationshipProcessingStateMachine
hasProcessedValue(Object) - クラス org.springframework.data.neo4j.core.mapping のメソッド。NestedRelationshipProcessingStateMachine
値がすでに処理されているかどうかを確認します。
hasRelationshipObverse() - インターフェース org.springframework.data.neo4j.core.mapping のメソッド。RelationshipDescription
この関連の表側を説明する関連記述があるかどうかを確認します。
hasRelationshipProperties() - インターフェース org.springframework.data.neo4j.core.mapping のメソッド。RelationshipDescription
この関連が追加のプロパティを持つ関連であるかどうかを通知します。
hasRelationshipPropertyPersistTypeInfoFlag() - インターフェース org.springframework.data.neo4j.core.mapping のメソッド。Neo4jPersistentEntity
エンティティに RelationshipProperties のアノテーションが付けられ、フラグ RelationshipProperties.persistTypeInfo() が true に設定されているかどうかを判断します。
hasVectorProperty() - インターフェース org.springframework.data.neo4j.core.mapping のメソッド。Neo4jPersistentEntity
HOLDER - Static variable in class org.springframework.data.neo4j.core.convert.Neo4jSimpleTypes
サポートする単純型と、Spring によって認識されるすべての単純型。

I

Id - Annotation Interface in org.springframework.data.neo4j.core.schema
このアノテーションは完全性のためにここに含まれています。
IdDescription - org.springframework.data.neo4j.core.mapping のクラス
エンティティの ID を生成する方法の説明。
identifyAndExtractRelationshipTargetNode(Object) - クラス org.springframework.data.neo4j.core.mapping のメソッド。NestedRelationshipContext
IdentitySupport - org.springframework.data.neo4j.core.mapping のクラス
このクラスはパブリック API の一部ではなく、必要に応じて予告なく変更されます。
IdGenerator< T > - Interface in org.springframework.data.neo4j.core.schema
エンティティの ID を生成するためのインターフェース。
impersonate(String) - Static method in class org.springframework.data.neo4j.core.UserSelection
in(String) - インターフェース org.springframework.data.neo4j.core のメソッド。Neo4jClient.OngoingDelegation
指定されたターゲットデータベースで委譲を実行します。
in(String) - インターフェース org.springframework.data.neo4j.core のメソッド。Neo4jClient.RunnableSpecBoundToUser
in(String) - インターフェース org.springframework.data.neo4j.core のメソッド。Neo4jClient.UnboundRunnableSpec
以前に定義したクエリを特定のデータベースに固定します。
in(String) - インターフェース org.springframework.data.neo4j.core のメソッド。ReactiveNeo4jClient.OngoingDelegation
指定されたターゲットデータベースで委譲を実行します。
in(String) - インターフェース org.springframework.data.neo4j.core のメソッド。ReactiveNeo4jClient.RunnableSpecBoundToUser
in(String) - インターフェース org.springframework.data.neo4j.core のメソッド。ReactiveNeo4jClient.UnboundRunnableSpec
以前に定義したクエリを特定のデータベースに固定します。
includeField(PropertyFilter.RelaxedPropertyPath) - クラス org.springframework.data.neo4j.repository.query のメソッド。QueryFragments
includeFilters() - アノテーションインターフェース org.springframework.data.neo4j.repository.config の要素。EnableNeo4jRepositories
コンポーネントのスキャンに適格な型を指定します。
includeFilters() - アノテーションインターフェース org.springframework.data.neo4j.repository.config の要素。EnableReactiveNeo4jRepositories
コンポーネントのスキャンに適格な型を指定します。
INCOMING - Enum constant in enum class org.springframework.data.neo4j.core.schema.Relationship.Direction
受信関連について説明します。
INSTANCE - Enum constant in enum class org.springframework.data.neo4j.core.mapping.CypherGenerator
INSTANCE - Enum constant in enum class org.springframework.data.neo4j.core.support.UserAgent
InternalIdGenerator() - クラス org.springframework.data.neo4j.core.schema のコンストラクター。GeneratedValue.InternalIdGenerator
inverseValueIsEmpty() - クラス org.springframework.data.neo4j.core.mapping のメソッド。NestedRelationshipContext
invokePostLoad(Neo4jPersistentEntity<T>, T) - クラス org.springframework.data.neo4j.core.mapping のメソッド。Neo4jMappingContext
指定されたインスタンスのすべてのロード後メソッドを実行します。
isAssignedId() - クラス org.springframework.data.neo4j.core.mapping のメソッド。IdDescription
isComposite() - インターフェース org.springframework.data.neo4j.core.mapping のメソッド。GraphPropertyDescription
isDynamic() - インターフェース org.springframework.data.neo4j.core.mapping のメソッド。RelationshipDescription
関連は、Map<String, ?> としてモデル化されると動的になります。
isDynamicAssociation() - インターフェース org.springframework.data.neo4j.core.mapping のメソッド。Neo4jPersistentProperty
動的関連付けは、キー型が java.lang.String または enum であるマップ内に格納される非単純型への関連付けです。
isDynamicLabels() - インターフェース org.springframework.data.neo4j.core.mapping のメソッド。Neo4jPersistentProperty
isDynamicOneToManyAssociation() - インターフェース org.springframework.data.neo4j.core.mapping のメソッド。Neo4jPersistentProperty
動的な 1 対多の関連付けは、キー型が java.lang.String、値が java.util.Collection のマップ内に格納されている非単純な型への関連付けです。
isEntityWithRelationshipProperties() - インターフェース org.springframework.data.neo4j.core.mapping のメソッド。Neo4jPersistentProperty
isExistingTransaction(Object) - クラス org.springframework.data.neo4j.core.transaction のメソッド。Neo4jTransactionManager
isExistingTransaction(Object) - クラス org.springframework.data.neo4j.core.transaction のメソッド。ReactiveNeo4jTransactionManager
isExternallyGeneratedId() - クラス org.springframework.data.neo4j.core.mapping のメソッド。IdDescription
isIdProperty() - インターフェース org.springframework.data.neo4j.core.mapping のメソッド。GraphPropertyDescription
isIncoming() - インターフェース org.springframework.data.neo4j.core.mapping のメソッド。RelationshipDescription
isInternalIdProperty() - インターフェース org.springframework.data.neo4j.core.mapping のメソッド。GraphPropertyDescription
isInternallyGeneratedId() - クラス org.springframework.data.neo4j.core.mapping のメソッド。IdDescription
isListContainingOnly(Type, Type) - Static method in class org.springframework.data.neo4j.core.mapping.MappingSupport
Value がリスト値であり、指定された型の他の値のみが含まれているかどうかを確認するための述語を生成するヘルパー。
isMatch(Class<?>, String) - クラス org.springframework.data.neo4j.aot のメソッド。Neo4jManagedTypesBeanRegistrationAotProcessor
isNeo4jManagedTypes(Class<?>) - クラス org.springframework.data.neo4j.aot のメソッド。Neo4jManagedTypesBeanRegistrationAotProcessor
isNotFiltering() - クラス org.springframework.data.neo4j.core.mapping のメソッド。PropertyFilter
ISO_8601 - Static variable in annotation interface org.springframework.data.neo4j.core.support.DateString
isOutgoing() - インターフェース org.springframework.data.neo4j.core.mapping のメソッド。RelationshipDescription
isReadOnly() - インターフェース org.springframework.data.neo4j.core.mapping のメソッド。Neo4jPersistentProperty
isReadOnly() - クラス org.springframework.data.neo4j.core.mapping のメソッド。NestedRelationshipContext
isReadOnly() - インターフェース org.springframework.data.neo4j.core.mapping のメソッド。PersistentPropertyCharacteristics
isRelationship() - インターフェース org.springframework.data.neo4j.core.mapping のメソッド。GraphPropertyDescription
isRelationshipPropertiesEntity() - インターフェース org.springframework.data.neo4j.core.mapping のメソッド。Neo4jPersistentEntity
エンティティに RelationshipProperties がアノテーションされているかどうかを判定します
isScalarValueReturn() - クラス org.springframework.data.neo4j.repository.query のメソッド。QueryFragments
isSimpleType(Class<?>) - インターフェース org.springframework.data.neo4j.core.convert のメソッド。Neo4jConversionService
isTransient() - インターフェース org.springframework.data.neo4j.core.mapping のメソッド。PersistentPropertyCharacteristics
isUsingDeprecatedInternalId() - インターフェース org.springframework.data.neo4j.core.mapping のメソッド。Neo4jPersistentEntity
isUsingInternalIds() - インターフェース org.springframework.data.neo4j.core.mapping のメソッド。NodeDescription
isVectorProperty() - インターフェース org.springframework.data.neo4j.core.mapping のメソッド。Neo4jPersistentProperty

L

labels() - Element in annotation interface org.springframework.data.neo4j.core.schema.Node
literal(Object) - クラス org.springframework.data.neo4j.repository.query.Neo4jSpelSupport の静的メソッド
この関数の引数を、SpEL プレースホルダーのリテラル置換に変換します (Cypher パラメーターを作成する代わりに)。
log - Static variable in interface org.springframework.data.neo4j.core.Neo4jClient
log - Static variable in interface org.springframework.data.neo4j.core.ReactiveNeo4jClient

M

mappedBy(BiFunction<TypeSystem, Record, T>) - インターフェース org.springframework.data.neo4j.core のメソッド。Neo4jClient.MappingSpec
マッピング関数は、1 つのレコードを 1 つのドメインオブジェクトに変換するロールを果たします。
mappedBy(BiFunction<TypeSystem, Record, T>) - インターフェース org.springframework.data.neo4j.core のメソッド。ReactiveNeo4jClient.MappingSpec
マッピング関数は、1 つのレコードを 1 つのドメインオブジェクトに変換するロールを果たします。
mapperForRelatedIdValues(Neo4jPersistentProperty) - Static method in class org.springframework.data.neo4j.core.mapping.IdentitySupport
MappingSupport - org.springframework.data.neo4j.core.mapping のクラス
MappingSupport.RelationshipPropertiesWithEntityHolder - org.springframework.data.neo4j.core.mapping のクラス
プロパティと接続されたターゲットエンティティとの関連のタプルを定義するクラス。
MapValueWrapper - org.springframework.data.neo4j.core.mapping のクラス
プロパティに使用するときにラップ解除する必要がある Neo4j org.neo4j.driver.internal.value.MapValue のラッパーまたはマーカー。
markAsAliased(Object, Object) - クラス org.springframework.data.neo4j.core.mapping のメソッド。NestedRelationshipProcessingStateMachine
markAsUpdated(NestedRelationshipProcessingStateMachine.RelationshipIdUpdateContext) - クラス org.springframework.data.neo4j.core.mapping のメソッド。NestedRelationshipProcessingStateMachine
markEntityAsProcessed(Object, Object) - クラス org.springframework.data.neo4j.core.mapping のメソッド。NestedRelationshipProcessingStateMachine
渡されたオブジェクトを処理済みとしてマークします
markRelationshipAsProcessed(Object, RelationshipDescription) - クラス org.springframework.data.neo4j.core.mapping のメソッド。NestedRelationshipProcessingStateMachine
渡されたオブジェクトを処理済みとしてマークします
matching(String) - インターフェース org.springframework.data.neo4j.core のメソッド。FluentFindOperation.FindWithQuery
使用するフィルタークエリを設定します。
matching(String) - インターフェース org.springframework.data.neo4j.core のメソッド。ReactiveFluentFindOperation.FindWithQuery
使用するフィルタークエリを設定します。
matching(String, Map<String, Object>) - インターフェース org.springframework.data.neo4j.core のメソッド。FluentFindOperation.FindWithQuery
使用するフィルタークエリを設定します。
matching(String, Map<String, Object>) - インターフェース org.springframework.data.neo4j.core のメソッド。ReactiveFluentFindOperation.FindWithQuery
使用するフィルタークエリを設定します。
matching(Statement) - インターフェース org.springframework.data.neo4j.core のメソッド。FluentFindOperation.FindWithQuery
使用するフィルター statement を設定します。
matching(Statement) - インターフェース org.springframework.data.neo4j.core のメソッド。ReactiveFluentFindOperation.FindWithQuery
使用するフィルター statement を設定します。
matching(Statement, Map<String, Object>) - インターフェース org.springframework.data.neo4j.core のメソッド。FluentFindOperation.FindWithQuery
使用するフィルター statement を設定します。
matching(Statement, Map<String, Object>) - インターフェース org.springframework.data.neo4j.core のメソッド。ReactiveFluentFindOperation.FindWithQuery
使用するフィルター statement を設定します。
matching(QueryFragmentsAndParameters) - インターフェース org.springframework.data.neo4j.core のメソッド。FluentFindOperation.FindWithQuery
フラグメントとパラメーターに基づいて実行可能なクエリを作成します。
matching(QueryFragmentsAndParameters) - インターフェース org.springframework.data.neo4j.core のメソッド。ReactiveFluentFindOperation.FindWithQuery
フラグメントとパラメーターに基づいて実行可能なクエリを作成します。
maybeCallAfterConvert(T, Neo4jPersistentEntity<T>, MapAccessor) - クラス org.springframework.data.neo4j.core.mapping.callback のメソッド。EventSupport
maybeCallBeforeBind(T) - クラス org.springframework.data.neo4j.core.mapping.callback のメソッド。EventSupport
maybeCallBeforeBind(T) - クラス org.springframework.data.neo4j.core.mapping.callback のメソッド。ReactiveEventSupport
modifyOnCreate() - アノテーションインターフェース org.springframework.data.neo4j.config の要素。EnableNeo4jAuditing
エンティティが作成時に変更済みとしてマークされるかどうかを構成します。
modifyOnCreate() - アノテーションインターフェース org.springframework.data.neo4j.config の要素。EnableReactiveNeo4jAuditing
エンティティが作成時に変更済みとしてマークされるかどうかを構成します。

N

name() - Element in annotation interface org.springframework.data.neo4j.core.schema.Property
NAME_OF_ADDITIONAL_SORT - Static variable in class org.springframework.data.neo4j.core.mapping.Constants
NAME_OF_ALL_LABELS - Static variable in class org.springframework.data.neo4j.core.mapping.Constants
すべてのラベルのリストを示します。
NAME_OF_ALL_PROPERTIES - Static variable in class org.springframework.data.neo4j.core.mapping.Constants
NAME_OF_ELEMENT_ID - Static variable in class org.springframework.data.neo4j.core.mapping.Constants
NAME_OF_ENTITY_LIST_PARAM - Static variable in class org.springframework.data.neo4j.core.mapping.Constants
NAME_OF_ID - Static variable in class org.springframework.data.neo4j.core.mapping.Constants
NAME_OF_IDS - Static variable in class org.springframework.data.neo4j.core.mapping.Constants
NAME_OF_INTERNAL_ID - Static variable in class org.springframework.data.neo4j.core.mapping.Constants
NAME_OF_KNOWN_RELATIONSHIP_PARAM - Static variable in class org.springframework.data.neo4j.core.mapping.Constants
NAME_OF_KNOWN_RELATIONSHIPS_PARAM - Static variable in class org.springframework.data.neo4j.core.mapping.Constants
NAME_OF_LABELS - Static variable in class org.springframework.data.neo4j.core.mapping.Constants
動的ラベルのリストを示します。
NAME_OF_PROPERTIES_PARAM - Static variable in class org.springframework.data.neo4j.core.mapping.Constants
NAME_OF_RELATIONSHIP - Static variable in interface org.springframework.data.neo4j.core.mapping.RelationshipDescription
NAME_OF_RELATIONSHIP_LIST_PARAM - Static variable in class org.springframework.data.neo4j.core.mapping.Constants
NAME_OF_RELATIONSHIP_TYPE - Static variable in class org.springframework.data.neo4j.core.mapping.Constants
型情報を保持するためのリレーションシッププロパティの単純なクラス名のオプションプロパティ
NAME_OF_RELATIONSHIP_TYPE - Static variable in interface org.springframework.data.neo4j.core.mapping.RelationshipDescription
NAME_OF_ROOT_NODE - Static variable in class org.springframework.data.neo4j.core.mapping.Constants
NAME_OF_STATIC_LABELS_PARAM - Static variable in class org.springframework.data.neo4j.core.mapping.Constants
ノードを保存するときに動的ラベルのリスト内の差異を正しく計算するために必要な静的ラベルを含むパラメーターを示します。
NAME_OF_SYNTHESIZED_RELATED_NODES - Static variable in class org.springframework.data.neo4j.core.mapping.Constants
NAME_OF_SYNTHESIZED_RELATIONS - Static variable in class org.springframework.data.neo4j.core.mapping.Constants
NAME_OF_SYNTHESIZED_ROOT_NODE - Static variable in class org.springframework.data.neo4j.core.mapping.Constants
NAME_OF_TYPED_ROOT_NODE - Static variable in class org.springframework.data.neo4j.core.mapping.Constants
NAME_OF_VECTOR_PROPERTY - Static variable in class org.springframework.data.neo4j.core.mapping.Constants
NAME_OF_VECTOR_VALUE - Static variable in class org.springframework.data.neo4j.core.mapping.Constants
NAME_OF_VERSION_PARAM - Static variable in class org.springframework.data.neo4j.core.mapping.Constants
namedQueriesLocation() - アノテーションインターフェース org.springframework.data.neo4j.repository.config の要素。EnableNeo4jRepositories
Spring Data 名前付きクエリプロパティファイルの場所を設定します。
namedQueriesLocation() - アノテーションインターフェース org.springframework.data.neo4j.repository.config の要素。EnableReactiveNeo4jRepositories
Spring Data 名前付きクエリプロパティファイルの場所を設定します。
NegatedValue(Object) - レコードクラス org.springframework.data.neo4j.core.Neo4jPropertyValueTransformers.NegatedValue のコンストラクター
NegatedValue レコードクラスのインスタンスを作成します。
NEO4J_AUDITING_ORDER - Static variable in class org.springframework.data.neo4j.core.mapping.callback.AuditingBeforeBindCallback
NEO4J_REACTIVE_AUDITING_ORDER - Static variable in class org.springframework.data.neo4j.core.mapping.callback.ReactiveAuditingBeforeBindCallback
Neo4jAotPredicates - org.springframework.data.neo4j.aot のクラス
Neo4jAotPredicates() - クラス org.springframework.data.neo4j.aot のコンストラクター。Neo4jAotPredicates
Neo4jBookmarkManager - org.springframework.data.neo4j.core.transaction のインターフェース
Neo4j のトランザクションのブックマークの保存、更新、取得を担当します。
Neo4jBookmarksUpdatedEvent - org.springframework.data.neo4j.core.transaction のクラス
このイベントは、Neo4j トランザクションマネージャーがエラーなしでトランザクションを物理的にコミットし、クラスターから新しいブックマークセットを受け取った後に公開されます。
Neo4jCdiExtension - org.springframework.data.neo4j.config のクラス
この CDI 拡張機能は、CDI 2.0 互換の CDI コンテナーで Spring Data Neo4j を有効にします。
Neo4jCdiExtension() - クラス org.springframework.data.neo4j.config のコンストラクター。Neo4jCdiExtension
neo4jClient(Driver, DatabaseSelectionProvider) - クラス org.springframework.data.neo4j.config のメソッド。AbstractNeo4jConfig
ここで使用するドライバーは、デフォルトの AbstractNeo4jConfig.driver() から生成されたドライバーである必要があります。
neo4jClient(Driver, ReactiveDatabaseSelectionProvider) - クラス org.springframework.data.neo4j.config のメソッド。AbstractReactiveNeo4jConfig
ここで使用するドライバーは、デフォルトの AbstractReactiveNeo4jConfig.driver() から生成されたドライバーである必要があります。
Neo4jClient - org.springframework.data.neo4j.core のインターフェース
最新の Neo4j クライアントの定義。
Neo4jClient.BindSpec< S extends Neo4jClient.BindSpec < S >> - org.springframework.data.neo4j.core のインターフェース
クエリにパラメーターをバインドするための契約。
Neo4jClient.Builder - org.springframework.data.neo4j.core のクラス
Neo4j clients のビルダー。
Neo4jClient.IllegalDatabaseNameException - org.springframework.data.neo4j.core の例外
不正なデータベース名を示しており、DataAccessException に変換されません。
Neo4jClient.MappingSpec <T> - org.springframework.data.neo4j.core のインターフェース
Neo4jClient.OngoingBindSpec< T , S extends Neo4jClient.BindSpec < S >> - org.springframework.data.neo4j.core のインターフェース
進行中のバインド仕様。
Neo4jClient.OngoingDelegation <T> - org.springframework.data.neo4j.core のインターフェース
選択したデータベースで進行中の委譲の契約。
Neo4jClient.RecordFetchSpec <T> - org.springframework.data.neo4j.core のインターフェース
Neo4jClient.RunnableDelegation <T> - org.springframework.data.neo4j.core のインターフェース
実行可能な委譲。
Neo4jClient.RunnableSpec - org.springframework.data.neo4j.core のインターフェース
実行可能なクエリの契約。結果を返して実行することも、結果なしで実行することも、パラメーター化することもできます。
Neo4jClient.RunnableSpecBoundToDatabase - org.springframework.data.neo4j.core のインターフェース
専用データベース内で実行可能なクエリの契約。
Neo4jClient.RunnableSpecBoundToDatabaseAndUser - org.springframework.data.neo4j.core のインターフェース
Neo4jClient.RunnableSpecBoundToDatabaseNeo4jClient.RunnableSpecBoundToUser の組み合わせは、これ以上バインドできません。
Neo4jClient.RunnableSpecBoundToUser - org.springframework.data.neo4j.core のインターフェース
偽装するユーザーにバインドされた実行可能なクエリの契約。
Neo4jClient.UnboundRunnableSpec - org.springframework.data.neo4j.core のインターフェース
特定のデータベースおよび偽装ユーザーにバインドできる実行可能なクエリ仕様の契約。
neo4jConversions() - クラス org.springframework.data.neo4j.config のメソッド。AbstractReactiveNeo4jConfig
Neo4jConversions - org.springframework.data.neo4j.core.convert のクラス
Neo4jConversions() - クラス org.springframework.data.neo4j.core.convert のコンストラクター。Neo4jConversions
カスタムコンバーターなしで Neo4jConversions オブジェクトを作成します。
Neo4jConversions(Collection<?>) - クラス org.springframework.data.neo4j.core.convert のコンストラクター。Neo4jConversions
指定されたコンバーターを登録する新しい CustomConversions インスタンスを作成します。
Neo4jConversionService - org.springframework.data.neo4j.core.convert のインターフェース
このサービスは、Neo4jConversions が登録された標準の Spring 変換サービスを調整します。
Neo4jEntityConverter - org.springframework.data.neo4j.core.mapping のインターフェース
これにより、組み込みストア変換と追加の Spring コンバーターが調整されます。
Neo4jEntityInformation < T ,ID> - Interface in org.springframework.data.neo4j.repository.support
entity informations 用の Neo4j 固有の契約。
Neo4jEntityScanner - org.springframework.data.neo4j.config のクラス
Neo4jMappingContext の初期エンティティセットを検出する方法を提供するユーティリティクラス。
Neo4jEvaluationContextExtension - org.springframework.data.neo4j.repository.support のクラス
このクラスは、適切なリポジトリファクトリによってルート Bean として登録される Neo4j SpEL サポートを登録します。
Neo4jEvaluationContextExtension() - クラス org.springframework.data.neo4j.repository.support のコンストラクター。Neo4jEvaluationContextExtension
Neo4jManagedTypes - org.springframework.data.neo4j.aot のクラス
Neo4jManagedTypesBeanRegistrationAotProcessor - org.springframework.data.neo4j.aot のクラス
Neo4jManagedTypesBeanRegistrationAotProcessor() - クラス org.springframework.data.neo4j.aot のコンストラクター。Neo4jManagedTypesBeanRegistrationAotProcessor
neo4jMappingContext(Neo4jConversions) - クラス org.springframework.data.neo4j.config のメソッド。AbstractReactiveNeo4jConfig
マッピングベースパッケージからスキャンされたエンティティクラスを備えた Neo4jMappingContext を作成します。
Neo4jMappingContext - org.springframework.data.neo4j.core.mapping のクラス
Schema と、Spring Data の MappingContext の Neo4j バージョンの両方の実装。
Neo4jMappingContext() - クラス org.springframework.data.neo4j.core.mapping のコンストラクター。Neo4jMappingContext
Neo4jMappingContext(Neo4jConversions) - クラス org.springframework.data.neo4j.core.mapping のコンストラクター。Neo4jMappingContext
Neo4jMappingContext(Neo4jConversions, TypeSystem) - クラス org.springframework.data.neo4j.core.mapping のコンストラクター。Neo4jMappingContext
非推奨、削除予定: この API 要素は、将来のバージョンで削除される可能性があります。
Neo4jMappingContext.Builder - org.springframework.data.neo4j.core.mapping のクラス
Neo4jMappingContext のカスタムインスタンスを作成するためのビルダー。
neo4jMappingContextRef() - アノテーションインターフェース org.springframework.data.neo4j.repository.config の要素。EnableNeo4jRepositories
検出されたリポジトリで使用する Neo4jMappingContext Bean の名前を構成します。
neo4jMappingContextRef() - アノテーションインターフェース org.springframework.data.neo4j.repository.config の要素。EnableReactiveNeo4jRepositories
検出されたリポジトリで使用する Neo4jMappingContext Bean の名前を構成します。
Neo4jOperations - org.springframework.data.neo4j.core のインターフェース
Domain Type に基づいて、データベースに対して実行できる操作を指定します。
Neo4jOperations.ExecutableQuery <T> - org.springframework.data.neo4j.core のインターフェース
クエリ実行を制御するためのインターフェース。
Neo4jPersistenceExceptionTranslator - org.springframework.data.neo4j.core のクラス
Spring 例外変換インフラストラクチャによって取得される PersistenceExceptionTranslator。
Neo4jPersistenceExceptionTranslator() - クラス org.springframework.data.neo4j.core のコンストラクター。Neo4jPersistenceExceptionTranslator
Neo4jPersistentEntity <T> - org.springframework.data.neo4j.core.mapping のインターフェース
Neo4j に関連するメタデータ用の追加メソッドを備えた PersistentEntity インターフェース。
Neo4jPersistentProperty - org.springframework.data.neo4j.core.mapping のインターフェース
Neo4j に関連するメタデータ用の追加メソッドを備えた PersistentProperty インターフェース。
Neo4jPersistentPropertyConverter <T> - org.springframework.data.neo4j.core.convert のインターフェース
このインターフェースは、T 型の値を values 型に変換したり、values 型から値を変換したりできるメソッドのペアを表します。
Neo4jPersistentPropertyConverterFactory - org.springframework.data.neo4j.core.convert のインターフェース
Neo4jPersistentPropertyConverter のカスタム構成を提供するには、このインターフェースを実装する必要があります。
Neo4jPersistentPropertyToMapConverter < KP > - org.springframework.data.neo4j.core.convert のインターフェース
エンティティのプロパティをノード上の個別のプロパティとして保存する場合は、このインターフェースの実装を提供する必要があります。
Neo4jPoint - org.springframework.data.neo4j.types のインターフェース
地理的または直交座標のいずれかの性質を認識する専用の Neo4j ポイント。
Neo4jPropertyValueTransformers - org.springframework.data.neo4j.core のクラス
ExampleMatcher.withTransformer(String, ExampleMatcher.PropertyValueTransformer) を介して example matchers にサポートされている追加の変換を追加するための便利なトランスフォーマーがいくつか含まれています。
Neo4jPropertyValueTransformers.NegatedValue - org.springframework.data.neo4j.core の記録クラス
否定値を示すラッパー (n.property != $parameter として使用されます (文字列プロパティの場合は、等価演算子だけでなく、not (n.property contains 'x') などのすべての演算子がサポートされます)。
Neo4jQueryLookupStrategy - org.springframework.data.neo4j.repository.query のクラス
クエリの検索戦略。
Neo4jQueryLookupStrategy(Neo4jOperations, Neo4jMappingContext, ValueExpressionDelegate, Configuration) - クラス org.springframework.data.neo4j.repository.query のコンストラクター。Neo4jQueryLookupStrategy
Neo4jRepository < T ,ID> - Interface in org.springframework.data.neo4j.repository
Neo4j 固有の Repository インターフェース。
Neo4jRepositoryConfigurationExtension - org.springframework.data.neo4j.repository.config のクラス
この専用の Neo4j リポジトリ拡張機能は Neo4jRepositoriesRegistrar を介して登録され、ユーザーの「ビジネス」Bean が登録される前に、アプリケーションのコンテキストに登録されるすべての必要な Bean が提供されます。
Neo4jRepositoryConfigurationExtension() - クラス org.springframework.data.neo4j.repository.config のコンストラクター。Neo4jRepositoryConfigurationExtension
Neo4jRepositoryFactoryBean< T extends Repository< S ,ID>, S ,ID extends SerializableSE> - org.springframework.data.neo4j.repository.support のクラス
Springs FactoryBean インターフェース用の特別なアダプターにより、Spring 構成を介してリポジトリファクトリを簡単にセットアップできます。
Neo4jRepositoryFactoryBean(Class<? extends T>) - クラス org.springframework.data.neo4j.repository.support のコンストラクター。Neo4jRepositoryFactoryBean
指定されたリポジトリインターフェースの新しい TransactionalRepositoryFactoryBeanSupport を作成します。
Neo4jRepositoryFactoryCdiBean <T> - org.springframework.data.neo4j.repository.support のクラス
Neo4jRepositoryFactoryBean の CDI ペンダント。
Neo4jRepositoryFactoryCdiBean(Set<Annotation>, Class<T>, BeanManager, CustomRepositoryImplementationDetector) - クラス org.springframework.data.neo4j.repository.support のコンストラクター。Neo4jRepositoryFactoryCdiBean
Neo4jRuntimeHints - org.springframework.data.neo4j.aot のクラス
Neo4jRuntimeHints() - クラス org.springframework.data.neo4j.aot のコンストラクター。Neo4jRuntimeHints
Neo4jSimpleTypes - org.springframework.data.neo4j.core.convert のクラス
Neo4j の単純型のリスト: プロパティにマップできるすべての属性。
Neo4jSpelSupport - org.springframework.data.neo4j.repository.query のクラス
このクラスは、Spring Data Neo4j SpEL サポートにいくつかの拡張機能を提供します。
Neo4jSpelSupport() - クラス org.springframework.data.neo4j.repository.query のコンストラクター。Neo4jSpelSupport
Neo4jSpelSupport.LiteralReplacement - org.springframework.data.neo4j.repository.query のインターフェース
クエリ内のパラメーター置換ではなくリテラル置換を示すマーカーインターフェース。
Neo4jSpelSupport.LiteralReplacement.Target - org.springframework.data.neo4j.repository.query の Enum クラス
この置換の対象。
neo4jTemplate(Neo4jClient, Neo4jMappingContext) - クラス org.springframework.data.neo4j.config のメソッド。AbstractNeo4jConfig
neo4jTemplate(ReactiveNeo4jClient, Neo4jMappingContext) - クラス org.springframework.data.neo4j.config のメソッド。AbstractReactiveNeo4jConfig
Neo4jTemplate - org.springframework.data.neo4j.core のクラス
Neo4jTemplate(Neo4jClient) - クラス org.springframework.data.neo4j.core のコンストラクター。Neo4jTemplate
Neo4jTemplate(Neo4jClient, Neo4jMappingContext) - クラス org.springframework.data.neo4j.core のコンストラクター。Neo4jTemplate
Neo4jTemplate(Neo4jClient, Neo4jMappingContext, EntityCallbacks) - クラス org.springframework.data.neo4j.core のコンストラクター。Neo4jTemplate
Neo4jTemplate(Neo4jClient, Neo4jMappingContext, EntityCallbacks, PlatformTransactionManager) - クラス org.springframework.data.neo4j.core のコンストラクター。Neo4jTemplate
Neo4jTemplate(Neo4jClient, Neo4jMappingContext, PlatformTransactionManager) - クラス org.springframework.data.neo4j.core のコンストラクター。Neo4jTemplate
neo4jTemplateRef() - アノテーションインターフェース org.springframework.data.neo4j.repository.config の要素。EnableNeo4jRepositories
検出されたリポジトリで使用する Neo4jTemplate Bean の名前を構成します。
neo4jTemplateRef() - アノテーションインターフェース org.springframework.data.neo4j.repository.config の要素。EnableReactiveNeo4jRepositories
検出されたリポジトリで使用する ReactiveNeo4jTemplate Bean の名前を構成します。
Neo4jTransactionManager - org.springframework.data.neo4j.core.transaction のクラス
ネイティブ Neo4j トランザクション専用の PlatformTransactionManager
Neo4jTransactionManager(Driver) - クラス org.springframework.data.neo4j.core.transaction のコンストラクター。Neo4jTransactionManager
これにより、デフォルトのデータベースのトランザクションマネージャーが作成されます。
Neo4jTransactionManager(Driver, DatabaseSelectionProvider) - クラス org.springframework.data.neo4j.core.transaction のコンストラクター。Neo4jTransactionManager
これにより、データベース選択プロバイダーが決定したものを対象とするトランザクションマネージャーが作成されます。
Neo4jTransactionManager(Driver, DatabaseSelectionProvider, Neo4jBookmarkManager) - クラス org.springframework.data.neo4j.core.transaction のコンストラクター。Neo4jTransactionManager
このコンストラクターを使用して、使用されているブックマークマネージャーを構成できます。
Neo4jTransactionManager.Builder - org.springframework.data.neo4j.core.transaction のクラス
Neo4jTransactionManager のビルダー。
Neo4jTransactionUtils - org.springframework.data.neo4j.core.transaction のクラス
内部使用専用。
NestedRelationshipContext - org.springframework.data.neo4j.core.mapping のクラス
ネストされた関連での作業は、特定のアルゴリズムのコンテキストで行われます。
NestedRelationshipProcessingStateMachine - org.springframework.data.neo4j.core.mapping のクラス
これにより、オブジェクトの保存中に処理されたすべてのネストされた関係とオブジェクトが保存され、それに応じて再帰的な下降を停止できるようになります。
NestedRelationshipProcessingStateMachine(Neo4jMappingContext) - クラス org.springframework.data.neo4j.core.mapping. NestedRelationshipProcessingStateMachine のコンストラクター
NestedRelationshipProcessingStateMachine(Neo4jMappingContext, Object, Object) - クラス org.springframework.data.neo4j.core.mapping. NestedRelationshipProcessingStateMachine のコンストラクター
NestedRelationshipProcessingStateMachine.ProcessState - org.springframework.data.neo4j.core.mapping の Enum クラス
有効な処理状態。
NestedRelationshipProcessingStateMachine.ReactiveRelationshipIdSupplier - org.springframework.data.neo4j.core.mapping のインターフェース
任意の関連 ID のリアクティブサプライヤー
NestedRelationshipProcessingStateMachine.RelationshipIdSupplier - org.springframework.data.neo4j.core.mapping のインターフェース
任意の関連 ID のサプライヤー
NO_FILTER - Static variable in class org.springframework.data.neo4j.core.mapping.PropertyFilter
Node - Annotation Interface in org.springframework.data.neo4j.core.schema
指定されたラベルセットを持つノードからクラスへのマッピング、およびその逆のマッピングを構成するためのアノテーション。
NodeDescription< T > - Interface in org.springframework.data.neo4j.core.mapping
クラスがデータベース内のノードにどのようにマッピングされるかを説明します。
noop() - インターフェース org.springframework.data.neo4j.core.transaction.Neo4jBookmarkManager の静的メソッド
このブックマークマネージャーは自己責任で使用してください。すべてのブックマークを削除し、一切提供しないことで、事実上すべてのブックマーク管理が無効になります。
NoopTransformation() - クラス org.springframework.data.neo4j.core.schema のコンストラクター。CompositeProperty.NoopTransformation
NoResultException - Exception in org.springframework.data.neo4j.repository
クエリが必要な結果を返さない場合にスローします。
NoResultException(int, String) - Constructor for exception org.springframework.data.neo4j.repository.NoResultException
NoRootNodeMappingException - Exception in org.springframework.data.neo4j.core.mapping
エンティティコンバーターがマップ可能なノードまたはマップのような構造を見つけられない場合、NoRootNodeMappingException がスローされます。
NoRootNodeMappingException(MapAccessor, Neo4jPersistentEntity<?>) - Constructor for exception org.springframework.data.neo4j.core.mapping.NoRootNodeMappingException
notMatching() - クラス org.springframework.data.neo4j.core.Neo4jPropertyValueTransformers の静的メソッド
特定のプロパティに対して生成された条件を否定する必要があることを示すトランスフォーマー。たとえば、等価演算子に対して n.property != $property を作成します。

O

of(Box) - Static method in class org.springframework.data.neo4j.repository.query.BoundingBox
of(Polygon) - Static method in class org.springframework.data.neo4j.repository.query.BoundingBox
of(Association<Neo4jPersistentProperty>, PersistentPropertyAccessor<?>, Neo4jPersistentEntity<?>) - Static method in class org.springframework.data.neo4j.core.mapping.NestedRelationshipContext
of(Neo4jPersistentEntity<?>) - Static method in class org.springframework.data.neo4j.core.mapping.AssociationHandlerSupport
of(Neo4jPersistentEntity<?>) - Static method in class org.springframework.data.neo4j.core.mapping.PropertyHandlerSupport
onAfterConvert(T, Neo4jPersistentEntity<T>, MapAccessor) - インターフェース org.springframework.data.neo4j.core.mapping.callback のメソッド。AfterConvertCallback
Neo4j レコードを変換した後 (つまり、エンティティをハイドレートした後) に呼び出されます。
onBeforeBind(Object) - クラス org.springframework.data.neo4j.core.mapping.callback のメソッド。AuditingBeforeBindCallback
onBeforeBind(Object) - クラス org.springframework.data.neo4j.core.mapping.callback のメソッド。ReactiveAuditingBeforeBindCallback
onBeforeBind(T) - インターフェース org.springframework.data.neo4j.core.mapping.callback のメソッド。BeforeBindCallback
ドメインオブジェクトが保存される前に呼び出されるエンティティコールバックメソッド。
onBeforeBind(T) - インターフェース org.springframework.data.neo4j.core.mapping.callback のメソッド。ReactiveBeforeBindCallback
ドメインオブジェクトが保存される前に呼び出されるエンティティコールバックメソッド。
one() - インターフェース org.springframework.data.neo4j.core のメソッド。FluentFindOperation.TerminatingFind
正確にゼロまたは 1 つの結果を取得します。
one() - インターフェース org.springframework.data.neo4j.core のメソッド。Neo4jClient.RecordFetchSpec
正確に 1 つのレコードを取得し、エントリが複数ある場合は例外をスローします。
one() - インターフェース org.springframework.data.neo4j.core のメソッド。ReactiveFluentFindOperation.TerminatingFind
正確にゼロまたは 1 つの結果を取得します。
one() - インターフェース org.springframework.data.neo4j.core のメソッド。ReactiveNeo4jClient.RecordFetchSpec
正確に 1 つのレコードを取得し、エントリが複数ある場合は例外をスローします。
one(T) - インターフェース org.springframework.data.neo4j.core のメソッド。FluentSaveOperation.ExecutableSave
one(T) - インターフェース org.springframework.data.neo4j.core のメソッド。ReactiveFluentSaveOperation.ExecutableSave
oneValue() - インターフェース org.springframework.data.neo4j.core のメソッド。FluentFindOperation.TerminatingFind
正確にゼロまたは 1 つの結果を取得します。
opposite() - 列挙クラス org.springframework.data.neo4j.core.schema.Relationship.Direction のメソッド
orderBy(Object) - クラス org.springframework.data.neo4j.repository.query.Neo4jSpelSupport の静的メソッド
arg を受け取り、そこから sort を抽出するか、ソートにキャストしようとします。
org.springframework.data.neo4j.aot - パッケージ org.springframework.data.neo4j.aot
org.springframework.data.neo4j.config - パッケージ org.springframework.data.neo4j.config
このパッケージには、アプリケーション固有のアノテーション付き構成クラスに使用できる構成関連のサポートクラスが含まれています。
org.springframework.data.neo4j.core - パッケージ org.springframework.data.neo4j.core
このパッケージには、クエリを実行できる命令型またはリアクティブクライアントを作成するためのコアインフラストラクチャが含まれています。
org.springframework.data.neo4j.core.convert - パッケージ org.springframework.data.neo4j.core.convert
SDN がサポートする単純な型のセットを提供します。
org.springframework.data.neo4j.core.mapping - パッケージ org.springframework.data.neo4j.core.mapping
メインのマッピングフレームワーク。
org.springframework.data.neo4j.core.mapping.callback - パッケージ org.springframework.data.neo4j.core.mapping.callback
このパッケージにはコールバック API が含まれています。
org.springframework.data.neo4j.core.schema - パッケージ org.springframework.data.neo4j.core.schema
このパッケージには、ノードとリレーションシップ、およびそれらのプロパティを表す一連のクラスによって定義されたスキーマが含まれています。
org.springframework.data.neo4j.core.support - パッケージ org.springframework.data.neo4j.core.support
このパッケージは、ドメインで役立つ可能性のあるいくつかのサポートクラスを提供します。たとえば、一部のトランザクションが再試行される可能性があることを示す述語や、追加のコンバーターや ID ジェネレーターなどです。
org.springframework.data.neo4j.core.transaction - パッケージ org.springframework.data.neo4j.core.transaction
管理されていない Neo4j トランザクションを Spring 管理トランザクションに変換するためのコアインフラストラクチャが含まれています。
org.springframework.data.neo4j.repository - パッケージ org.springframework.data.neo4j.repository
このパッケージは、Neo4j 命令型およびリアクティブリポジトリ API を提供します。
org.springframework.data.neo4j.repository.config - パッケージ org.springframework.data.neo4j.repository.config
Neo4j 固有のリポジトリの構成インフラストラクチャ、特に命令型およびリアクティブな Spring Data Neo4j リポジトリを有効にする専用のアノテーション。
org.springframework.data.neo4j.repository.query - パッケージ org.springframework.data.neo4j.repository.query
リポジトリにカスタムクエリを提供するためのアノテーションのセット。
org.springframework.data.neo4j.repository.support - パッケージ org.springframework.data.neo4j.repository.support
このパッケージは、カスタム命令型およびリアクティブ型の Spring Data Neo4j リポジトリベースクラスを構築するためのいくつかのパブリックサポートクラスを提供します。
org.springframework.data.neo4j.types - パッケージ org.springframework.data.neo4j.types
SDN によって提供される追加の型。
OUTGOING - Enum constant in enum class org.springframework.data.neo4j.core.schema.Relationship.Direction
外向的な関連を説明します。

P

PersistentPropertyCharacteristics - Interface in org.springframework.data.neo4j.core.mapping
Neo4jPersistentProperty の特性は、アノテーション付きクラスからデフォルトで派生したものとは異なる場合があります。
PersistentPropertyCharacteristicsProvider - Interface in org.springframework.data.neo4j.core.mapping
このようなプロバイダーのインスタンスは、Spring Bean として登録でき、persistent properties を作成して設定する前に Neo4jMappingContext によって参照されます。
persistTypeInfo() - Element in annotation interface org.springframework.data.neo4j.core.schema.RelationshipProperties
true に設定すると、Constants.NAME_OF_RELATIONSHIP_TYPE から Class.getSimpleName() までが関連のプロパティとして保持されます。
PointBuilder - org.springframework.data.neo4j.types のクラス
PostLoad - Annotation Interface in org.springframework.data.neo4j.core.schema
オブジェクトがデータベースからロードされ、完全にハイドレートされたら、これでアノテーションされたメソッドを実行する必要があることを SDN に通知します。
postProcess(BeanDefinitionBuilder, RepositoryConfigurationSource) - クラス org.springframework.data.neo4j.repository.config のメソッド。Neo4jRepositoryConfigurationExtension
postProcess(BeanDefinitionBuilder, RepositoryConfigurationSource) - クラス org.springframework.data.neo4j.repository.config のメソッド。ReactiveNeo4jRepositoryConfigurationExtension
prefix() - Element in annotation interface org.springframework.data.neo4j.core.schema.CompositeProperty
マッププロパティのプレフィックスを指定できます。
prepareDeleteOf(Neo4jPersistentEntity<?>, RelationshipDescription, boolean) - Method in enum class org.springframework.data.neo4j.core.mapping.CypherGenerator
prepareDeleteOf(NodeDescription<?>) - Method in enum class org.springframework.data.neo4j.core.mapping.CypherGenerator
prepareDeleteOf(NodeDescription<?>, Condition) - Method in enum class org.springframework.data.neo4j.core.mapping.CypherGenerator
prepareDeleteOf(NodeDescription<?>, Condition, boolean) - Method in enum class org.springframework.data.neo4j.core.mapping.CypherGenerator
PreparedQuery< T > - Class in org.springframework.data.neo4j.core
実行可能なクエリを作成するために使用されるクエリの型指定された準備。
PreparedQuery.OptionalBuildSteps <CT> - Class in org.springframework.data.neo4j.core
PreparedQuery.RequiredBuildStep <CT> - Class in org.springframework.data.neo4j.core
prepareFindOf(NodeDescription<?>, List<PatternElement>, Condition) - Method in enum class org.springframework.data.neo4j.core.mapping.CypherGenerator
prepareMatchOf(NodeDescription<?>) - Method in enum class org.springframework.data.neo4j.core.mapping.CypherGenerator
prepareMatchOf(NodeDescription<?>, List<PatternElement>, Condition) - Method in enum class org.springframework.data.neo4j.core.mapping.CypherGenerator
prepareMatchOf(NodeDescription<?>, Condition) - Method in enum class org.springframework.data.neo4j.core.mapping.CypherGenerator
これにより、指定されたノードの説明に適合し、追加の条件が含まれる可能性のある一致ステートメントが作成されます。
prepareMatchOf(NodeDescription<?>, RelationshipDescription, List<PatternElement>, Condition) - Method in enum class org.springframework.data.neo4j.core.mapping.CypherGenerator
prepareSaveOf(NodeDescription<?>, UnaryOperator<StatementBuilder.OngoingMatchAndUpdate>, boolean) - Method in enum class org.springframework.data.neo4j.core.mapping.CypherGenerator
prepareSaveOfMultipleInstancesOf(NodeDescription<?>) - Method in enum class org.springframework.data.neo4j.core.mapping.CypherGenerator
prepareSaveOfRelationship(Neo4jPersistentEntity<?>, RelationshipDescription, String, boolean) - Method in enum class org.springframework.data.neo4j.core.mapping.CypherGenerator
prepareSaveOfRelationships(Neo4jPersistentEntity<?>, RelationshipDescription, String, boolean) - Method in enum class org.springframework.data.neo4j.core.mapping.CypherGenerator
prepareSaveOfRelationshipWithProperties(Neo4jPersistentEntity<?>, RelationshipDescription, boolean, String, boolean, boolean) - Method in enum class org.springframework.data.neo4j.core.mapping.CypherGenerator
prepareUpdateOfRelationshipsWithProperties(Neo4jPersistentEntity<?>, RelationshipDescription, boolean, boolean) - Method in enum class org.springframework.data.neo4j.core.mapping.CypherGenerator
prepend(String) - クラス org.springframework.data.neo4j.core.mapping のメソッド。PropertyFilter.RelaxedPropertyPath
primaryLabel() - Element in annotation interface org.springframework.data.neo4j.core.schema.Node
PROCESSED_ALL_RELATIONSHIPS - Enum constant in enum class org.springframework.data.neo4j.core.mapping.NestedRelationshipProcessingStateMachine.ProcessState
PROCESSED_ALL_VALUES - Enum constant in enum class org.springframework.data.neo4j.core.mapping.NestedRelationshipProcessingStateMachine.ProcessState
PROCESSED_BOTH - Enum constant in enum class org.springframework.data.neo4j.core.mapping.NestedRelationshipProcessingStateMachine.ProcessState
PROCESSED_NONE - Enum constant in enum class org.springframework.data.neo4j.core.mapping.NestedRelationshipProcessingStateMachine.ProcessState
ProjectedPath(PropertyFilter.RelaxedPropertyPath, boolean) - クラス org.springframework.data.neo4j.core.mapping のコンストラクター。PropertyFilter.ProjectedPath
Property - Annotation Interface in org.springframework.data.neo4j.core.schema
プロパティから属性へ、およびその逆のマッピングを構成するためのアノテーション。
PropertyFilter - org.springframework.data.neo4j.core.mapping のクラス
射影クラスを理解することで propertyPaths を理解できるようになります。
PropertyFilter() - クラス org.springframework.data.neo4j.core.mapping. PropertyFilter のコンストラクター
PropertyFilter.ProjectedPath - org.springframework.data.neo4j.core.mapping のクラス
プロパティパスと情報がエンティティを指している場合のラッパークラス。
PropertyFilter.RelaxedPropertyPath - org.springframework.data.neo4j.core.mapping のクラス
ドットパスとその (可能な) 所有型の間の結合は非常に緩やかです。
PropertyFilterSupport - org.springframework.data.neo4j.core のクラス
このクラスは、到達可能なすべてのプロパティ (円なし) を含む PropertyPath エントリのリストを作成するロールを担います。
PropertyFilterSupport() - クラス org.springframework.data.neo4j.core. PropertyFilterSupport のコンストラクター
PropertyHandlerSupport - org.springframework.data.neo4j.core.mapping のクラス
警告内部 API は、パッチリリースであっても、予告なしに変更される可能性があります。
PropertyTraverser - org.springframework.data.neo4j.core.mapping のクラス
循環マッピングで循環せずに、すべてのプロパティ (関連付けを含む) を 1 回走査する戦略。
PropertyTraverser(Neo4jMappingContext) - クラス org.springframework.data.neo4j.core.mapping. PropertyTraverser のコンストラクター

Q

query(String) - インターフェース org.springframework.data.neo4j.core のメソッド。Neo4jClient
新しい Cypher クエリを作成するためのエントリポイント。
query(String) - インターフェース org.springframework.data.neo4j.core のメソッド。ReactiveNeo4jClient
新しい Cypher クエリを作成するためのエントリポイント。
query(Supplier<String>) - インターフェース org.springframework.data.neo4j.core のメソッド。Neo4jClient
サプライヤーに基づいて新しい Cypher クエリを作成するためのエントリポイント。
query(Supplier<String>) - インターフェース org.springframework.data.neo4j.core のメソッド。ReactiveNeo4jClient
サプライヤーに基づいて新しい Cypher クエリを作成するためのエントリポイント。
Query - Annotation Interface in org.springframework.data.neo4j.repository.query
メソッドの実行に使用される Cypher ステートメントを提供するためのアノテーション。
QuerydslNeo4jPredicateExecutor <T> - org.springframework.data.neo4j.repository.query のクラス
QuerydslPredicateExecutor の実装で SimpleNeo4jRepository を継承するための Querydsl 固有のフラグメント。
QuerydslNeo4jPredicateExecutor(Neo4jMappingContext, Neo4jEntityInformation<T, Object>, Neo4jOperations) - クラス org.springframework.data.neo4j.repository.query のコンストラクター。QuerydslNeo4jPredicateExecutor
queryFor(Class<CT>) - Static method in class org.springframework.data.neo4j.core.PreparedQuery
QueryFragments - org.springframework.data.neo4j.repository.query のクラス
Cypher ジェネレーターに渡される Cypher クエリの部分を収集します。
QueryFragments() - クラス org.springframework.data.neo4j.repository.query. QueryFragments のコンストラクター
QueryFragmentsAndParameters - org.springframework.data.neo4j.repository.query のクラス
QueryFragments をパラメーターと組み合わせます。
QueryFragmentsAndParameters(String) - クラス org.springframework.data.neo4j.repository.query. QueryFragmentsAndParameters のコンストラクター
QueryFragmentsAndParameters(String, Map<String, Object>) - クラス org.springframework.data.neo4j.repository.query. QueryFragmentsAndParameters のコンストラクター
QueryFragmentsAndParameters(NodeDescription<?>, QueryFragments, Map<String, Object>, Sort) - クラス org.springframework.data.neo4j.repository.query. QueryFragmentsAndParameters のコンストラクター

R

ReactiveAuditingBeforeBindCallback - org.springframework.data.neo4j.core.mapping.callback のクラス
レコードにバインドされるエンティティの監査関連フィールドにデータを入力するリアクティブ EntityCallback
ReactiveAuditingBeforeBindCallback(ObjectFactory<ReactiveIsNewAwareAuditingHandler>) - クラス org.springframework.data.neo4j.core.mapping.callback. ReactiveAuditingBeforeBindCallback のコンストラクター
指定された ObjectFactory によって提供される AuditingHandler を使用して新しい ReactiveAuditingBeforeBindCallback を作成します。
ReactiveBeforeBindCallback< T > - Interface in org.springframework.data.neo4j.core.mapping.callback
エンティティがレコードにバインドされる前にトリガーされるエンティティコールバック (java.util.Map<String, Object>SE で表される)。
ReactiveCypherdslConditionExecutor< T > - Interface in org.springframework.data.neo4j.repository.support
Cypher-DSL の conditions によってクエリを強化できるように、任意のリポジトリに追加できるインターフェース。
ReactiveCypherdslConditionExecutorImpl< T > - Class in org.springframework.data.neo4j.repository.query
ReactiveCypherdslConditionExecutorImpl(Neo4jEntityInformation<T, Object>, ReactiveNeo4jOperations) - クラス org.springframework.data.neo4j.repository.query. ReactiveCypherdslConditionExecutorImpl のコンストラクター
ReactiveCypherdslStatementExecutor< T > - Interface in org.springframework.data.neo4j.repository.support
任意のリアクティブリポジトリに追加できるインターフェースです。これにより、リポジトリは Cypher-DSL から Statement を取得するいくつかのメソッドを公開し、@Query アノテーションを介して宣言的にカスタムクエリを提供するのとは対照的に、プログラムで実行されるクエリを完全にカスタマイズできます。
reactiveDatabaseSelectionProvider() - クラス org.springframework.data.neo4j.config のメソッド。AbstractReactiveNeo4jConfig
データベース名プロバイダーを構成します。
ReactiveDatabaseSelectionProvider - Interface in org.springframework.data.neo4j.core
これは DatabaseSelectionProvider のリアクティブバージョンであり、同じように動作しますが、ターゲットデータベース名を含むリアクティブ戻り値の型を使用します。
ReactiveEventSupport - org.springframework.data.neo4j.core.mapping.callback のクラス
EntityCallbacks を調整するユーティリティクラス。
ReactiveFluentFindOperation - Interface in org.springframework.data.neo4j.core
ReactiveFluentFindOperation を使用すると、流れるような API スタイルで Neo4j 検索操作を作成および実行できます。
ReactiveFluentFindOperation.ExecutableFind <T> - org.springframework.data.neo4j.core のインターフェース
実行可能な検索操作を作成するためのエントリポイント。
ReactiveFluentFindOperation.FindWithProjection <T> - org.springframework.data.neo4j.core のインターフェース
結果型のオーバーライド (オプション)。
ReactiveFluentFindOperation.FindWithQuery <T> - org.springframework.data.neo4j.core のインターフェース
実際のクエリ実行を呼び出す操作を終了します。
ReactiveFluentFindOperation.TerminatingFind <T> - org.springframework.data.neo4j.core のインターフェース
終了メソッドの 1 つを呼び出して検索の実行をトリガーします。
ReactiveFluentFindOperation.TerminatingFindWithoutQuery <T> - org.springframework.data.neo4j.core のインターフェース
クエリがまだ定義されていない状態から終了メソッドの 1 つを呼び出して、検索の実行をトリガーします。
ReactiveFluentNeo4jOperations - org.springframework.data.neo4j.core のインターフェース
ReactiveNeo4jOperations に付属する追加のインターフェースで、特に物体の検索と投影に関するスムーズな操作をいくつか追加します。
ReactiveFluentSaveOperation - Interface in org.springframework.data.neo4j.core
ReactiveFluentSaveOperation を使用すると、流れるような API スタイルで Neo4j 保存操作を作成および実行できます。
ReactiveFluentSaveOperation.ExecutableSave <DT> - Interface in org.springframework.data.neo4j.core
ドメイン型を指定した後、関連する射影またはドメイン型のインスタンスを保存できます。
ReactiveNeo4jClient - org.springframework.data.neo4j.core のインターフェース
リアクティブ Neo4j クライアント。
ReactiveNeo4jClient.Builder - org.springframework.data.neo4j.core のクラス
reactive Neo4j clients のビルダー。
ReactiveNeo4jClient.MappingSpec <T> - org.springframework.data.neo4j.core のインターフェース
ReactiveNeo4jClient.OngoingDelegation <T> - org.springframework.data.neo4j.core のインターフェース
選択したデータベースで進行中の委譲の契約。
ReactiveNeo4jClient.RecordFetchSpec <T> - org.springframework.data.neo4j.core のインターフェース
ReactiveNeo4jClient.RunnableDelegation <T> - org.springframework.data.neo4j.core のインターフェース
実行可能な委譲。
ReactiveNeo4jClient.RunnableSpec - org.springframework.data.neo4j.core のインターフェース
実行可能なクエリの契約。結果を返して実行することも、結果なしで実行することも、パラメーター化することもできます。
ReactiveNeo4jClient.RunnableSpecBoundToDatabase - org.springframework.data.neo4j.core のインターフェース
専用データベース内で実行可能なクエリの契約。
ReactiveNeo4jClient.RunnableSpecBoundToDatabaseAndUser - org.springframework.data.neo4j.core のインターフェース
Neo4jClient.RunnableSpecBoundToDatabaseNeo4jClient.RunnableSpecBoundToUser の組み合わせは、これ以上バインドできません。
ReactiveNeo4jClient.RunnableSpecBoundToUser - org.springframework.data.neo4j.core のインターフェース
偽装するユーザーにバインドされた実行可能なクエリの契約。
ReactiveNeo4jClient.UnboundRunnableSpec - org.springframework.data.neo4j.core のインターフェース
特定のデータベースおよび偽装ユーザーにバインドできる実行可能なクエリ仕様の契約。
ReactiveNeo4jOperations - org.springframework.data.neo4j.core のインターフェース
ドメイン型に基づいて、データベースに対して実行できるリアクティブ操作を指定します。
ReactiveNeo4jOperations.ExecutableQuery <T> - org.springframework.data.neo4j.core のインターフェース
クエリ実行をリアクティブに制御するためのインターフェース。
ReactiveNeo4jQueryLookupStrategy - org.springframework.data.neo4j.repository.query のクラス
クエリの検索戦略。
ReactiveNeo4jQueryLookupStrategy(ReactiveNeo4jOperations, Neo4jMappingContext, ValueExpressionDelegate, Configuration) - クラス org.springframework.data.neo4j.repository.query のコンストラクター。ReactiveNeo4jQueryLookupStrategy
ReactiveNeo4jRepository < T ,ID> - Interface in org.springframework.data.neo4j.repository
リアクティブサポートを備えた Neo4j 固有の Repository インターフェース。
ReactiveNeo4jRepositoryConfigurationExtension - org.springframework.data.neo4j.repository.config のクラス
この専用の Neo4j リポジトリ拡張機能は Neo4jRepositoriesRegistrar を介して登録され、ユーザーの「ビジネス」Bean が登録される前に、アプリケーションのコンテキストに登録されるすべての必要な Bean が提供されます。
ReactiveNeo4jRepositoryConfigurationExtension() - クラス org.springframework.data.neo4j.repository.config のコンストラクター。ReactiveNeo4jRepositoryConfigurationExtension
ReactiveNeo4jRepositoryFactoryBean< T extends Repository< S ,ID>, S ,ID extends SerializableSE> - org.springframework.data.neo4j.repository.support のクラス
Springs FactoryBean インターフェース用の特別なアダプターにより、Spring 構成を介してリポジトリファクトリを簡単にセットアップできます。
ReactiveNeo4jRepositoryFactoryBean(Class<? extends T>) - クラス org.springframework.data.neo4j.repository.support のコンストラクター。ReactiveNeo4jRepositoryFactoryBean
指定されたリポジトリインターフェースの新しい TransactionalRepositoryFactoryBeanSupport を作成します。
ReactiveNeo4jTemplate - org.springframework.data.neo4j.core のクラス
ReactiveNeo4jTemplate(ReactiveNeo4jClient, Neo4jMappingContext) - クラス org.springframework.data.neo4j.core のコンストラクター。ReactiveNeo4jTemplate
ReactiveNeo4jTemplate(ReactiveNeo4jClient, Neo4jMappingContext, ReactiveTransactionManager) - クラス org.springframework.data.neo4j.core のコンストラクター。ReactiveNeo4jTemplate
ReactiveNeo4jTransactionManager - org.springframework.data.neo4j.core.transaction のクラス
ReactiveNeo4jTransactionManager(Driver) - クラス org.springframework.data.neo4j.core.transaction のコンストラクター。ReactiveNeo4jTransactionManager
これにより、デフォルトのデータベースのトランザクションマネージャーが作成されます。
ReactiveNeo4jTransactionManager(Driver, ReactiveDatabaseSelectionProvider) - クラス org.springframework.data.neo4j.core.transaction のコンストラクター。ReactiveNeo4jTransactionManager
これにより、データベース選択プロバイダーが決定したものを対象とするトランザクションマネージャーが作成されます。
ReactiveNeo4jTransactionManager(Driver, ReactiveDatabaseSelectionProvider, Neo4jBookmarkManager) - クラス org.springframework.data.neo4j.core.transaction のコンストラクター。ReactiveNeo4jTransactionManager
このコンストラクターを使用して、使用されているブックマークマネージャーを構成できます。
ReactiveNeo4jTransactionManager.Builder - org.springframework.data.neo4j.core.transaction のクラス
ReactivePersistenceExceptionTranslationPostProcessor - org.springframework.data.neo4j.repository.support のクラス
Spring の @Repository アノテーションでマークされた任意の Bean の Mono または Flux を返すすべてのメソッドに永続例外変換を自動的に適用し、公開されたプロキシ (既存の AOP プロキシまたはターゲットのすべてのインターフェースを実装する新しく生成されたプロキシ) に対応する AbstractPointcutAdvisor を追加する Bean ポストプロセッサー。
ReactivePersistenceExceptionTranslationPostProcessor() - クラス org.springframework.data.neo4j.repository.support. ReactivePersistenceExceptionTranslationPostProcessor のコンストラクター
ReactivePersistenceExceptionTranslationPostProcessor(Class<? extends Annotation>) - クラス org.springframework.data.neo4j.repository.support. ReactivePersistenceExceptionTranslationPostProcessor のコンストラクター
ReactiveQuerydslNeo4jPredicateExecutor <T> - org.springframework.data.neo4j.repository.query のクラス
ReactiveQuerydslPredicateExecutor の実装で SimpleReactiveNeo4jRepository を継承するための Querydsl 固有のフラグメント。
ReactiveQuerydslNeo4jPredicateExecutor(Neo4jMappingContext, Neo4jEntityInformation<T, Object>, ReactiveNeo4jOperations) - クラス org.springframework.data.neo4j.repository.query のコンストラクター。ReactiveQuerydslNeo4jPredicateExecutor
reactiveTransactionManager(Driver, ReactiveDatabaseSelectionProvider) - クラス org.springframework.data.neo4j.config のメソッド。AbstractReactiveNeo4jConfig
AbstractReactiveNeo4jConfig.driver() から生成されたドライバーに基づいて、Neo4j 用の PlatformTransactionManager を提供します。
ReactiveUserSelectionProvider - Interface in org.springframework.data.neo4j.core
read(Value) - クラス org.springframework.data.neo4j.core.convert のメソッド。ConvertWith.UnsetConverter
read(Value) - インターフェース org.springframework.data.neo4j.core.convert のメソッド。Neo4jPersistentPropertyConverter
READ - Enum constant in enum class org.springframework.data.neo4j.core.schema.CompositeProperty.Phase
グラフプロパティは、エンティティに含まれるマップのキー / 値にマップされます。
readOnly() - Element in annotation interface org.springframework.data.neo4j.core.schema.Property
readValue(Value, TypeInformation<?>, Neo4jPersistentPropertyConverter<?>) - インターフェース org.springframework.data.neo4j.core.convert のメソッド。Neo4jConversionService
ドライバーによって返された Value を読み取り、Neo4j SDN でサポートされている simple type に変換します。
registerBeansForRoot(BeanDefinitionRegistry, RepositoryConfigurationSource) - クラス org.springframework.data.neo4j.repository.config のメソッド。Neo4jRepositoryConfigurationExtension
registerBeansForRoot(BeanDefinitionRegistry, RepositoryConfigurationSource) - クラス org.springframework.data.neo4j.repository.config のメソッド。ReactiveNeo4jRepositoryConfigurationExtension
registerConvertersIn(ConverterRegistry) - クラス org.springframework.data.neo4j.core.convert のメソッド。Neo4jConversions
registerHints(RuntimeHints, ClassLoader) - クラス org.springframework.data.neo4j.aot のメソッド。Neo4jRuntimeHints
registerInitialObject(Object, Object) - クラス org.springframework.data.neo4j.core.mapping のメソッド。NestedRelationshipProcessingStateMachine
Relationship - Annotation Interface in org.springframework.data.neo4j.core.schema
関連のマッピングを構成するためのアノテーション。
Relationship.Direction - org.springframework.data.neo4j.core.schema の Enum クラス
関連がとり得る方向の列挙。
RelationshipDescription - Interface in org.springframework.data.neo4j.core.mapping
関連の説明。
RelationshipId - Annotation Interface in org.springframework.data.neo4j.core.schema
RelationshipProperties クラスの ID フィールドの結合されたアノテーション。
RelationshipProperties - Annotation Interface in org.springframework.data.neo4j.core.schema
このマーカーインターフェースは、クラスが追加の関連プロパティを表すことをマークするために使用されます。
renderQueryIfExpressionOrReturnQuery(String, Neo4jMappingContext, EntityMetadata<?>, ValueExpressionParser) - クラス org.springframework.data.neo4j.repository.query.Neo4jSpelSupport の静的メソッド
replaceLastSegment(String) - クラス org.springframework.data.neo4j.core.mapping のメソッド。PropertyFilter.RelaxedPropertyPath
repositoryBaseClass() - アノテーションインターフェース org.springframework.data.neo4j.repository.config の要素。EnableNeo4jRepositories
この特定の構成のリポジトリプロキシを作成するために使用するリポジトリ基本クラスを構成します。
repositoryBaseClass() - アノテーションインターフェース org.springframework.data.neo4j.repository.config の要素。EnableReactiveNeo4jRepositories
この特定の構成のリポジトリプロキシを作成するために使用するリポジトリ基本クラスを構成します。
repositoryFactoryBeanClass() - アノテーションインターフェース org.springframework.data.neo4j.repository.config の要素。EnableNeo4jRepositories
各リポジトリインスタンスに使用される FactoryBean クラスを返します。
repositoryFactoryBeanClass() - アノテーションインターフェース org.springframework.data.neo4j.repository.config の要素。EnableReactiveNeo4jRepositories
各リポジトリインスタンスに使用される FactoryBean クラスを返します。
repositoryImplementationPostfix() - アノテーションインターフェース org.springframework.data.neo4j.repository.config の要素。EnableNeo4jRepositories
カスタムリポジトリの実装を検索するときに使用される接尾辞を返します。
repositoryImplementationPostfix() - アノテーションインターフェース org.springframework.data.neo4j.repository.config の要素。EnableReactiveNeo4jRepositories
カスタムリポジトリの実装を検索するときに使用される接尾辞を返します。
requireIdUpdate(Neo4jPersistentEntity<?>, RelationshipDescription, boolean, Object, Object, NestedRelationshipContext, Object, Neo4jPersistentProperty) - クラス org.springframework.data.neo4j.core.mapping のメソッド。NestedRelationshipProcessingStateMachine
resolve() - クラス org.springframework.data.neo4j.core.support のメソッド。BookmarkManagerReference
resolveQuery(Method, RepositoryMetadata, ProjectionFactory, NamedQueries) - クラス org.springframework.data.neo4j.repository.query のメソッド。Neo4jQueryLookupStrategy
resolveQuery(Method, RepositoryMetadata, ProjectionFactory, NamedQueries) - クラス org.springframework.data.neo4j.repository.query のメソッド。ReactiveNeo4jQueryLookupStrategy
retrieveReactiveTransaction(Driver, DatabaseSelection, UserSelection) - クラス org.springframework.data.neo4j.core.transaction.ReactiveNeo4jTransactionManager の静的メソッド
retrieveTransaction(Driver, String) - クラス org.springframework.data.neo4j.core.transaction.Neo4jTransactionManager の静的メソッド
使用すべきではありません。
6.2 以降は、#retrieveTransaction(Driver, DatabaseSelection, UserSelection) を使用します。
retrieveTransaction(Driver, DatabaseSelection, UserSelection) - クラス org.springframework.data.neo4j.core.transaction.Neo4jTransactionManager の静的メソッド
このメソッドは、Neo4jClient 内から使用されるネイティブ Neo4j トランザクションを提供します。
RetryExceptionPredicate - org.springframework.data.neo4j.core.support のクラス
安全に再試行できる throwablesSE の場合は true、それ以外の場合は false を示す述語。
RetryExceptionPredicate() - クラス org.springframework.data.neo4j.core.support. RetryExceptionPredicate のコンストラクター
run() - インターフェース org.springframework.data.neo4j.core のメソッド。Neo4jClient.RunnableDelegation
保存されたコールバックを実行します。
run() - インターフェース org.springframework.data.neo4j.core のメソッド。Neo4jClient.RunnableSpec
クエリを実行し、結果を破棄します。
run() - インターフェース org.springframework.data.neo4j.core のメソッド。ReactiveNeo4jClient.RunnableDelegation
保存されたコールバックを実行します。
run() - インターフェース org.springframework.data.neo4j.core のメソッド。ReactiveNeo4jClient.RunnableSpec
クエリを実行し、結果を破棄します。

S

save(Class<T>) - インターフェース org.springframework.data.neo4j.core のメソッド。FluentSaveOperation
指定された domainType の保存操作の作成を開始します。
save(Class<T>) - クラス org.springframework.data.neo4j.core のメソッド。Neo4jTemplate
save(Class<T>) - インターフェース org.springframework.data.neo4j.core のメソッド。ReactiveFluentSaveOperation
指定された domainType の保存操作の作成を開始します。
save(Class<T>) - クラス org.springframework.data.neo4j.core のメソッド。ReactiveNeo4jTemplate
save(S) - クラス org.springframework.data.neo4j.repository.support のメソッド。SimpleNeo4jRepository
save(S) - クラス org.springframework.data.neo4j.repository.support のメソッド。SimpleReactiveNeo4jRepository
save(T) - インターフェース org.springframework.data.neo4j.core のメソッド。Neo4jOperations
エンティティのインスタンス (エンティティに関連するすべてのエンティティを含む) を保存します。
save(T) - クラス org.springframework.data.neo4j.core のメソッド。Neo4jTemplate
save(T) - インターフェース org.springframework.data.neo4j.core のメソッド。ReactiveNeo4jOperations
エンティティのインスタンス (エンティティに関連するすべてのエンティティを含む) を保存します。
save(T) - クラス org.springframework.data.neo4j.core のメソッド。ReactiveNeo4jTemplate
saveAll(Iterable<S>) - インターフェース org.springframework.data.neo4j.repository のメソッド。Neo4jRepository
saveAll(Iterable<S>) - クラス org.springframework.data.neo4j.repository.support のメソッド。SimpleNeo4jRepository
saveAll(Iterable<S>) - クラス org.springframework.data.neo4j.repository.support のメソッド。SimpleReactiveNeo4jRepository
saveAll(Iterable<T>) - インターフェース org.springframework.data.neo4j.core のメソッド。Neo4jOperations
エンティティの関連するすべてのエンティティを含む、エンティティの複数のインスタンスを保存します。
saveAll(Iterable<T>) - クラス org.springframework.data.neo4j.core のメソッド。Neo4jTemplate
saveAll(Iterable<T>) - インターフェース org.springframework.data.neo4j.core のメソッド。ReactiveNeo4jOperations
エンティティの関連するすべてのエンティティを含む、エンティティの複数のインスタンスを保存します。
saveAll(Iterable<T>) - クラス org.springframework.data.neo4j.core のメソッド。ReactiveNeo4jTemplate
saveAll(Publisher<S>) - クラス org.springframework.data.neo4j.repository.support のメソッド。SimpleReactiveNeo4jRepository
saveAllAs(Iterable<T>, Class<R>) - インターフェース org.springframework.data.neo4j.core のメソッド。Neo4jOperations
プロジェクト resultType によって定義されたプロパティと関連を含むエンティティのインスタンスを保存します。
saveAllAs(Iterable<T>, Class<R>) - クラス org.springframework.data.neo4j.core のメソッド。Neo4jTemplate
saveAllAs(Iterable<T>, Class<R>) - インターフェース org.springframework.data.neo4j.core のメソッド。ReactiveNeo4jOperations
プロジェクト resultType によって定義されたプロパティと関連を含む、エンティティの複数のインスタンスを保存します。
saveAllAs(Iterable<T>, Class<R>) - クラス org.springframework.data.neo4j.core のメソッド。ReactiveNeo4jTemplate
saveAllAs(Iterable<T>, BiPredicate<PropertyPath, Neo4jPersistentProperty>) - インターフェース org.springframework.data.neo4j.core のメソッド。Neo4jOperations
提供された述語を使用して保存されたグラフを形成し、エンティティの複数のインスタンスを保存します。
saveAllAs(Iterable<T>, BiPredicate<PropertyPath, Neo4jPersistentProperty>) - クラス org.springframework.data.neo4j.core のメソッド。Neo4jTemplate
saveAllAs(Iterable<T>, BiPredicate<PropertyPath, Neo4jPersistentProperty>) - インターフェース org.springframework.data.neo4j.core のメソッド。ReactiveNeo4jOperations
提供された述語を使用して保存されたグラフを形成し、エンティティの複数のインスタンスを保存します。
saveAllAs(Iterable<T>, BiPredicate<PropertyPath, Neo4jPersistentProperty>) - クラス org.springframework.data.neo4j.core のメソッド。ReactiveNeo4jTemplate
saveAs(T, Class<R>) - インターフェース org.springframework.data.neo4j.core のメソッド。Neo4jOperations
投影された resultType によって定義されたプロパティと関連を含むエンティティのインスタンスを保存します。
saveAs(T, Class<R>) - クラス org.springframework.data.neo4j.core のメソッド。Neo4jTemplate
saveAs(T, Class<R>) - インターフェース org.springframework.data.neo4j.core のメソッド。ReactiveNeo4jOperations
投影された resultType によって定義されたプロパティと関連を含むエンティティのインスタンスを保存します。
saveAs(T, Class<R>) - クラス org.springframework.data.neo4j.core のメソッド。ReactiveNeo4jTemplate
saveAs(T, BiPredicate<PropertyPath, Neo4jPersistentProperty>) - インターフェース org.springframework.data.neo4j.core のメソッド。Neo4jOperations
提供された述語を使用して保存されたグラフを形成し、エンティティのインスタンスを保存します。
saveAs(T, BiPredicate<PropertyPath, Neo4jPersistentProperty>) - クラス org.springframework.data.neo4j.core のメソッド。Neo4jTemplate
saveAs(T, BiPredicate<PropertyPath, Neo4jPersistentProperty>) - インターフェース org.springframework.data.neo4j.core のメソッド。ReactiveNeo4jOperations
提供された述語を使用して保存されたグラフを形成し、エンティティのインスタンスを保存します。
saveAs(T, BiPredicate<PropertyPath, Neo4jPersistentProperty>) - クラス org.springframework.data.neo4j.core のメソッド。ReactiveNeo4jTemplate
scan(String...) - クラス org.springframework.data.neo4j.config のメソッド。Neo4jEntityScanner
指定されたアノテーションを持つエンティティをスキャンします。
scan(Collection<String>) - クラス org.springframework.data.neo4j.config のメソッド。Neo4jEntityScanner
指定されたアノテーションを持つエンティティをスキャンします。
scanForEntities(String) - クラス org.springframework.data.neo4j.config のメソッド。AbstractReactiveNeo4jConfig
使用すべきではありません。
6.0.2 なので代わりに Neo4jEntityScanner を使用してください。
Schema - Interface in org.springframework.data.neo4j.core.mapping
SDN に認識されているすべてのノード、そのプロパティ、関連の説明が含まれます。
SESSION_MUST_BE_OPEN_BUT_HAS_ALREADY_BEEN_CLOSED - Static variable in class org.springframework.data.neo4j.core.support.RetryExceptionPredicate
sessionConfig(boolean, Collection<Bookmark>, DatabaseSelection, UserSelection) - クラス org.springframework.data.neo4j.core.transaction.Neo4jTransactionUtils の静的メソッド
setApplicationContext(ApplicationContext) - クラス org.springframework.data.neo4j.core.mapping のメソッド。Neo4jMappingContext
setApplicationContext(ApplicationContext) - クラス org.springframework.data.neo4j.core.support のメソッド。BookmarkManagerReference
setApplicationContext(ApplicationContext) - クラス org.springframework.data.neo4j.core.transaction のメソッド。Neo4jTransactionManager
setApplicationContext(ApplicationContext) - クラス org.springframework.data.neo4j.core.transaction のメソッド。ReactiveNeo4jTransactionManager
setApplicationEventPublisher(ApplicationEventPublisher) - インターフェース org.springframework.data.neo4j.core.transaction のメソッド。Neo4jBookmarkManager
イベントをサポートするブックマークマネージャーのフック。
setBeanClassLoader(ClassLoader) - クラス org.springframework.data.neo4j.core のメソッド。Neo4jTemplate
setBeanClassLoader(ClassLoader) - クラス org.springframework.data.neo4j.core のメソッド。ReactiveNeo4jTemplate
setBeanFactory(BeanFactory) - クラス org.springframework.data.neo4j.core のメソッド。Neo4jTemplate
setBeanFactory(BeanFactory) - クラス org.springframework.data.neo4j.core のメソッド。ReactiveNeo4jTemplate
setBeanFactory(BeanFactory) - クラス org.springframework.data.neo4j.repository.support のメソッド。ReactivePersistenceExceptionTranslationPostProcessor
setCondition(Condition) - クラス org.springframework.data.neo4j.repository.query のメソッド。QueryFragments
setCypherRenderer(Renderer) - クラス org.springframework.data.neo4j.core のメソッド。Neo4jTemplate
setDates() - アノテーションインターフェース org.springframework.data.neo4j.config の要素。EnableNeo4jAuditing
作成日と変更日を設定するかどうかを構成します。
setDates() - アノテーションインターフェース org.springframework.data.neo4j.config の要素。EnableReactiveNeo4jAuditing
作成日と変更日を設定するかどうかを構成します。
setDeleteExpression(Expression) - クラス org.springframework.data.neo4j.repository.query のメソッド。QueryFragments
setElementIdOrIdFunction(Function<Named, FunctionInvocation>) - Method in enum class org.springframework.data.neo4j.core.mapping.CypherGenerator
elementId または ID のいずれかを照会するために使用する関数を設定します。
setLimit(Number) - クラス org.springframework.data.neo4j.repository.query のメソッド。QueryFragments
setMatchOn(List<PatternElement>) - クラス org.springframework.data.neo4j.repository.query のメソッド。QueryFragments
setNeo4jMappingContext(Neo4jMappingContext) - クラス org.springframework.data.neo4j.repository.support のメソッド。Neo4jRepositoryFactoryBean
setNeo4jMappingContext(Neo4jMappingContext) - クラス org.springframework.data.neo4j.repository.support のメソッド。ReactiveNeo4jRepositoryFactoryBean
setNeo4jOperations(Neo4jOperations) - クラス org.springframework.data.neo4j.repository.support のメソッド。Neo4jRepositoryFactoryBean
setNeo4jOperations(ReactiveNeo4jOperations) - クラス org.springframework.data.neo4j.repository.support のメソッド。ReactiveNeo4jRepositoryFactoryBean
setOrderBy(Collection<SortItem>) - クラス org.springframework.data.neo4j.repository.query のメソッド。QueryFragments
setParameters(Map<String, Object>) - クラス org.springframework.data.neo4j.repository.query のメソッド。QueryFragmentsAndParameters
setParentNodeDescription(NodeDescription<?>) - インターフェース org.springframework.data.neo4j.core.mapping のメソッド。NodeDescription
直接の親ノードの説明を登録します。
setProjectingPropertyFilter(Predicate<PropertyFilter.RelaxedPropertyPath>) - クラス org.springframework.data.neo4j.repository.query のメソッド。QueryFragments
setRelationshipObverse(RelationshipDescription) - インターフェース org.springframework.data.neo4j.core.mapping のメソッド。RelationshipDescription
関連の反対側を説明する関連定義を設定します。
setRequiresReverseSort(boolean) - クラス org.springframework.data.neo4j.repository.query のメソッド。QueryFragments
setReturnBasedOn(NodeDescription<?>, Collection<PropertyFilter.ProjectedPath>, boolean, List<Expression>) - クラス org.springframework.data.neo4j.repository.query のメソッド。QueryFragments
setReturnExpression(Expression, boolean) - クラス org.springframework.data.neo4j.repository.query のメソッド。QueryFragments
setReturnExpressions(Collection<Expression>) - クラス org.springframework.data.neo4j.repository.query のメソッド。QueryFragments
setSkip(Long) - クラス org.springframework.data.neo4j.repository.query のメソッド。QueryFragments
setStrict(boolean) - クラス org.springframework.data.neo4j.core.mapping のメソッド。Neo4jMappingContext
親クラスを動的に追加する必要がある場合は、コンテキストを非厳密に設定する必要があります。
setTransactionManager(PlatformTransactionManager) - クラス org.springframework.data.neo4j.core のメソッド。Neo4jTemplate
SimpleNeo4jRepository < T ,ID> - Class in org.springframework.data.neo4j.repository.support
Neo4j のリポジトリベースの実装。
SimpleNeo4jRepository(Neo4jOperations, Neo4jEntityInformation<T, ID>) - クラス org.springframework.data.neo4j.repository.support のコンストラクター。SimpleNeo4jRepository
SimpleQueryByExampleExecutor< T > - Class in org.springframework.data.neo4j.repository.query
「例示による問い合わせ」機能を提供するリポジトリのフラグメント。
SimpleQueryByExampleExecutor(Neo4jOperations, Neo4jMappingContext) - クラス org.springframework.data.neo4j.repository.query. SimpleQueryByExampleExecutor のコンストラクター
SimpleReactiveNeo4jRepository < T ,ID> - Class in org.springframework.data.neo4j.repository.support
Neo4j のリポジトリベースの実装。
SimpleReactiveNeo4jRepository(ReactiveNeo4jOperations, Neo4jEntityInformation<T, ID>) - クラス org.springframework.data.neo4j.repository.support のコンストラクター。SimpleReactiveNeo4jRepository
SimpleReactiveQueryByExampleExecutor< T > - Class in org.springframework.data.neo4j.repository.query
リアクティブ方式で「例示による問い合わせ」機能を提供するリポジトリのフラグメント。
SimpleReactiveQueryByExampleExecutor(ReactiveNeo4jOperations, Neo4jMappingContext) - クラス org.springframework.data.neo4j.repository.query. SimpleReactiveQueryByExampleExecutor のコンストラクター
SORT - Enum constant in enum class org.springframework.data.neo4j.repository.query.Neo4jSpelSupport.LiteralReplacement.Target
sortAdapterFor(NodeDescription<?>) - Static method in class org.springframework.data.neo4j.repository.query.CypherAdapterUtils
Spring Data の Sort.Order を SortItem にマップします。
SpringDataCypherDsl - org.springframework.data.neo4j.core.mapping のクラス
CypherDSL 関連のカスタマイズをサポートするクラス。
storeProcessRelationshipEntity(MappingSupport.RelationshipPropertiesWithEntityHolder, Object, Object, RelationshipDescription) - クラス org.springframework.data.neo4j.core.mapping のメソッド。NestedRelationshipProcessingStateMachine
SUPPRESS_ID_DEPRECATIONS - Static variable in interface org.springframework.data.neo4j.core.Neo4jClient
これは、悪名高い警告のログ記録を再度オンにするために導入されたパブリック API です。

T

TargetNode - Annotation Interface in org.springframework.data.neo4j.core.schema
RelationshipProperties 内のエンティティをターゲットノードとしてマークします。
TemplateSupport - org.springframework.data.neo4j.core のクラス
テンプレート用のユーティリティ。
TemplateSupport.EmptyIterable - Class in org.springframework.data.neo4j.core
空のコレクションのインジケーター
test(Throwable) - クラス org.springframework.data.neo4j.core.support のメソッド。RetryExceptionPredicate
to(String) - インターフェース org.springframework.data.neo4j.core のメソッド。Neo4jClient.OngoingBindSpec
変換可能なオブジェクトを 1 つ、指定された名前にバインドします。
TO_ID_PARAMETER_NAME - Static variable in class org.springframework.data.neo4j.core.mapping.Constants
toDotPath() - クラス org.springframework.data.neo4j.core.mapping のメソッド。PropertyFilter.RelaxedPropertyPath
toDotPath(String) - クラス org.springframework.data.neo4j.core.mapping のメソッド。PropertyFilter.RelaxedPropertyPath
toExecutableQuery(Class<T>, QueryFragmentsAndParameters) - インターフェース org.springframework.data.neo4j.core のメソッド。Neo4jOperations
クエリフラグメントに基づいて実行可能なクエリを作成します。
toExecutableQuery(Class<T>, QueryFragmentsAndParameters) - クラス org.springframework.data.neo4j.core のメソッド。Neo4jTemplate
toExecutableQuery(Class<T>, QueryFragmentsAndParameters) - インターフェース org.springframework.data.neo4j.core のメソッド。ReactiveNeo4jOperations
クエリフラグメントに基づいて実行可能なクエリを作成します。
toExecutableQuery(Class<T>, QueryFragmentsAndParameters) - クラス org.springframework.data.neo4j.core のメソッド。ReactiveNeo4jTemplate
toExecutableQuery(PreparedQuery<T>) - インターフェース org.springframework.data.neo4j.core のメソッド。Neo4jOperations
使用する暗号テンプレート、必要なパラメーター、オプションのマッピング関数に関するすべての情報を含む準備されたクエリを受け取り、それを実行可能なクエリに変換します。
toExecutableQuery(PreparedQuery<T>) - クラス org.springframework.data.neo4j.core のメソッド。Neo4jTemplate
toExecutableQuery(PreparedQuery<T>) - インターフェース org.springframework.data.neo4j.core のメソッド。ReactiveNeo4jOperations
使用する暗号テンプレート、必要なパラメーター、オプションのマッピング関数に関するすべての情報を含む準備されたクエリを受け取り、それを実行可能なクエリに変換します。
toExecutableQuery(PreparedQuery<T>) - クラス org.springframework.data.neo4j.core のメソッド。ReactiveNeo4jTemplate
toSortItems(NodeDescription<?>, Sort) - Static method in class org.springframework.data.neo4j.repository.query.CypherAdapterUtils
Spring Data ソートを sort items の同等のリストに変換します。
toStatement() - クラス org.springframework.data.neo4j.repository.query のメソッド。QueryFragments
toString() - クラス org.springframework.data.neo4j.core.mapping のメソッド。MappingSupport.RelationshipPropertiesWithEntityHolder
toString() - レコードクラス org.springframework.data.neo4j.core のメソッド。Neo4jPropertyValueTransformers.NegatedValue
このレコードクラスの文字列表現を返します。
toString() - Method in enum class org.springframework.data.neo4j.core.support.UserAgent
toString() - クラス org.springframework.data.neo4j.repository.query のメソッド。BoundingBox
toString() - クラス org.springframework.data.neo4j.types のメソッド。CartesianPoint2d
toString() - クラス org.springframework.data.neo4j.types のメソッド。CartesianPoint3d
toString() - クラス org.springframework.data.neo4j.types のメソッド。GeographicPoint2d
toString() - クラス org.springframework.data.neo4j.types のメソッド。GeographicPoint3d
TRANSACTION_MUST_BE_OPEN_BUT_HAS_ALREADY_BEEN_CLOSED - Static variable in class org.springframework.data.neo4j.core.support.RetryExceptionPredicate
transactionManager(Driver, DatabaseSelectionProvider) - クラス org.springframework.data.neo4j.config のメソッド。AbstractNeo4jConfig
AbstractNeo4jConfig.driver() から生成されたドライバーに基づいて、Neo4j 用の PlatformTransactionManager を提供します。
transactionManagerRef() - アノテーションインターフェース org.springframework.data.neo4j.repository.config の要素。EnableNeo4jRepositories
検出されたリポジトリで使用する Neo4jTransactionManager Bean の名前を構成します。
transactionManagerRef() - アノテーションインターフェース org.springframework.data.neo4j.repository.config の要素。EnableReactiveNeo4jRepositories
検出されたリポジトリで使用する ReactiveNeo4jTransactionManager Bean の名前を構成します。
transformKeysWith() - Element in annotation interface org.springframework.data.neo4j.core.schema.CompositeProperty
この属性を使用すると、マップキーに適用される変換を構成できます。
translateExceptionIfPossible(RuntimeException) - クラス org.springframework.data.neo4j.core のメソッド。Neo4jPersistenceExceptionTranslator
traverse(Class<?>, BiConsumer<PropertyPath, Neo4jPersistentProperty>) - クラス org.springframework.data.neo4j.core.mapping のメソッド。PropertyTraverser
traverse(Class<?>, BiPredicate<PropertyPath, Neo4jPersistentProperty>, BiConsumer<PropertyPath, Neo4jPersistentProperty>) - クラス org.springframework.data.neo4j.core.mapping のメソッド。PropertyTraverser
treatAsReadOnly() - Static method in interface org.springframework.data.neo4j.core.mapping.PersistentPropertyCharacteristics
treatAsTransient() - Static method in interface org.springframework.data.neo4j.core.mapping.PersistentPropertyCharacteristics
type() - Element in annotation interface org.springframework.data.neo4j.core.schema.Relationship

U

undecided() - Static method in class org.springframework.data.neo4j.core.DatabaseSelection
unifyRelationshipValue(Neo4jPersistentProperty, Object) - Static method in class org.springframework.data.neo4j.core.mapping.MappingSupport
リレーションシップの値は、スカラーオブジェクト (1:1)、コレクション (1:n)、マップ (1:n、ただし動的なリレーションシップ型)、または各リレーションシップのプロパティを持つマップ (1:n) にすることができます。
UnknownEntityException - Exception in org.springframework.data.neo4j.core.mapping
クラスまたはプライマリラベルに関する必要な情報が Schema からリクエストされましたが、その情報が利用できない場合にスローされます。
UnknownEntityException(Class<?>) - Constructor for exception org.springframework.data.neo4j.core.mapping.UnknownEntityException
UnsetConverter() - クラス org.springframework.data.neo4j.core.convert のコンストラクター。ConvertWith.UnsetConverter
UNSPECIFIED - Enum constant in enum class org.springframework.data.neo4j.repository.query.Neo4jSpelSupport.LiteralReplacement.Target
updateBookmarks(Collection<Bookmark>, Collection<Bookmark>) - インターフェース org.springframework.data.neo4j.core.transaction のメソッド。Neo4jBookmarkManager
最後のトランザクションがコミットされた後に受信した newBookmarks new bookmarks を使用してブックマークマネージャーをリフレッシュします。
updateRelationshipIds(NestedRelationshipProcessingStateMachine.ReactiveRelationshipIdSupplier) - クラス org.springframework.data.neo4j.core.mapping のメソッド。NestedRelationshipProcessingStateMachine
updateRelationshipIds(NestedRelationshipProcessingStateMachine.RelationshipIdSupplier) - クラス org.springframework.data.neo4j.core.mapping のメソッド。NestedRelationshipProcessingStateMachine
useDefaults() - Static method in interface org.springframework.data.neo4j.core.mapping.PersistentPropertyCharacteristics
useExistingCallbacks(Neo4jMappingContext, EntityCallbacks) - Static method in class org.springframework.data.neo4j.core.mapping.callback.EventSupport
必要なデフォルトイベントと明示的に定義されたすべてのイベントを含むイベントサポートを作成します。
useExistingCallbacks(Neo4jMappingContext, ReactiveEntityCallbacks) - Static method in class org.springframework.data.neo4j.core.mapping.callback.ReactiveEventSupport
必要なデフォルトイベントと明示的に定義されたすべてのイベントを含むイベントサポートを作成します。
UserAgent - Enum Class in org.springframework.data.neo4j.core.support
Spring Data Neo4j によって生成された、または Spring Data Neo4j 経由で実行されたクエリを識別するための実用的な情報を含むユーザーエージェントの表現。
useRepositoryConfiguration(RepositoryMetadata) - クラス org.springframework.data.neo4j.repository.config のメソッド。Neo4jRepositoryConfigurationExtension
useRepositoryConfiguration(RepositoryMetadata) - クラス org.springframework.data.neo4j.repository.config のメソッド。ReactiveNeo4jRepositoryConfigurationExtension
UserSelection - org.springframework.data.neo4j.core のクラス
これは Neo4j ユーザーの値オブジェクトであり、物理的な Neo4j 接続を所有するユーザーとは異なる場合があります。
UserSelectionProvider - Interface in org.springframework.data.neo4j.core
usingMappingFunction(Supplier<BiFunction<TypeSystem, MapAccessor, ?>>) - クラス org.springframework.data.neo4j.core のメソッド。PreparedQuery.OptionalBuildSteps
UUIDGenerator() - クラス org.springframework.data.neo4j.core.schema のコンストラクター。GeneratedValue.UUIDGenerator
UUIDStringGenerator - Class in org.springframework.data.neo4j.core.support
UUID を提供するジェネレーター。
UUIDStringGenerator() - Constructor for class org.springframework.data.neo4j.core.support.UUIDStringGenerator

V

value() - レコードクラス org.springframework.data.neo4j.core のメソッド。Neo4jPropertyValueTransformers.NegatedValue
value レコードコンポーネントの値を返します。
value() - Element in annotation interface org.springframework.data.neo4j.core.schema.GeneratedValue
value() - Element in annotation interface org.springframework.data.neo4j.core.schema.Node
value() - Element in annotation interface org.springframework.data.neo4j.core.schema.Property
value() - Element in annotation interface org.springframework.data.neo4j.core.schema.Relationship
value() - Element in annotation interface org.springframework.data.neo4j.core.support.DateString
value() - アノテーションインターフェース org.springframework.data.neo4j.repository.config の要素。EnableNeo4jRepositories
EnableNeo4jRepositories.basePackages() 属性のエイリアス。
value() - アノテーションインターフェース org.springframework.data.neo4j.repository.config の要素。EnableReactiveNeo4jRepositories
value() - Element in annotation interface org.springframework.data.neo4j.repository.query.Query
戻り値の型が定義されている場合に実行され、マップされるカスタム Cypher クエリ。
valueOf(String) - Static method in enum class org.springframework.data.neo4j.core.mapping.CypherGenerator
指定された名前でこのクラスの列挙型定数を返します。
valueOf(String) - 列挙クラス org.springframework.data.neo4j.core.mapping.NestedRelationshipProcessingStateMachine.ProcessState の静的メソッド
指定された名前でこのクラスの列挙型定数を返します。
valueOf(String) - 列挙クラス org.springframework.data.neo4j.core.schema.CompositeProperty.Phase の静的メソッド
指定された名前でこのクラスの列挙型定数を返します。
valueOf(String) - 列挙クラス org.springframework.data.neo4j.core.schema.Relationship.Direction の静的メソッド
指定された名前でこのクラスの列挙型定数を返します。
valueOf(String) - Static method in enum class org.springframework.data.neo4j.core.support.UserAgent
指定された名前でこのクラスの列挙型定数を返します。
valueOf(String) - 列挙クラス org.springframework.data.neo4j.repository.query.Neo4jSpelSupport.LiteralReplacement.Target の静的メソッド
指定された名前でこのクラスの列挙型定数を返します。
values() - Static method in enum class org.springframework.data.neo4j.core.mapping.CypherGenerator
この列挙型クラスの定数を含む配列を、宣言されている順序で返します。
values() - 列挙クラス org.springframework.data.neo4j.core.mapping.NestedRelationshipProcessingStateMachine.ProcessState の静的メソッド
この列挙型クラスの定数を含む配列を、宣言されている順序で返します。
values() - 列挙クラス org.springframework.data.neo4j.core.schema.CompositeProperty.Phase の静的メソッド
この列挙型クラスの定数を含む配列を、宣言されている順序で返します。
values() - 列挙クラス org.springframework.data.neo4j.core.schema.Relationship.Direction の静的メソッド
この列挙型クラスの定数を含む配列を、宣言されている順序で返します。
values() - Static method in enum class org.springframework.data.neo4j.core.support.UserAgent
この列挙型クラスの定数を含む配列を、宣言されている順序で返します。
values() - 列挙クラス org.springframework.data.neo4j.repository.query.Neo4jSpelSupport.LiteralReplacement.Target の静的メソッド
この列挙型クラスの定数を含む配列を、宣言されている順序で返します。
verifyDatabaseName(String) - インターフェース org.springframework.data.neo4j.core.Neo4jClient の静的メソッド
これは、データベース名を検証およびサニタイズするためのユーティリティメソッドです。

W

with(Function<T, Map<String, Object>>) - インターフェース org.springframework.data.neo4j.core のメソッド。Neo4jClient.OngoingBindSpec
以前に定義した値にバインダー関数を使用します。
with(Driver) - インターフェース org.springframework.data.neo4j.core.Neo4jClient の静的メソッド
with(Driver) - インターフェース org.springframework.data.neo4j.core.ReactiveNeo4jClient の静的メソッド
with(Driver) - クラス org.springframework.data.neo4j.core.transaction.Neo4jTransactionManager の静的メソッド
指定されたドライバーインスタンスの新しいトランザクションマネージャーの構築を開始します。
with(Driver) - クラス org.springframework.data.neo4j.core.transaction.ReactiveNeo4jTransactionManager の静的メソッド
指定されたドライバーインスタンスの新しいトランザクションマネージャーの構築を開始します。
withBookmarkManager(Neo4jBookmarkManager) - クラス org.springframework.data.neo4j.core.transaction のメソッド。Neo4jTransactionManager.Builder
withBookmarkManager(Neo4jBookmarkManager) - クラス org.springframework.data.neo4j.core.transaction のメソッド。ReactiveNeo4jTransactionManager.Builder
withCypherQuery(String) - クラス org.springframework.data.neo4j.core のメソッド。PreparedQuery.RequiredBuildStep
withDatabaseSelectionProvider(DatabaseSelectionProvider) - クラス org.springframework.data.neo4j.core のメソッド。Neo4jClient.Builder
データベース選択プロバイダーを構成します。
withDatabaseSelectionProvider(DatabaseSelectionProvider) - クラス org.springframework.data.neo4j.core.transaction のメソッド。Neo4jTransactionManager.Builder
データベース選択プロバイダーを構成します。
withDatabaseSelectionProvider(ReactiveDatabaseSelectionProvider) - クラス org.springframework.data.neo4j.core のメソッド。ReactiveNeo4jClient.Builder
データベース選択プロバイダーを構成します。
withDatabaseSelectionProvider(ReactiveDatabaseSelectionProvider) - クラス org.springframework.data.neo4j.core.transaction のメソッド。ReactiveNeo4jTransactionManager.Builder
データベース選択プロバイダーを構成します。
withImpersonatedUser(SessionConfig.Builder, String) - クラス org.springframework.data.neo4j.core.transaction.Neo4jTransactionUtils の静的メソッド
withNeo4jBookmarkManager(Neo4jBookmarkManager) - クラス org.springframework.data.neo4j.core のメソッド。Neo4jClient.Builder
使用する Neo4jBookmarkManager を構成します。
withNeo4jBookmarkManager(Neo4jBookmarkManager) - クラス org.springframework.data.neo4j.core のメソッド。ReactiveNeo4jClient.Builder
使用する Neo4jBookmarkManager を構成します。
withNeo4jConversions(Neo4jConversions) - クラス org.springframework.data.neo4j.core.mapping のメソッド。Neo4jMappingContext.Builder
withNeo4jConversions(Neo4jConversions) - クラス org.springframework.data.neo4j.core のメソッド。Neo4jClient.Builder
使用する Neo4jConversions のセットを構成します。
withNeo4jConversions(Neo4jConversions) - クラス org.springframework.data.neo4j.core のメソッド。ReactiveNeo4jClient.Builder
使用する Neo4jConversions のセットを構成します。
withParameters(Map<String, Object>) - クラス org.springframework.data.neo4j.core のメソッド。PreparedQuery.OptionalBuildSteps
これにより、現在のパラメーターが置き換えられます。
withPersistentPropertyCharacteristicsProvider(PersistentPropertyCharacteristicsProvider) - クラス org.springframework.data.neo4j.core.mapping のメソッド。Neo4jMappingContext.Builder
withQueryFragmentsAndParameters(QueryFragmentsAndParameters) - クラス org.springframework.data.neo4j.core のメソッド。PreparedQuery.RequiredBuildStep
withRootType(Class<?>) - クラス org.springframework.data.neo4j.core.mapping.PropertyFilter.RelaxedPropertyPath の静的メソッド
withSrid(int) - Static method in class org.springframework.data.neo4j.types.PointBuilder
withTypeSystem(TypeSystem) - クラス org.springframework.data.neo4j.core.mapping のメソッド。Neo4jMappingContext.Builder
withUserSelectionProvider(ReactiveUserSelectionProvider) - クラス org.springframework.data.neo4j.core のメソッド。ReactiveNeo4jClient.Builder
偽装ユーザーのプロバイダーを構成します。
withUserSelectionProvider(ReactiveUserSelectionProvider) - クラス org.springframework.data.neo4j.core.transaction のメソッド。ReactiveNeo4jTransactionManager.Builder
偽装ユーザーのプロバイダーを構成します。
withUserSelectionProvider(UserSelectionProvider) - クラス org.springframework.data.neo4j.core のメソッド。Neo4jClient.Builder
偽装ユーザーのプロバイダーを構成します。
withUserSelectionProvider(UserSelectionProvider) - クラス org.springframework.data.neo4j.core.transaction のメソッド。Neo4jTransactionManager.Builder
偽装ユーザーのプロバイダーを構成します。
write(Object) - クラス org.springframework.data.neo4j.core.convert のメソッド。ConvertWith.UnsetConverter
write(T) - インターフェース org.springframework.data.neo4j.core.convert のメソッド。Neo4jPersistentPropertyConverter
WRITE - Enum constant in enum class org.springframework.data.neo4j.core.schema.CompositeProperty.Phase
グラフへの書き込み。
writeValue(Object, TypeInformation<?>, Neo4jPersistentPropertyConverter<?>) - インターフェース org.springframework.data.neo4j.core.convert のメソッド。Neo4jConversionService
ObjectSE をドライバーの値オブジェクトに変換します。

Z

zoneId() - Element in annotation interface org.springframework.data.neo4j.core.support.DateString
瞬間的な時点を表す InstantSE などの一部の時間的要素は、指定された ZoneIdSE ではフォーマットできません。
A B C D E F G H I L M N O P Q R S T U V W Z
すべてのクラスとインターフェース | すべてのパッケージ | 定数フィールド値 | 連載形式