インデックス
すべてのクラスとインターフェース | すべてのパッケージ | 定数フィールド値 | 連載形式
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
- addPersistentEntity(TypeInformation) - クラス org.springframework.data.neo4j.core.mapping のメソッド。Neo4jMappingContext
- addProperty(String, Object) - クラス org.springframework.data.neo4j.core.mapping のメソッド。CreateRelationshipStatementHolder
- AfterConvertCallback<T> - org.springframework.data.neo4j.core.mapping.callback のインターフェース
Neo4jPersistentEntityのインスタンスが変換された後にそれを変更するために使用できるコールバック。つまり、Neo4j レコードが完全に処理され、エンティティとそのすべての関連付けが処理されたときです。- aggregateBoundary() - Element in annotation interface org.springframework.data.neo4j.core.schema.Node
- 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) - インターフェース org.springframework.data.neo4j.core のメソッド。FluentSaveOperation.ExecutableSave
- 複数のインスタンスを保存します。
- all(Iterable) - インターフェース 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) - インターフェース org.springframework.data.neo4j.core のメソッド。FluentFindOperation.FindWithProjection
- フィールドをマッピングするターゲット型を定義します。
- as(Class) - インターフェース 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) - クラス org.springframework.data.neo4j.core.mapping.callback. AuditingBeforeBindCallback のコンストラクター
- auditorAwareRef() - アノテーションインターフェース org.springframework.data.neo4j.config の要素。EnableNeo4jAuditing
- 現在のプリンシパルを検索するために使用する
AuditorAwareBean を構成します。 - auditorAwareRef() - アノテーションインターフェース org.springframework.data.neo4j.config の要素。EnableReactiveNeo4jAuditing
- 現在のプリンシパルを検索するために使用する
AuditorAwareBean を構成します。
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> - org.springframework.data.neo4j.core.mapping.callback のインターフェース
- エンティティがレコードにバインドされる前にトリガーされるエンティティコールバック (
java.util.Map<String, Object>SE で表される)。 - bind(T) - インターフェース org.springframework.data.neo4j.core のメソッド。Neo4jClient.BindSpec
- パラメーターへの値のバインドを開始します。
- bindAll(Map) - インターフェース 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) - クラス 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 を組み込みとしてマークするために内部的に使用される CDIQualifier。 - byName(String) - Static method in class org.springframework.data.neo4j.core.DatabaseSelection
- 指定された databaseName によって新しいデータベース選択を作成します。
C
- CartesianPoint2d - org.springframework.data.neo4j.types のクラス
- 具体的な 2 次元の直交座標点。
- CartesianPoint2d(double, double) - クラス org.springframework.data.neo4j.types のコンストラクター。CartesianPoint2d
- CartesianPoint3d - org.springframework.data.neo4j.types のクラス
- 具体的な 3 次元の直交座標点。
- 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, Neo4jConversionService) - インターフェース org.springframework.data.neo4j.core.convert のメソッド。Neo4jPersistentPropertyToMapConverter
- マップからオブジェクトを再構成します。
- compose(Map, 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) - インターフェース org.springframework.data.neo4j.core.mapping のメソッド。NodeDescription
- マッピングに可能な円が含まれているかどうかを確認します。
- convert(Object) - クラス org.springframework.data.neo4j.core.mapping のメソッド。EntityFromDtoInstantiatingConverter
- convert(Object, Class) - インターフェース 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
- コンバーターとして使用される Spring Bean への参照。
- 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.CartesianPoint2d
- coordinate - Variable in class org.springframework.data.neo4j.types.CartesianPoint3d
- coordinate - Variable in class org.springframework.data.neo4j.types.GeographicPoint2d
- coordinate - Variable in class org.springframework.data.neo4j.types.GeographicPoint3d
- Coordinate - Class in org.springframework.data.neo4j.types
- 任意の意味を持つ x、y、z 値を持つ汎用座標型。
- 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
Query.value()をカウントクエリとして使用するかどうかのフラグ。- 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) - インターフェース org.springframework.data.neo4j.core のメソッド。Neo4jOperations
- 指定された型のエンティティの数をカウントします。
- count(String, Map) - クラス org.springframework.data.neo4j.core のメソッド。Neo4jTemplate
- count(String, Map) - インターフェース org.springframework.data.neo4j.core のメソッド。ReactiveNeo4jOperations
- 指定された型のエンティティの数をカウントします。
- count(String, Map) - クラス 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) - インターフェース org.springframework.data.neo4j.core のメソッド。Neo4jOperations
- 指定された型のエンティティの数をカウントします。
- count(Statement, Map) - クラス org.springframework.data.neo4j.core のメソッド。Neo4jTemplate
- count(Statement, Map) - インターフェース org.springframework.data.neo4j.core のメソッド。ReactiveNeo4jOperations
- 指定された型のエンティティの数をカウントします。
- count(Statement, Map) - クラス org.springframework.data.neo4j.core のメソッド。ReactiveNeo4jTemplate
- count(Example) - クラス org.springframework.data.neo4j.repository.query のメソッド。SimpleQueryByExampleExecutor
- count(Example) - クラス 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, Class) - クラス org.springframework.data.neo4j.repository.support のメソッド。Neo4jRepositoryFactoryCdiBean
- create(Supplier) - インターフェース 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) - クラス 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) - インターフェース org.springframework.data.neo4j.core.transaction.Neo4jBookmarkManager の静的メソッド
- このファクトリメソッドを使用して、トランザクションマネージャーに初期「シード」ブックマークのサプライヤーを追加します。
- CreateRelationshipStatementHolder - org.springframework.data.neo4j.core.mapping のクラス
CreateRelationshipStatementHolderは、関連を作成するための暗号ステートメントと、単純な関連以上の場合に関連を記述するオプションのプロパティを保持します。- createRelaxedPropertyPathFilter(Class, Neo4jMappingContext) - Static method in class org.springframework.data.neo4j.core.PropertyFilterSupport
- 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
- (Reactive)Neo4jTemplate からのステートメントの作成に使用されます。
- createReturnStatementForMatch(Neo4jPersistentEntity, Predicate, Expression...) - Method in enum class org.springframework.data.neo4j.core.mapping.CypherGenerator
- 進行中の試合の return ステートメントを作成します。
- createRootNode(NodeDescription) - Method in enum class org.springframework.data.neo4j.core.mapping.CypherGenerator
- createStatementForImperativeRelationshipsWithPropertiesBatch(boolean, Neo4jPersistentEntity, RelationshipDescription, Object, List, boolean) - クラス org.springframework.data.neo4j.core.mapping のメソッド。Neo4jMappingContext
- createStatementForImperativeSimpleRelationshipBatch(Neo4jPersistentEntity, RelationshipDescription, List, 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> - org.springframework.data.neo4j.repository.support のインターフェース
- Cypher-DSL の
conditionsによってクエリを強化できるように、任意のリポジトリに追加できるインターフェース。 - CypherdslConditionExecutorImpl<T> - org.springframework.data.neo4j.repository.query のクラス
CypherdslConditionExecutorの命令型バリアント。- CypherdslConditionExecutorImpl(Neo4jEntityInformation, Neo4jOperations) - クラス org.springframework.data.neo4j.repository.query. CypherdslConditionExecutorImpl のコンストラクター
- cypherDslConfiguration() - クラス org.springframework.data.neo4j.config のメソッド。AbstractNeo4jConfig
- cypherDslConfiguration() - クラス org.springframework.data.neo4j.config のメソッド。AbstractReactiveNeo4jConfig
- cypherDslConfiguration() - クラス org.springframework.data.neo4j.config のメソッド。Neo4jCdiConfigurationSupport
- CypherdslStatementExecutor<T> - 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
- 実行されたすべての Cypher ステートメントがここに記録されます。
- cypherLog - Static variable in interface org.springframework.data.neo4j.core.ReactiveNeo4jClient
- 実行されたすべての Cypher ステートメントがここに記録されます。
D
- DatabaseSelection - org.springframework.data.neo4j.core のクラス
- オプションの名前に基づいてデータベースの選択を示す値ホルダー。
- databaseSelectionProvider() - クラス org.springframework.data.neo4j.config のメソッド。AbstractNeo4jConfig
- データベース選択プロバイダーを構成します。
- databaseSelectionProvider() - クラス org.springframework.data.neo4j.config のメソッド。Neo4jCdiConfigurationSupport
- 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
- 作成日と変更日の設定に使用される実際の日付時刻クラスをカスタマイズできる
DateTimeProviderBean 名を構成します。 - dateTimeProviderRef() - アノテーションインターフェース org.springframework.data.neo4j.config の要素。EnableReactiveNeo4jAuditing
- 作成日と変更日の設定に使用される実際の日付時刻クラスをカスタマイズできる
DateTimeProviderBean 名を構成します。 - decompose(P, Neo4jConversionService) - インターフェース org.springframework.data.neo4j.core.convert のメソッド。Neo4jPersistentPropertyToMapConverter
- オブジェクトをマップに分解します。
- decompose(Map, Neo4jConversionService) - クラス org.springframework.data.neo4j.core.schema のメソッド。CompositeProperty.DefaultToMapConverter
- decorateMappingFunction(BiFunction) - 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
- SDN が
Neo4jTemplateを期待するデフォルト名。 - DEFAULT_NEO4J_TEMPLATE_BEAN_NAME - クラス org.springframework.data.neo4j.repository.config の静的変数。ReactiveNeo4jRepositoryConfigurationExtension
- SDN が
ReactiveNeo4jTemplateを期待するデフォルト名。 - DEFAULT_TRANSACTION_MANAGER_BEAN_NAME - Static variable in class org.springframework.data.neo4j.repository.config.Neo4jRepositoryConfigurationExtension
- SDN が
Neo4jTransactionManagerを期待するデフォルト名。 - DEFAULT_TRANSACTION_MANAGER_BEAN_NAME - Static variable in class org.springframework.data.neo4j.repository.config.ReactiveNeo4jRepositoryConfigurationExtension
- SDN が
ReactiveNeo4jTransactionManagerを期待するデフォルト名。 - DEFAULT_ZONE_ID - Static variable in annotation interface org.springframework.data.neo4j.core.support.DateString
- 使用するデフォルトのタイムゾーンの ID。
- defaultSessionConfig(DatabaseSelection, UserSelection) - クラス org.springframework.data.neo4j.core.transaction.Neo4jTransactionUtils の静的メソッド
- デフォルトのセッションでは、
AccessMode.WRITEと空のブックマークリストが使用されます。 - delegateTo(Function) - インターフェース org.springframework.data.neo4j.core のメソッド。Neo4jClient
- デフォルトのデータベースとのやり取りを指定されたコールバックに委譲します。
- delegateTo(Function) - インターフェース org.springframework.data.neo4j.core のメソッド。ReactiveNeo4jClient
- デフォルトのデータベースとのやり取りを指定されたコールバックに委譲します。
- delete() - Element in annotation interface org.springframework.data.neo4j.repository.query.Query
Query.value()を削除クエリとして使用するかどうかのフラグ。- 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) - クラス org.springframework.data.neo4j.repository.support のメソッド。SimpleNeo4jRepository
- deleteAll(Iterable) - クラス org.springframework.data.neo4j.repository.support のメソッド。SimpleReactiveNeo4jRepository
- deleteAll(Publisher) - クラス org.springframework.data.neo4j.repository.support のメソッド。SimpleReactiveNeo4jRepository
- deleteAllById(Iterable, Class) - インターフェース org.springframework.data.neo4j.core のメソッド。Neo4jOperations
- 指定された ID のいずれかを持つすべてのエンティティ (そのエンティティに関連するすべてのエンティティを含む) を削除します。
- deleteAllById(Iterable, Class) - クラス org.springframework.data.neo4j.core のメソッド。Neo4jTemplate
- deleteAllById(Iterable, Class) - インターフェース org.springframework.data.neo4j.core のメソッド。ReactiveNeo4jOperations
- 指定された ID のいずれかを持つすべてのエンティティ (そのエンティティに関連するすべてのエンティティを含む) を削除します。
- deleteAllById(Iterable, Class) - クラス org.springframework.data.neo4j.core のメソッド。ReactiveNeo4jTemplate
- deleteAllById(Iterable) - クラス org.springframework.data.neo4j.repository.support のメソッド。SimpleNeo4jRepository
- deleteAllById(Iterable) - クラス 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) - インターフェース org.springframework.data.neo4j.core のメソッド。Neo4jOperations
- そのエンティティに関連するすべてのエンティティを含む単一のエンティティを削除します。
- deleteById(Object, Class) - クラス org.springframework.data.neo4j.core のメソッド。Neo4jTemplate
- deleteById(Object, Class) - インターフェース org.springframework.data.neo4j.core のメソッド。ReactiveNeo4jOperations
- そのエンティティに関連するすべてのエンティティを含む単一のエンティティを削除します。
- deleteById(Object, Class) - クラス org.springframework.data.neo4j.core のメソッド。ReactiveNeo4jTemplate
- deleteById(Publisher) - クラス org.springframework.data.neo4j.repository.support のメソッド。SimpleReactiveNeo4jRepository
- deleteByIdWithVersion(Object, Class, Neo4jPersistentProperty, Object) - インターフェース org.springframework.data.neo4j.core のメソッド。Neo4jOperations
- deleteByIdWithVersion(Object, Class, Neo4jPersistentProperty, Object) - クラス org.springframework.data.neo4j.core のメソッド。Neo4jTemplate
- deleteByIdWithVersion(Object, Class, Neo4jPersistentProperty, Object) - インターフェース org.springframework.data.neo4j.core のメソッド。ReactiveNeo4jOperations
- deleteByIdWithVersion(Object, Class, 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
- Neo4j id() にバインドされ、Neo4j から正式に非推奨となった型。
- 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) - クラス org.springframework.data.neo4j.core.mapping のメソッド。AssociationHandlerSupport
- doWithProperties(PropertyHandler) - クラス 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
- 内部 ID を計算するためのさまざまなデリゲートを返します。
- 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> - org.springframework.data.neo4j.core.mapping のクラス
- DTO からエンティティオブジェクトをインスタンス化するための
Converter。 - EntityFromDtoInstantiatingConverter(Class, 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.mapping のメソッド。PropertyFilter.RelaxedPropertyPath
- 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) - Method in record class org.springframework.data.neo4j.repository.query.VectorSearchFragment
- 他のオブジェクトがこのオブジェクトと「等しい」かどうかを示します。
- equals(Object) - クラス org.springframework.data.neo4j.types のメソッド。CartesianPoint2d
- equals(Object) - クラス org.springframework.data.neo4j.types のメソッド。CartesianPoint3d
- equals(Object) - クラス org.springframework.data.neo4j.types のメソッド。GeographicPoint2d
- equals(Object) - クラス org.springframework.data.neo4j.types のメソッド。GeographicPoint3d
- 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
Query.value()を存在クエリとして使用する必要がある場合のフラグ。- 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) - クラス org.springframework.data.neo4j.repository.query のメソッド。SimpleQueryByExampleExecutor
- exists(Example) - クラス 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) - インターフェース org.springframework.data.neo4j.core のメソッド。Neo4jOperations
- 指定された ID のエンティティがデータベース内に存在するかどうかを確認します。
- existsById(Object, Class) - クラス org.springframework.data.neo4j.core のメソッド。Neo4jTemplate
- existsById(Object, Class) - インターフェース org.springframework.data.neo4j.core のメソッド。ReactiveNeo4jOperations
- 指定された ID のエンティティがデータベース内に存在するかどうかを確認します。
- existsById(Object, Class) - クラス org.springframework.data.neo4j.core のメソッド。ReactiveNeo4jTemplate
- existsById(Publisher) - クラス 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) - インターフェース org.springframework.data.neo4j.core のメソッド。Neo4jClient.RunnableSpec
- 各レコード戻り値を特定の型にマッピングします。
- fetchAs(Class) - インターフェース org.springframework.data.neo4j.core のメソッド。ReactiveNeo4jClient.RunnableSpec
- 各レコード戻り値を特定の型にマッピングします。
- find(Class) - インターフェース org.springframework.data.neo4j.core のメソッド。FluentFindOperation
- 指定された domainType の検索操作の作成を開始します。
- find(Class) - クラス org.springframework.data.neo4j.core のメソッド。Neo4jTemplate
- find(Class) - インターフェース org.springframework.data.neo4j.core のメソッド。ReactiveFluentFindOperation
- 指定された domainType の検索操作の作成を開始します。
- find(Class) - クラス 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) - インターフェース org.springframework.data.neo4j.core のメソッド。Neo4jOperations
- 指定された型のすべてのエンティティを読み込みます。
- findAll(Class) - クラス org.springframework.data.neo4j.core のメソッド。Neo4jTemplate
- findAll(Class) - インターフェース org.springframework.data.neo4j.core のメソッド。ReactiveNeo4jOperations
- 指定された型のすべてのエンティティを読み込みます。
- findAll(Class) - クラス org.springframework.data.neo4j.core のメソッド。ReactiveNeo4jTemplate
- findAll(String, Class) - インターフェース org.springframework.data.neo4j.core のメソッド。Neo4jOperations
- 指定されたステートメントを実行して、指定された型のすべてのエンティティをロードします。
- findAll(String, Class) - クラス org.springframework.data.neo4j.core のメソッド。Neo4jTemplate
- findAll(String, Class) - インターフェース org.springframework.data.neo4j.core のメソッド。ReactiveNeo4jOperations
- 指定されたステートメントを実行して、指定された型のすべてのエンティティをロードします。
- findAll(String, Class) - クラス org.springframework.data.neo4j.core のメソッド。ReactiveNeo4jTemplate
- findAll(String, Map, Class) - インターフェース org.springframework.data.neo4j.core のメソッド。Neo4jOperations
- パラメーターを使用して指定されたステートメントを実行し、指定された型のすべてのエンティティをロードします。
- findAll(String, Map, Class) - クラス org.springframework.data.neo4j.core のメソッド。Neo4jTemplate
- findAll(String, Map, Class) - インターフェース org.springframework.data.neo4j.core のメソッド。ReactiveNeo4jOperations
- パラメーターを使用して指定されたステートメントを実行し、指定された型のすべてのエンティティをロードします。
- findAll(String, Map, Class) - クラス 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) - インターフェース org.springframework.data.neo4j.repository.support のメソッド。CypherdslStatementExecutor
- ここのページは、
Statementのフラグメント、つまりongoing reading with an attached returnで構築されています。 - findAll(Statement, Class) - インターフェース org.springframework.data.neo4j.repository.support のメソッド。CypherdslStatementExecutor
- Cypher-DSL ベースのステートメントによってリポジトリ型のカスタム射影を作成します。
- findAll(Statement, Class) - インターフェース org.springframework.data.neo4j.repository.support のメソッド。ReactiveCypherdslStatementExecutor
- Cypher-DSL ベースのステートメントによってリポジトリ型のカスタム射影を作成します。
- findAll(Statement, Class) - インターフェース org.springframework.data.neo4j.core のメソッド。Neo4jOperations
- 指定されたステートメントを実行して、指定された型のすべてのエンティティをロードします。
- findAll(Statement, Class) - クラス org.springframework.data.neo4j.core のメソッド。Neo4jTemplate
- findAll(Statement, Class) - インターフェース org.springframework.data.neo4j.core のメソッド。ReactiveNeo4jOperations
- 指定されたステートメントを実行して、指定された型のすべてのエンティティをロードします。
- findAll(Statement, Class) - クラス org.springframework.data.neo4j.core のメソッド。ReactiveNeo4jTemplate
- findAll(Statement, Map, Class) - インターフェース org.springframework.data.neo4j.core のメソッド。Neo4jOperations
- パラメーターを使用して指定されたステートメントを実行し、指定された型のすべてのエンティティをロードします。
- findAll(Statement, Map, Class) - クラス org.springframework.data.neo4j.core のメソッド。Neo4jTemplate
- findAll(Statement, Map, Class) - インターフェース org.springframework.data.neo4j.core のメソッド。ReactiveNeo4jOperations
- パラメーターを使用して指定されたステートメントを実行し、指定された型のすべてのエンティティをロードします。
- findAll(Statement, Map, Class) - クラス org.springframework.data.neo4j.core のメソッド。ReactiveNeo4jTemplate
- findAll(Example) - インターフェース org.springframework.data.neo4j.repository のメソッド。Neo4jRepository
- findAll(Example) - クラス org.springframework.data.neo4j.repository.query のメソッド。SimpleQueryByExampleExecutor
- findAll(Example) - クラス org.springframework.data.neo4j.repository.query のメソッド。SimpleReactiveQueryByExampleExecutor
- findAll(Example, Pageable) - クラス org.springframework.data.neo4j.repository.query のメソッド。SimpleQueryByExampleExecutor
- findAll(Example, Sort) - インターフェース org.springframework.data.neo4j.repository のメソッド。Neo4jRepository
- findAll(Example, Sort) - クラス org.springframework.data.neo4j.repository.query のメソッド。SimpleQueryByExampleExecutor
- findAll(Example, 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) - インターフェース org.springframework.data.neo4j.core のメソッド。Neo4jOperations
- 指定された ID で識別される、指定された型のすべてのエンティティを読み込みます。
- findAllById(Iterable, Class) - クラス org.springframework.data.neo4j.core のメソッド。Neo4jTemplate
- findAllById(Iterable, Class) - インターフェース org.springframework.data.neo4j.core のメソッド。ReactiveNeo4jOperations
- 指定された ID で識別される、指定された型のすべてのエンティティを読み込みます。
- findAllById(Iterable, Class) - クラス org.springframework.data.neo4j.core のメソッド。ReactiveNeo4jTemplate
- findAllById(Iterable) - インターフェース org.springframework.data.neo4j.repository のメソッド。Neo4jRepository
- findAllById(Iterable) - クラス org.springframework.data.neo4j.repository.support のメソッド。SimpleNeo4jRepository
- findAllById(Iterable) - クラス org.springframework.data.neo4j.repository.support のメソッド。SimpleReactiveNeo4jRepository
- findAllById(Publisher) - クラス org.springframework.data.neo4j.repository.support のメソッド。SimpleReactiveNeo4jRepository
- findBy(Predicate, Function) - クラス org.springframework.data.neo4j.repository.query のメソッド。QuerydslNeo4jPredicateExecutor
- findBy(Predicate, Function) - クラス org.springframework.data.neo4j.repository.query のメソッド。ReactiveQuerydslNeo4jPredicateExecutor
- findBy(Example, Function) - クラス org.springframework.data.neo4j.repository.query のメソッド。SimpleQueryByExampleExecutor
- findBy(Example, Function) - クラス 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) - インターフェース org.springframework.data.neo4j.core のメソッド。Neo4jOperations
- データベースからエンティティを読み込みます。
- findById(Object, Class) - クラス org.springframework.data.neo4j.core のメソッド。Neo4jTemplate
- findById(Object, Class) - インターフェース org.springframework.data.neo4j.core のメソッド。ReactiveNeo4jOperations
- データベースからエンティティを読み込みます。
- findById(Object, Class) - クラス org.springframework.data.neo4j.core のメソッド。ReactiveNeo4jTemplate
- findById(Publisher) - クラス 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, Class) - インターフェース org.springframework.data.neo4j.core のメソッド。Neo4jOperations
- パラメーターを使用して指定されたステートメントを実行し、指定された型のエンティティを 1 つロードします。
- findOne(String, Map, Class) - クラス org.springframework.data.neo4j.core のメソッド。Neo4jTemplate
- findOne(String, Map, Class) - インターフェース org.springframework.data.neo4j.core のメソッド。ReactiveNeo4jOperations
- パラメーターを使用して指定されたステートメントを実行し、指定された型のエンティティを 1 つロードします。
- findOne(String, Map, Class) - クラス 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) - インターフェース org.springframework.data.neo4j.repository.support のメソッド。CypherdslStatementExecutor
- Cypher-DSL ベースのステートメントによってリポジトリ型のカスタム射影を作成します。
- findOne(Statement, Class) - インターフェース org.springframework.data.neo4j.repository.support のメソッド。ReactiveCypherdslStatementExecutor
- Cypher-DSL ベースのステートメントによってリポジトリ型のカスタム射影を作成します。
- findOne(Statement, Map, Class) - インターフェース org.springframework.data.neo4j.core のメソッド。Neo4jOperations
- パラメーターを使用して指定されたステートメントを実行し、指定された型のエンティティを 1 つロードします。
- findOne(Statement, Map, Class) - クラス org.springframework.data.neo4j.core のメソッド。Neo4jTemplate
- findOne(Statement, Map, Class) - インターフェース org.springframework.data.neo4j.core のメソッド。ReactiveNeo4jOperations
- パラメーターを使用して指定されたステートメントを実行し、指定された型のエンティティを 1 つロードします。
- findOne(Statement, Map, Class) - クラス org.springframework.data.neo4j.core のメソッド。ReactiveNeo4jTemplate
- findOne(Example) - クラス org.springframework.data.neo4j.repository.query のメソッド。SimpleQueryByExampleExecutor
- findOne(Example) - クラス 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> - 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) - クラス org.springframework.data.neo4j.aot のメソッド。Neo4jManagedTypes
- forExistsById(Neo4jPersistentEntity, Object) - Static method in class org.springframework.data.neo4j.repository.query.QueryFragmentsAndParameters
- forExternallyGeneratedIds(SymbolicName, Class, String, String) - Static method in class org.springframework.data.neo4j.core.mapping.IdDescription
- forFindAll(Neo4jPersistentEntity, Neo4jMappingContext) - Static method in class org.springframework.data.neo4j.repository.query.QueryFragmentsAndParameters
- forFindByAllId(Neo4jPersistentEntity, Object, Neo4jMappingContext) - Static method in class org.springframework.data.neo4j.repository.query.QueryFragmentsAndParameters
- forFindById(Neo4jPersistentEntity, Object, Neo4jMappingContext) - 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 class 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, 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
- SDN が "from id" を渡すためにパラメーターに使用する名前。
- fromIterable(Iterable) - クラス org.springframework.data.neo4j.aot.Neo4jManagedTypes の静的メソッド
- FUNCTION_ALL_OF - Static variable in class org.springframework.data.neo4j.repository.query.Neo4jSpelSupport
allOf式の定数。- FUNCTION_ANY_OF - Static variable in class org.springframework.data.neo4j.repository.query.Neo4jSpelSupport
anyOf式の定数。- 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
orderBy式の定数。
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 のクラス
- 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
- 使用する ID ジェネレーターを構成します。
- generatorRef() - Element in annotation interface org.springframework.data.neo4j.core.schema.GeneratedValue
- ID ジェネレーターとして使用される Bean への Bean 参照を構成します。
- GeographicPoint2d - org.springframework.data.neo4j.types のクラス
- 特定の座標系を持つ具体的な 2 次元の地理的ポイント。
- GeographicPoint2d(double, double) - クラス org.springframework.data.neo4j.types のコンストラクター。GeographicPoint2d
- GeographicPoint3d - org.springframework.data.neo4j.types のクラス
- 特定の座標系を持つ具体的な 3 次元の地理的ポイント。
- 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
- すべての追加ラベル (*
NodeDescription.getPrimaryLabel()を除くすべてのラベル) のリストを返します。 - getAdditionalReturnExpressions() - クラス org.springframework.data.neo4j.repository.query のメソッド。QueryFragments
- getAggregateBoundaries() - インターフェース org.springframework.data.neo4j.core.mapping のメソッド。NodeDescription
- 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
- エンティティの要素 ID を取得します。
- 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
- これに適合するノードのプライマリ ID を決定する方法の説明を返します。
- 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() - Method in exception class org.springframework.data.neo4j.core.Neo4jClient.IllegalDatabaseNameException
- getInitialEntitySet() - クラス org.springframework.data.neo4j.config のメソッド。AbstractNeo4jConfig
Nodeでアノテーションが付けられたクラスのマッピング基本パッケージをスキャンします。- getInitialEntitySet() - クラス org.springframework.data.neo4j.config のメソッド。AbstractReactiveNeo4jConfig
Nodeでアノテーションが付けられたクラスのマッピング基本パッケージをスキャンします。- getInputProperties(ResultProcessor, ProjectionFactory, Neo4jMappingContext) - Static method in class org.springframework.data.neo4j.core.PropertyFilterSupport
- getInputPropertiesForAggregateBoundary(Class, 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 のメソッド。AbstractNeo4jConfig
- 起動時に Neo4j にマップされたエンティティをスキャンする基本パッケージを返します。
- 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) - クラス org.springframework.data.neo4j.core.mapping のメソッド。Neo4jMappingContext
- getOrCreateIdGeneratorOfType(Class) - 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
- Neo4j 内のこのエンティティのプライマリラベルを返します。
- 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
- 指定されたプロパティに適合する
Neo4jPersistentPropertyConverterを見つけます。 - getPropertyName() - インターフェース org.springframework.data.neo4j.core.mapping のメソッド。GraphPropertyDescription
- グラフに保存されているプロパティの名前。
- getQuery() - Method in exception class 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
- Spring トランザクションにバインドされたプレーン Neo4j Java ドライバー API に一致するクエリランナーを取得します。
- getQueryRunner() - インターフェース org.springframework.data.neo4j.core のメソッド。ReactiveNeo4jClient
- Spring * トランザクションにバインドされたプレーン Neo4j Java ドライバー API に一致するクエリランナーを取得します。
- getQueryRunner(DatabaseSelection) - インターフェース org.springframework.data.neo4j.core のメソッド。Neo4jClient
- 特定のデータベースを使用するように構成された Spring トランザクションにバインドされたプレーン Neo4j Java ドライバー API に一致するクエリランナーを取得します。
- getQueryRunner(DatabaseSelection, UserSelection) - インターフェース org.springframework.data.neo4j.core のメソッド。Neo4jClient
- 進行中の Spring トランザクション (宣言的 (
@Transactionalを介して暗黙的) またはプログラム的 (トランザクションテンプレートを介して明示的) のいずれか) に参加するクエリランナーを取得します。 - getQueryRunner(Mono) - インターフェース org.springframework.data.neo4j.core のメソッド。ReactiveNeo4jClient
- 特定のデータベースを使用するように構成された Spring * トランザクションにバインドされたプレーン Neo4j Java ドライバー API に一致するクエリランナーを取得します。
- getQueryRunner(Mono, Mono) - インターフェース 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) - インターフェース 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) - Method in interface org.springframework.data.neo4j.core.mapping.Schema
- getRequiredMappingFunctionFor(Class) - 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
- getRequiredRelationshipPropertiesEntity() - インターフェース org.springframework.data.neo4j.core.mapping のメソッド。RelationshipDescription
- getRequiredSingleResult() - インターフェース org.springframework.data.neo4j.core のメソッド。Neo4jOperations.ExecutableQuery
- 必須の単一の結果を返します。
- getRequiredVectorProperty() - インターフェース org.springframework.data.neo4j.core.mapping のメソッド。Neo4jPersistentEntity
Neo4jPersistentEntity.hasVectorProperty()が true を返す場合は、サポートされている単一のベクトルプロパティを返します。それ以外の場合は、IllegalStateExceptionSE をスローします。- 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 のメソッド。CartesianPoint2d
- getSrid() - クラス org.springframework.data.neo4j.types のメソッド。CartesianPoint3d
- getSrid() - クラス org.springframework.data.neo4j.types のメソッド。GeographicPoint2d
- getSrid() - クラス org.springframework.data.neo4j.types のメソッド。GeographicPoint3d
- getSrid() - インターフェース org.springframework.data.neo4j.types のメソッド。Neo4jPoint
- このポイントで使用される座標参照システム (CRS) を識別する SRID を返します。
- getStatement() - クラス org.springframework.data.neo4j.core.mapping のメソッド。CreateRelationshipStatementHolder
- getStateOf(Object, RelationshipDescription, Collection) - クラス org.springframework.data.neo4j.core.mapping のメソッド。NestedRelationshipProcessingStateMachine
- 指定された ID の状態を取得します。
- getStaticLabels() - インターフェース org.springframework.data.neo4j.core.mapping のメソッド。NodeDescription
- すべての静的ラベルのリスト、つまり *
NodeDescription.getPrimaryLabel()+NodeDescription.getAdditionalLabels()の和集合を返します。 - getTarget() - インターフェース org.springframework.data.neo4j.core.mapping のメソッド。RelationshipDescription
- この関連のターゲットは、問題のノードのプライマリラベルによって記述されます。
- getTarget() - インターフェース org.springframework.data.neo4j.repository.query のメソッド。Neo4jSpelSupport.LiteralReplacement
- getTargetClass() - Method in exception class 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
Neo4jPersistentEntity.hasVectorProperty()が true を返す場合はサポートされている単一のベクトルプロパティを返し、それ以外の場合は null を返します。- 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
- hasAggregateBoundaries(Class) - インターフェース org.springframework.data.neo4j.core.mapping のメソッド。NodeDescription
- 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.mapping のメソッド。PropertyFilter.RelaxedPropertyPath
- hashCode() - レコードクラス org.springframework.data.neo4j.core のメソッド。Neo4jPropertyValueTransformers.NegatedValue
- このオブジェクトのハッシュコード値を返します。
- hashCode() - クラス org.springframework.data.neo4j.core のメソッド。UserSelection
- hashCode() - クラス org.springframework.data.neo4j.repository.query のメソッド。BoundingBox
- hashCode() - Method in record class org.springframework.data.neo4j.repository.query.VectorSearchFragment
- このオブジェクトのハッシュコード値を返します。
- hashCode() - クラス org.springframework.data.neo4j.types のメソッド。CartesianPoint2d
- hashCode() - クラス org.springframework.data.neo4j.types のメソッド。CartesianPoint3d
- hashCode() - クラス org.springframework.data.neo4j.types のメソッド。GeographicPoint2d
- hashCode() - クラス org.springframework.data.neo4j.types のメソッド。GeographicPoint3d
- 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
- このエンティティがベクトルプロパティを見つけた場合は true を返します。
- hasVectorSearchFragment() - クラス org.springframework.data.neo4j.repository.query のメソッド。QueryFragmentsAndParameters
- 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> - 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
- 受信関連について説明します。
- indexName() - Element in annotation interface org.springframework.data.neo4j.repository.query.VectorSearch
- indexName() - Method in record class org.springframework.data.neo4j.repository.query.VectorSearchFragment
indexNameレコードコンポーネントの値を返します。- 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
- SDN ユーザーエージェントを記述する単一のインスタンス。
- InternalIdGenerator() - クラス org.springframework.data.neo4j.core.schema のコンストラクター。GeneratedValue.InternalIdGenerator
- inverseValueIsEmpty() - クラス org.springframework.data.neo4j.core.mapping のメソッド。NestedRelationshipContext
- invokePostLoad(Neo4jPersistentEntity, T) - クラス org.springframework.data.neo4j.core.mapping のメソッド。Neo4jMappingContext
- 指定されたインスタンスのすべてのロード後メソッドを実行します。
- isAssignedId() - クラス org.springframework.data.neo4j.core.mapping のメソッド。IdDescription
- 割り当てられた ID である場合のフラグ。
- 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
- このプロパティがリレーションシップに属している場合は true を返します。
- 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
- 外部で生成された ID である場合のフラグ。
- isIdProperty() - インターフェース org.springframework.data.neo4j.core.mapping のメソッド。GraphPropertyDescription
- このプロパティが id プロパティの場合は true。
- isIncoming() - インターフェース org.springframework.data.neo4j.core.mapping のメソッド。RelationshipDescription
- isInternalIdProperty() - インターフェース org.springframework.data.neo4j.core.mapping のメソッド。GraphPropertyDescription
- これが内部 ID プロパティである場合のフラグ。
- isInternallyGeneratedId() - クラス org.springframework.data.neo4j.core.mapping のメソッド。IdDescription
- これがデータベースによって生成された ID である場合のフラグ。
- isListContainingOnly(Type, Type) - Static method in class org.springframework.data.neo4j.core.mapping.MappingSupport
Valueがリスト値であり、指定された型の他の値のみが含まれているかどうかを確認するための述語を生成するヘルパー。- isMatch(Class, String) - クラス 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
- ISO 8601 日付時刻文字列 (タイムゾーンなし) に準拠したパターン。
- isOutgoing() - インターフェース org.springframework.data.neo4j.core.mapping のメソッド。RelationshipDescription
- isReadOnly() - インターフェース org.springframework.data.neo4j.core.mapping のメソッド。Neo4jPersistentProperty
- フラグは読み取り専用プロパティであり、
PersistentPropertyCharacteristicsを介して変更できます。 - isReadOnly() - クラス org.springframework.data.neo4j.core.mapping のメソッド。NestedRelationshipContext
- isReadOnly() - インターフェース org.springframework.data.neo4j.core.mapping のメソッド。PersistentPropertyCharacteristics
- プロパティを読み取り専用としてマークするには true を返します。
- 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
- 指定されたクラスが Neo4j 単純型を表す場合は true を返します。
- isTransient() - インターフェース org.springframework.data.neo4j.core.mapping のメソッド。PersistentPropertyCharacteristics
- プロパティを一時的としてマークするには true を返します。
- isUsingDeprecatedInternalId() - インターフェース org.springframework.data.neo4j.core.mapping のメソッド。Neo4jPersistentEntity
- このエンティティが階層内のどこかで非推奨の内部 ID を使用しているかどうかを確認します。
- isUsingInternalIds() - インターフェース org.springframework.data.neo4j.core.mapping のメソッド。NodeDescription
- このノードのエンティティが Neo4j 内部 ID を使用する場合は true を返します。
- 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
Neo4jClientのいくつかのメソッドがここに記録されます。- log - Static variable in interface org.springframework.data.neo4j.core.ReactiveNeo4jClient
ReactiveNeo4jClientのいくつかのメソッドがここに記録されます。
M
- mappedBy(BiFunction) - インターフェース org.springframework.data.neo4j.core のメソッド。Neo4jClient.MappingSpec
- マッピング関数は、1 つのレコードを 1 つのドメインオブジェクトに変換するロールを果たします。
- mappedBy(BiFunction) - インターフェース 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
- 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) - インターフェース org.springframework.data.neo4j.core のメソッド。FluentFindOperation.FindWithQuery
- 使用するフィルタークエリを設定します。
- matching(String, Map) - インターフェース 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) - インターフェース org.springframework.data.neo4j.core のメソッド。FluentFindOperation.FindWithQuery
- 使用するフィルター
statementを設定します。 - matching(Statement, Map) - インターフェース 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, 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
- 安定した種類のレコードを保証するために SDN が挿入する可能性のあるプロパティの名前。
- 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
- すべてのプロパティを渡すために SDN が使用するパラメーターの名前。
- NAME_OF_ELEMENT_ID - Static variable in class org.springframework.data.neo4j.core.mapping.Constants
- SDN が Neo4j 要素 ID を転送するために使用するプロパティの名前。
- NAME_OF_ENTITY_LIST_PARAM - Static variable in class org.springframework.data.neo4j.core.mapping.Constants
- SDN がエンティティのリストを渡すために使用するパラメーターの名前。
- NAME_OF_ID - Static variable in class org.springframework.data.neo4j.core.mapping.Constants
- SDN が ID を転送するために使用するプロパティの名前。
- NAME_OF_IDS - Static variable in class org.springframework.data.neo4j.core.mapping.Constants
- SDN が ID セットを転送するために使用するプロパティの名前。
- NAME_OF_INTERNAL_ID - Static variable in class org.springframework.data.neo4j.core.mapping.Constants
- SDN が内部 Neo4j エンティティ ID を転送するために使用するプロパティの名前。
- NAME_OF_KNOWN_RELATIONSHIP_PARAM - Static variable in class org.springframework.data.neo4j.core.mapping.Constants
- 既知の関連 ID を渡すために SDN が使用するパラメーターの名前。
- NAME_OF_KNOWN_RELATIONSHIPS_PARAM - Static variable in class org.springframework.data.neo4j.core.mapping.Constants
- 既知の関連 ID のリストを渡すために SDN が使用するパラメーターの名前。
- 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
- すべての投影されたプロパティを転送するために SDN が使用するプロパティの名前。
- NAME_OF_RELATIONSHIP - Static variable in interface org.springframework.data.neo4j.core.mapping.RelationshipDescription
- SDN が関連型を転送するために使用するプロパティの名前。
- NAME_OF_RELATIONSHIP_LIST_PARAM - Static variable in class org.springframework.data.neo4j.core.mapping.Constants
- SDN が関連のリストを渡すために使用するパラメーターの名前。
- 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
- SDN が関連型を転送するために使用するプロパティの名前。
- NAME_OF_ROOT_NODE - Static variable in class org.springframework.data.neo4j.core.mapping.Constants
- 型指定されていないルートノードの汎用名。
- NAME_OF_SCORE - Static variable in class org.springframework.data.neo4j.core.mapping.Constants
- SDN がベクトル検索スコアに使用する名前。
- 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
- SDN が合成された関連ノードに使用する名前。
- NAME_OF_SYNTHESIZED_RELATIONS - Static variable in class org.springframework.data.neo4j.core.mapping.Constants
- SDN が合成された関連に使用する名前。
- NAME_OF_SYNTHESIZED_ROOT_NODE - Static variable in class org.springframework.data.neo4j.core.mapping.Constants
- SDN が合成ルートノードに使用する名前。
- 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
- SDN がベクトルプロパティを転送するために使用するプロパティの名前。
- NAME_OF_VECTOR_VALUE - Static variable in class org.springframework.data.neo4j.core.mapping.Constants
- SDN がベクトルプロパティの値を転送するために使用するプロパティの名前。
- NAME_OF_VERSION_PARAM - Static variable in class org.springframework.data.neo4j.core.mapping.Constants
- SDN がエンティティのバージョンを転送するために使用するプロパティの名前。
- 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 のクラス
- AoT (ネイティブイメージ) サポートで使用される述語。
- Neo4jBookmarkManager - org.springframework.data.neo4j.core.transaction のインターフェース
- Neo4j のトランザクションのブックマークの保存、更新、取得を担当します。
- Neo4jBookmarksUpdatedEvent - org.springframework.data.neo4j.core.transaction のクラス
- このイベントは、Neo4j トランザクションマネージャーがエラーなしでトランザクションを物理的にコミットし、クラスターから新しいブックマークセットを受け取った後に公開されます。
- Neo4jCdiConfigurationSupport - org.springframework.data.neo4j.config のクラス
- 必要なすべての CDI Bean にそのまま使用することも、カスタムプロデューサーのブループリントとして使用することもできるサポートクラス。
- Neo4jCdiConfigurationSupport() - クラス org.springframework.data.neo4j.config のコンストラクター。Neo4jCdiConfigurationSupport
- Neo4jCdiExtension - org.springframework.data.neo4j.config のクラス
- この CDI 拡張機能は、CDI 2.0 互換の CDI コンテナーで Spring Data Neo4j を有効にします。
- Neo4jCdiExtension() - クラス org.springframework.data.neo4j.config のコンストラクター。Neo4jCdiExtension
- neo4jClient(Driver) - クラス org.springframework.data.neo4j.config のメソッド。Neo4jCdiConfigurationSupport
- 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> - org.springframework.data.neo4j.core のインターフェース
- クエリにパラメーターをバインドするための契約。
- Neo4jClient.Builder - org.springframework.data.neo4j.core のクラス
Neo4j clientsのビルダー。- Neo4jClient.IllegalDatabaseNameException - Exception Class in org.springframework.data.neo4j.core
- 不正なデータベース名を示しており、
DataAccessExceptionに変換されません。 - Neo4jClient.MappingSpec<T> - org.springframework.data.neo4j.core のインターフェース
- マッピングを定義する手順。
- Neo4jClient.OngoingBindSpec<T, 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.RunnableSpecBoundToDatabaseとNeo4jClient.RunnableSpecBoundToUserの組み合わせは、これ以上バインドできません。- Neo4jClient.RunnableSpecBoundToUser - org.springframework.data.neo4j.core のインターフェース
- 偽装するユーザーにバインドされた実行可能なクエリの契約。
- Neo4jClient.UnboundRunnableSpec - org.springframework.data.neo4j.core のインターフェース
- 特定のデータベースおよび偽装ユーザーにバインドできる実行可能なクエリ仕様の契約。
- neo4jConversions() - クラス org.springframework.data.neo4j.config のメソッド。AbstractNeo4jConfig
- neo4jConversions() - クラス org.springframework.data.neo4j.config のメソッド。AbstractReactiveNeo4jConfig
- neo4jConversions() - クラス org.springframework.data.neo4j.config のメソッド。Neo4jCdiConfigurationSupport
- Neo4jConversions - org.springframework.data.neo4j.core.convert のクラス
- すべての組み込み Neo4j 変換を管理します: Cypher 型、いくつかの追加型、Spring Data と Neo4j 空間型の共有セット。
- 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 コンバーターが調整されます。
- Neo4j エンティティ情報 <T, ID> - 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 のクラス
- Neo4j によって管理される型のセット。
- Neo4jManagedTypesBeanRegistrationAotProcessor - org.springframework.data.neo4j.aot のクラス
- AoT (ネイティブイメージ) 処理に含める管理対象型とリポジトリを登録しました。
- Neo4jManagedTypesBeanRegistrationAotProcessor() - クラス org.springframework.data.neo4j.aot のコンストラクター。Neo4jManagedTypesBeanRegistrationAotProcessor
- neo4jMappingContext(Driver, Instance) - クラス org.springframework.data.neo4j.config のメソッド。Neo4jCdiConfigurationSupport
- neo4jMappingContext(Neo4jConversions) - クラス org.springframework.data.neo4j.config のメソッド。AbstractNeo4jConfig
- neo4jMappingContext(Neo4jConversions) - クラス org.springframework.data.neo4j.config のメソッド。AbstractReactiveNeo4jConfig
- 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.Builder - org.springframework.data.neo4j.core.mapping のクラス
Neo4jMappingContextのカスタムインスタンスを作成するためのビルダー。- neo4jMappingContextRef() - アノテーションインターフェース org.springframework.data.neo4j.repository.config の要素。EnableNeo4jRepositories
- 検出されたリポジトリで使用する
Neo4jMappingContextBean の名前を構成します。 - neo4jMappingContextRef() - アノテーションインターフェース org.springframework.data.neo4j.repository.config の要素。EnableReactiveNeo4jRepositories
- 検出されたリポジトリで使用する
Neo4jMappingContextBean の名前を構成します。 - neo4jOperations(Instance, Instance, Instance, Instance) - クラス org.springframework.data.neo4j.config のメソッド。Neo4jCdiConfigurationSupport
- 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<K, P> - 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
- Neo4j リポジトリ <T, ID> - 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
- Neo4j リポジトリファクトリ Bean<T, S, ID> - org.springframework.data.neo4j.repository.support のクラス
- Springs
FactoryBeanインターフェース用の特別なアダプターにより、Spring 構成を介してリポジトリファクトリを簡単にセットアップできます。 - Neo4jRepositoryFactoryCdiBean<T> - org.springframework.data.neo4j.repository.support のクラス
Neo4jRepositoryFactoryBeanの CDI ペンダント。- Neo4jRepositoryFactoryCdiBean(Set, Class, BeanManager, CustomRepositoryImplementationDetector) - クラス org.springframework.data.neo4j.repository.support のコンストラクター。Neo4jRepositoryFactoryCdiBean
- Neo4jRuntimeHints - org.springframework.data.neo4j.aot のクラス
- リフレクションのさまざまな型を登録する 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.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 のクラス
- Neo4j テンプレートはさまざまな操作を組み合わせます。
- 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
- 検出されたリポジトリで使用する
Neo4jTemplateBean の名前を構成します。 - neo4jTemplateRef() - アノテーションインターフェース org.springframework.data.neo4j.repository.config の要素。EnableReactiveNeo4jRepositories
- 検出されたリポジトリで使用する
ReactiveNeo4jTemplateBean の名前を構成します。 - 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> - 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 Class in org.springframework.data.neo4j.repository
- クエリが必要な結果を返さない場合にスローします。
- NoResultException(int, String) - Constructor for exception class org.springframework.data.neo4j.repository.NoResultException
- NoRootNodeMappingException - Exception Class in org.springframework.data.neo4j.core.mapping
- エンティティコンバーターがマップ可能なノードまたはマップのような構造を見つけられない場合、
NoRootNodeMappingExceptionがスローされます。 - NoRootNodeMappingException(MapAccessor, Neo4jPersistentEntity) - Constructor for exception class org.springframework.data.neo4j.core.mapping.NoRootNodeMappingException
- notMatching() - クラス org.springframework.data.neo4j.core.Neo4jPropertyValueTransformers の静的メソッド
- 特定のプロパティに対して生成された条件を否定する必要があることを示すトランスフォーマー。たとえば、等価演算子に対して
n.property != $propertyを作成します。 - numberOfNodes() - Element in annotation interface org.springframework.data.neo4j.repository.query.VectorSearch
- numberOfNodes() - Method in record class org.springframework.data.neo4j.repository.query.VectorSearchFragment
numberOfNodesレコードコンポーネントの値を返します。
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, 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, 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
- 正確に 1 つのインスタンスを保存します。
- one(T) - インターフェース org.springframework.data.neo4j.core のメソッド。ReactiveFluentSaveOperation.ExecutableSave
- 正確に 1 つのインスタンスを保存します。
- 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> - org.springframework.data.neo4j.core のクラス
- 実行可能なクエリを作成するために使用されるクエリの型指定された準備。
- PreparedQuery.OptionalBuildSteps<CT> - org.springframework.data.neo4j.core のクラス
- パラメーターまたはマッピング関数を構成する手順。
- PreparedQuery.RequiredBuildStep<CT> - org.springframework.data.neo4j.core のクラス
- 使用するクエリを構成する手順。
- prepareFindOf(NodeDescription, List, 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, 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, Condition) - Method in enum class org.springframework.data.neo4j.core.mapping.CypherGenerator
- prepareSaveOf(NodeDescription, UnaryOperator, 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エントリのリストを作成するロールを担います。 - 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) - インターフェース org.springframework.data.neo4j.core のメソッド。Neo4jClient
- サプライヤーに基づいて新しい Cypher クエリを作成するためのエントリポイント。
- query(Supplier) - インターフェース 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, Neo4jOperations) - クラス org.springframework.data.neo4j.repository.query のコンストラクター。QuerydslNeo4jPredicateExecutor
- queryFor(Class) - 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) - クラス org.springframework.data.neo4j.repository.query. QueryFragmentsAndParameters のコンストラクター
- QueryFragmentsAndParameters(NodeDescription, QueryFragments, Map, Sort) - クラス org.springframework.data.neo4j.repository.query. QueryFragmentsAndParameters のコンストラクター
- QueryFragmentsAndParameters(NodeDescription, QueryFragments, VectorSearchFragment, Map, Sort) - クラス org.springframework.data.neo4j.repository.query. QueryFragmentsAndParameters のコンストラクター
R
- ReactiveAuditingBeforeBindCallback - org.springframework.data.neo4j.core.mapping.callback のクラス
- レコードにバインドされるエンティティの監査関連フィールドにデータを入力するリアクティブ
EntityCallback。 - ReactiveAuditingBeforeBindCallback(ObjectFactory) - クラス org.springframework.data.neo4j.core.mapping.callback. ReactiveAuditingBeforeBindCallback のコンストラクター
- ReactiveBeforeBindCallback<T> - org.springframework.data.neo4j.core.mapping.callback のインターフェース
- エンティティがレコードにバインドされる前にトリガーされるエンティティコールバック (
java.util.Map<String, Object>SE で表される)。 - ReactiveCypherdslConditionExecutor<T> - org.springframework.data.neo4j.repository.support のインターフェース
- Cypher-DSL の
conditionsによってクエリを強化できるように、任意のリポジトリに追加できるインターフェース。 - ReactiveCypherdslConditionExecutorImpl<T> - org.springframework.data.neo4j.repository.query のクラス
- ReactiveCypherdslConditionExecutorImpl(Neo4jEntityInformation, ReactiveNeo4jOperations) - クラス org.springframework.data.neo4j.repository.query. ReactiveCypherdslConditionExecutorImpl のコンストラクター
- ReactiveCypherdslStatementExecutor<T> - 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> - 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.RunnableSpecBoundToDatabaseとNeo4jClient.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
- ReactiveNeo4j リポジトリ <T, ID> - 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, S, ID> - org.springframework.data.neo4j.repository.support のクラス
- Springs
FactoryBeanインターフェース用の特別なアダプターにより、Spring 構成を介してリポジトリファクトリを簡単にセットアップできます。 - ReactiveNeo4jTemplate - org.springframework.data.neo4j.core のクラス
- Neo4j テンプレートはさまざまな操作を組み合わせます。
- 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 のクラス
AbstractReactiveTransactionManagerの Neo4j 固有の実装。- 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) - クラス org.springframework.data.neo4j.repository.support. ReactivePersistenceExceptionTranslationPostProcessor のコンストラクター
- ReactiveQuerydslNeo4jPredicateExecutor<T> - org.springframework.data.neo4j.repository.query のクラス
ReactiveQuerydslPredicateExecutorの実装でSimpleReactiveNeo4jRepositoryを継承するための Querydsl 固有のフラグメント。- ReactiveQuerydslNeo4jPredicateExecutor(Neo4jMappingContext, Neo4jEntityInformation, 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
- Neo4j 値からプロパティを読み取ります。
- 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 の静的メソッド
- SpEL 式を含む可能性のあるクエリをレンダリングします。
- 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, 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) - インターフェース org.springframework.data.neo4j.core のメソッド。FluentSaveOperation
- 指定された domainType の保存操作の作成を開始します。
- save(Class) - クラス org.springframework.data.neo4j.core のメソッド。Neo4jTemplate
- save(Class) - インターフェース org.springframework.data.neo4j.core のメソッド。ReactiveFluentSaveOperation
- 指定された domainType の保存操作の作成を開始します。
- save(Class) - クラス 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) - インターフェース org.springframework.data.neo4j.repository のメソッド。Neo4jRepository
- saveAll(Iterable) - クラス org.springframework.data.neo4j.repository.support のメソッド。SimpleNeo4jRepository
- saveAll(Iterable) - クラス org.springframework.data.neo4j.repository.support のメソッド。SimpleReactiveNeo4jRepository
- saveAll(Iterable) - インターフェース org.springframework.data.neo4j.core のメソッド。Neo4jOperations
- エンティティの関連するすべてのエンティティを含む、エンティティの複数のインスタンスを保存します。
- saveAll(Iterable) - クラス org.springframework.data.neo4j.core のメソッド。Neo4jTemplate
- saveAll(Iterable) - インターフェース org.springframework.data.neo4j.core のメソッド。ReactiveNeo4jOperations
- エンティティの関連するすべてのエンティティを含む、エンティティの複数のインスタンスを保存します。
- saveAll(Iterable) - クラス org.springframework.data.neo4j.core のメソッド。ReactiveNeo4jTemplate
- saveAll(Publisher) - クラス org.springframework.data.neo4j.repository.support のメソッド。SimpleReactiveNeo4jRepository
- saveAllAs(Iterable, Class) - インターフェース org.springframework.data.neo4j.core のメソッド。Neo4jOperations
- プロジェクト
resultTypeによって定義されたプロパティと関連を含むエンティティのインスタンスを保存します。 - saveAllAs(Iterable, Class) - クラス org.springframework.data.neo4j.core のメソッド。Neo4jTemplate
- saveAllAs(Iterable, Class) - インターフェース org.springframework.data.neo4j.core のメソッド。ReactiveNeo4jOperations
- プロジェクト
resultTypeによって定義されたプロパティと関連を含む、エンティティの複数のインスタンスを保存します。 - saveAllAs(Iterable, Class) - クラス org.springframework.data.neo4j.core のメソッド。ReactiveNeo4jTemplate
- saveAllAs(Iterable, BiPredicate) - インターフェース org.springframework.data.neo4j.core のメソッド。Neo4jOperations
- 提供された述語を使用して保存されたグラフを形成し、エンティティの複数のインスタンスを保存します。
- saveAllAs(Iterable, BiPredicate) - クラス org.springframework.data.neo4j.core のメソッド。Neo4jTemplate
- saveAllAs(Iterable, BiPredicate) - インターフェース org.springframework.data.neo4j.core のメソッド。ReactiveNeo4jOperations
- 提供された述語を使用して保存されたグラフを形成し、エンティティの複数のインスタンスを保存します。
- saveAllAs(Iterable, BiPredicate) - クラス org.springframework.data.neo4j.core のメソッド。ReactiveNeo4jTemplate
- saveAs(T, Class) - インターフェース org.springframework.data.neo4j.core のメソッド。Neo4jOperations
- 投影された
resultTypeによって定義されたプロパティと関連を含むエンティティのインスタンスを保存します。 - saveAs(T, Class) - クラス org.springframework.data.neo4j.core のメソッド。Neo4jTemplate
- saveAs(T, Class) - インターフェース org.springframework.data.neo4j.core のメソッド。ReactiveNeo4jOperations
- 投影された
resultTypeによって定義されたプロパティと関連を含むエンティティのインスタンスを保存します。 - saveAs(T, Class) - クラス org.springframework.data.neo4j.core のメソッド。ReactiveNeo4jTemplate
- saveAs(T, BiPredicate) - インターフェース org.springframework.data.neo4j.core のメソッド。Neo4jOperations
- 提供された述語を使用して保存されたグラフを形成し、エンティティのインスタンスを保存します。
- saveAs(T, BiPredicate) - クラス org.springframework.data.neo4j.core のメソッド。Neo4jTemplate
- saveAs(T, BiPredicate) - インターフェース org.springframework.data.neo4j.core のメソッド。ReactiveNeo4jOperations
- 提供された述語を使用して保存されたグラフを形成し、エンティティのインスタンスを保存します。
- saveAs(T, BiPredicate) - クラス org.springframework.data.neo4j.core のメソッド。ReactiveNeo4jTemplate
- scan(String...) - クラス org.springframework.data.neo4j.config のメソッド。Neo4jEntityScanner
- 指定されたアノテーションを持つエンティティをスキャンします。
- scan(Collection) - クラス org.springframework.data.neo4j.config のメソッド。Neo4jEntityScanner
- 指定されたアノテーションを持つエンティティをスキャンします。
- Schema - Interface in org.springframework.data.neo4j.core.mapping
- SDN に認識されているすべてのノード、そのプロパティ、関連の説明が含まれます。
- score() - Method in record class org.springframework.data.neo4j.repository.query.VectorSearchFragment
scoreレコードコンポーネントの値を返します。- SESSION_MUST_BE_OPEN_BUT_HAS_ALREADY_BEEN_CLOSED - Static variable in class org.springframework.data.neo4j.core.support.RetryExceptionPredicate
- 再試行可能とマークされる前に再試行可能なエラーを示す既知のメッセージ。
- sessionConfig(boolean, Collection, 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) - Method in enum class org.springframework.data.neo4j.core.mapping.CypherGenerator
- elementId または ID のいずれかを照会するために使用する関数を設定します。
- setLimit(Number) - クラス org.springframework.data.neo4j.repository.query のメソッド。QueryFragments
- setMappingContext(MappingContext) - クラス org.springframework.data.neo4j.repository.support のメソッド。Neo4jRepositoryFactoryBean
- setMappingContext(MappingContext) - クラス org.springframework.data.neo4j.repository.support のメソッド。ReactiveNeo4jRepositoryFactoryBean
- setMatchOn(List) - クラス org.springframework.data.neo4j.repository.query のメソッド。QueryFragments
- setNeo4jOperations(Neo4jOperations) - クラス org.springframework.data.neo4j.repository.support のメソッド。Neo4jRepositoryFactoryBean
- setNeo4jOperations(ReactiveNeo4jOperations) - クラス org.springframework.data.neo4j.repository.support のメソッド。ReactiveNeo4jRepositoryFactoryBean
- setOrderBy(Collection) - クラス org.springframework.data.neo4j.repository.query のメソッド。QueryFragments
- setParameters(Map) - クラス org.springframework.data.neo4j.repository.query のメソッド。QueryFragmentsAndParameters
- setParentNodeDescription(NodeDescription) - インターフェース org.springframework.data.neo4j.core.mapping のメソッド。NodeDescription
- 直接の親ノードの説明を登録します。
- setProjectingPropertyFilter(Predicate) - クラス 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, boolean, List) - クラス org.springframework.data.neo4j.repository.query のメソッド。QueryFragments
- setReturnExpression(Expression, boolean) - クラス org.springframework.data.neo4j.repository.query のメソッド。QueryFragments
- setReturnExpressions(Collection) - クラス 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
- シンプル Neo4j リポジトリ <T, ID> - org.springframework.data.neo4j.repository.support のクラス
- Neo4j のリポジトリベースの実装。
- SimpleNeo4jRepository(Neo4jOperations, Neo4jEntityInformation) - クラス org.springframework.data.neo4j.repository.support のコンストラクター。SimpleNeo4jRepository
- SimpleQueryByExampleExecutor<T> - org.springframework.data.neo4j.repository.query のクラス
- 「例示による問い合わせ」機能を提供するリポジトリのフラグメント。
- SimpleQueryByExampleExecutor(Neo4jOperations, Neo4jMappingContext) - クラス org.springframework.data.neo4j.repository.query. SimpleQueryByExampleExecutor のコンストラクター
- シンプルリアクティブ Neo4j リポジトリ <T, ID> - org.springframework.data.neo4j.repository.support のクラス
- Neo4j のリポジトリベースの実装。
- SimpleReactiveNeo4jRepository(ReactiveNeo4jOperations, Neo4jEntityInformation) - クラス org.springframework.data.neo4j.repository.support のコンストラクター。SimpleReactiveNeo4jRepository
- SimpleReactiveQueryByExampleExecutor<T> - 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
- SDN が "to id" を渡すためのパラメーターに使用する名前。
- toDotPath() - クラス org.springframework.data.neo4j.core.mapping のメソッド。PropertyFilter.RelaxedPropertyPath
- toDotPath(String) - クラス org.springframework.data.neo4j.core.mapping のメソッド。PropertyFilter.RelaxedPropertyPath
- toExecutableQuery(Class, QueryFragmentsAndParameters) - インターフェース org.springframework.data.neo4j.core のメソッド。Neo4jOperations
- クエリフラグメントに基づいて実行可能なクエリを作成します。
- toExecutableQuery(Class, QueryFragmentsAndParameters) - クラス org.springframework.data.neo4j.core のメソッド。Neo4jTemplate
- toExecutableQuery(Class, QueryFragmentsAndParameters) - インターフェース org.springframework.data.neo4j.core のメソッド。ReactiveNeo4jOperations
- クエリフラグメントに基づいて実行可能なクエリを作成します。
- toExecutableQuery(Class, QueryFragmentsAndParameters) - クラス org.springframework.data.neo4j.core のメソッド。ReactiveNeo4jTemplate
- toExecutableQuery(PreparedQuery) - インターフェース org.springframework.data.neo4j.core のメソッド。Neo4jOperations
- 使用する暗号テンプレート、必要なパラメーター、オプションのマッピング関数に関するすべての情報を含む準備されたクエリを受け取り、それを実行可能なクエリに変換します。
- toExecutableQuery(PreparedQuery) - クラス org.springframework.data.neo4j.core のメソッド。Neo4jTemplate
- toExecutableQuery(PreparedQuery) - インターフェース org.springframework.data.neo4j.core のメソッド。ReactiveNeo4jOperations
- 使用する暗号テンプレート、必要なパラメーター、オプションのマッピング関数に関するすべての情報を含む準備されたクエリを受け取り、それを実行可能なクエリに変換します。
- toExecutableQuery(PreparedQuery) - クラス 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
- toStatement() - クラス org.springframework.data.neo4j.repository.query のメソッド。QueryFragmentsAndParameters
- toStatement(VectorSearchFragment) - クラス 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() - Method in record class org.springframework.data.neo4j.repository.query.VectorSearchFragment
- このレコードクラスの文字列表現を返します。
- 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, Instance) - クラス org.springframework.data.neo4j.config のメソッド。Neo4jCdiConfigurationSupport
- transactionManager(Driver, DatabaseSelectionProvider) - クラス org.springframework.data.neo4j.config のメソッド。AbstractNeo4jConfig
AbstractNeo4jConfig.driver()から生成されたドライバーに基づいて、Neo4j 用のPlatformTransactionManagerを提供します。- transactionManagerRef() - アノテーションインターフェース org.springframework.data.neo4j.repository.config の要素。EnableNeo4jRepositories
- 検出されたリポジトリで使用する
Neo4jTransactionManagerBean の名前を構成します。 - transactionManagerRef() - アノテーションインターフェース org.springframework.data.neo4j.repository.config の要素。EnableReactiveNeo4jRepositories
- 検出されたリポジトリで使用する
ReactiveNeo4jTransactionManagerBean の名前を構成します。 - transformKeysWith() - Element in annotation interface org.springframework.data.neo4j.core.schema.CompositeProperty
- この属性を使用すると、マップキーに適用される変換を構成できます。
- translateExceptionIfPossible(RuntimeException) - クラス org.springframework.data.neo4j.core のメソッド。Neo4jPersistenceExceptionTranslator
- traverse(Class, BiConsumer) - クラス org.springframework.data.neo4j.core.mapping のメソッド。PropertyTraverser
- traverse(Class, BiPredicate, BiConsumer) - クラス 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 Class in org.springframework.data.neo4j.core.mapping
- クラスまたはプライマリラベルに関する必要な情報が
Schemaからリクエストされましたが、その情報が利用できない場合にスローされます。 - UnknownEntityException(Class) - Constructor for exception class 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, Collection) - インターフェース org.springframework.data.neo4j.core.transaction のメソッド。Neo4jBookmarkManager
- 最後のトランザクションがコミットされた後に受信した
newBookmarks new bookmarksを使用してブックマークマネージャーをリフレッシュします。 - updateRelationshipIds(NestedRelationshipProcessingStateMachine.RelationshipIdSupplier) - クラス org.springframework.data.neo4j.core.mapping のメソッド。NestedRelationshipProcessingStateMachine
- updateRelationshipIdsReactive(NestedRelationshipProcessingStateMachine.ReactiveRelationshipIdSupplier) - クラス 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) - クラス 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
- 使用する ID ジェネレーターを構成します。
- 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 の静的メソッド
- この列挙型クラスの定数を含む配列を、宣言されている順序で返します。
- VECTOR_SEARCH_SCORE_PARAMETER - Static variable in class org.springframework.data.neo4j.core.mapping.Constants
- ベクトル検索スコアパラメーター名。
- VECTOR_SEARCH_VECTOR_PARAMETER - Static variable in class org.springframework.data.neo4j.core.mapping.Constants
- ベクトル検索ベクトルパラメーター名。
- VectorSearch - Annotation Interface in org.springframework.data.neo4j.repository.query
- リポジトリ上のベクトル検索を示します。
- VectorSearchFragment - Record Class in org.springframework.data.neo4j.repository.query
- ベクトル検索のパラメーターを収集しました。
- VectorSearchFragment(String, int, Double) - Constructor for record class org.springframework.data.neo4j.repository.query.VectorSearchFragment
VectorSearchFragmentレコードクラスのインスタンスを作成します。- verifyDatabaseName(String) - インターフェース org.springframework.data.neo4j.core.Neo4jClient の静的メソッド
- これは、データベース名を検証およびサニタイズするためのユーティリティメソッドです。
W
- with(Function) - インターフェース 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 のメソッド。ReactiveNeo4jTransactionManager.Builder
- withBookmarkManager(Neo4jBookmarkManager) - クラス org.springframework.data.neo4j.core.transaction のメソッド。Neo4jTransactionManager.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 のメソッド。Neo4jClient.Builder
- 使用する
Neo4jConversionsのセットを構成します。 - withNeo4jConversions(Neo4jConversions) - クラス org.springframework.data.neo4j.core のメソッド。ReactiveNeo4jClient.Builder
- 使用する
Neo4jConversionsのセットを構成します。 - withNeo4jConversions(Neo4jConversions) - クラス org.springframework.data.neo4j.core.mapping のメソッド。Neo4jMappingContext.Builder
- withParameters(Map) - クラス 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(T) - インターフェース org.springframework.data.neo4j.core.convert のメソッド。Neo4jPersistentPropertyConverter
- プロパティを Neo4j 値に書き込みます。
- write(Object) - クラス org.springframework.data.neo4j.core.convert のメソッド。ConvertWith.UnsetConverter
- 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
すべてのクラスとインターフェース | すべてのパッケージ | 定数フィールド値 | 連載形式