| パッケージ | 説明 |
|---|---|
| org.springframework.data.gemfire.dao | |
| org.springframework.data.gemfire.repository.query | |
| org.springframework.data.gemfire.repository.support |
| 修飾子と型 | メソッドと説明 |
|---|---|
protected GemfireTemplate | GemfireDaoSupport.createGemfireTemplate(org.apache.geode.cache.Region<?,?> region) 指定された Pivotal GemFire キャッシュ領域の GemfireTemplate のインスタンスを作成します。 |
| 修飾子と型 | メソッドと説明 |
|---|---|
protected GemfireTemplate | StringBasedGemfireRepositoryQuery.getTemplate() すべてのデータアクセスおよびクエリ操作を実行するために使用される GemfireTemplate への参照を返します。 |
| コンストラクターと説明 |
|---|
PartTreeGemfireRepositoryQuery(GemfireQueryMethod method, GemfireTemplate template) |
StringBasedGemfireRepositoryQuery(GemfireQueryMethod queryMethod, GemfireTemplate template) |
StringBasedGemfireRepositoryQuery(StringSE query, GemfireQueryMethod queryMethod, GemfireTemplate template) 指定されたクエリ StringSE、GemfireQueryMethod、GemfireTemplate を使用して新しい StringBasedGemfireRepositoryQuery を作成します。 |
| 修飾子と型 | メソッドと説明 |
|---|---|
GemfireTemplate | SimpleGemfireRepository.getTemplate() この GemfireRepository が基本的な CRUD データアクセス操作と単純な OQL クエリを実行するために使用する GemfireTemplate への参照を返します。 |
protected GemfireTemplate | GemfireRepositoryFactory.newTemplate(RepositoryMetadata repositoryMetadata)Repository によって定義されたすべての永続的なデータアクセス操作をサポートするために使用される識別された Region で初期化された GemfireTemplate の新しいインスタンスを構築します。 |
| コンストラクターと説明 |
|---|
SimpleGemfireRepository(GemfireTemplate template, EntityInformation<T, ID> entityInformation) |
Copyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.