インデックス

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

A

AbstractKeyValueAdapter - org.springframework.data.keyvalue.core のクラス
KeyValueAdapter の基本実装は、検索とカウントの実行を委譲するための QueryEngine を保持します。
AbstractKeyValueAdapter() - クラス org.springframework.data.keyvalue.core. AbstractKeyValueAdapter のコンストラクター
デフォルトのクエリエンジンを使用して新しい AbstractKeyValueAdapter を作成します。
AbstractKeyValueAdapter(QueryEngine<? extends KeyValueAdapter, ?, ?>) - クラス org.springframework.data.keyvalue.core. AbstractKeyValueAdapter のコンストラクター
デフォルトのクエリエンジンを使用して新しい AbstractKeyValueAdapter を作成します。
AbstractKeyValueAdapter(SortAccessor<Comparator<?>>) - クラス org.springframework.data.keyvalue.core. AbstractKeyValueAdapter のコンストラクター
デフォルトのクエリエンジンと、ソート用に提供されたコンパレータを使用して、新しい AbstractKeyValueAdapter を作成します。
after() - クラス org.springframework.data.keyvalue.core.event のメソッド。KeyValueEvent.AfterUpdateEvent
現在の値を取得します。
afterDelete(Object, String, Class<? extends T>, T) - Static method in class org.springframework.data.keyvalue.core.event.KeyValueEvent
新しい KeyValueEvent.AfterDeleteEvent を作成します。
AfterDeleteEvent(Object, String, Class<? extends T>, T) - クラス org.springframework.data.keyvalue.core.event のコンストラクター。KeyValueEvent.AfterDeleteEvent
afterDropKeySpace(String, Class<? extends T>) - Static method in class org.springframework.data.keyvalue.core.event.KeyValueEvent
新しい KeyValueEvent.AfterDropKeySpaceEvent を作成します。
AfterDropKeySpaceEvent(String, Class<? extends T>) - クラス org.springframework.data.keyvalue.core.event のコンストラクター。KeyValueEvent.AfterDropKeySpaceEvent
afterGet(Object, String, Class<T>, T) - Static method in class org.springframework.data.keyvalue.core.event.KeyValueEvent
新しい KeyValueEvent.AfterGetEvent を作成します。
AfterGetEvent(Object, String, Class<T>, T) - クラス org.springframework.data.keyvalue.core.event のコンストラクター。KeyValueEvent.AfterGetEvent
afterInsert(Object, String, Class<? extends T>, T) - Static method in class org.springframework.data.keyvalue.core.event.KeyValueEvent
新しい KeyValueEvent.AfterInsertEvent を作成します。
AfterInsertEvent(Object, String, Class<? extends T>, T) - クラス org.springframework.data.keyvalue.core.event のコンストラクター。KeyValueEvent.AfterInsertEvent
afterPropertiesSet() - クラス org.springframework.data.keyvalue.repository.support のメソッド。KeyValueRepositoryFactoryBean
afterUpdate(Object, String, Class<? extends T>, T, Object) - Static method in class org.springframework.data.keyvalue.core.event.KeyValueEvent
新しい KeyValueEvent.AfterUpdateEvent を作成します。
AfterUpdateEvent(Object, String, Class<? extends T>, T, Object) - クラス org.springframework.data.keyvalue.core.event のコンストラクター。KeyValueEvent.AfterUpdateEvent
and(Part, String, Iterator<Object>) - クラス org.springframework.data.keyvalue.repository.query のメソッド。SpelQueryCreator
and(Part, Predicate<?>, Iterator<Object>) - クラス org.springframework.data.keyvalue.repository.query のメソッド。PredicateQueryCreator
AnnotationBasedKeySpaceResolver - Enum Class in org.springframework.data.keyvalue.core.mapping
AnnotationBasedKeySpaceResolverPersistent を検索し、KeySpace のメタ使用または直接使用の有無を確認します。
asc() - クラス org.springframework.data.keyvalue.core のメソッド。PropertyPathComparator
昇順にソート。
asc() - クラス org.springframework.data.keyvalue.core のメソッド。SpelPropertyComparator
昇順にソート。

B

basePackageClasses() - Element in annotation interface org.springframework.data.map.repository.config.EnableMapRepositories
アノテーション付きコンポーネントをスキャンするパッケージを指定するための、EnableMapRepositories.basePackages() の型安全な代替。
basePackages() - Element in annotation interface org.springframework.data.map.repository.config.EnableMapRepositories
アノテーション付きコンポーネントをスキャンするベースパッケージ。
BasicKeyValuePersistentEntity< T , P extends KeyValuePersistentProperty< P >> - Class in org.springframework.data.keyvalue.core.mapping
keySpace などの特定のメタデータを追加する KeyValuePersistentEntity 実装。
BasicKeyValuePersistentEntity(TypeInformation<T>) - クラス org.springframework.data.keyvalue.core.mapping. BasicKeyValuePersistentEntity のコンストラクター
BasicKeyValuePersistentEntity(TypeInformation<T>, KeySpaceResolver) - クラス org.springframework.data.keyvalue.core.mapping. BasicKeyValuePersistentEntity のコンストラクター
before() - クラス org.springframework.data.keyvalue.core.event のメソッド。KeyValueEvent.AfterUpdateEvent
更新前の値を取得します。
beforeDelete(Object, String, Class<? extends T>) - Static method in class org.springframework.data.keyvalue.core.event.KeyValueEvent
新しい KeyValueEvent.BeforeDeleteEvent を作成します。
BeforeDeleteEvent(Object, String, Class<? extends T>) - クラス org.springframework.data.keyvalue.core.event のコンストラクター。KeyValueEvent.BeforeDeleteEvent
beforeDropKeySpace(String, Class<? extends T>) - Static method in class org.springframework.data.keyvalue.core.event.KeyValueEvent
新しい KeyValueEvent.BeforeDropKeySpaceEvent を作成します。
BeforeDropKeySpaceEvent(String, Class<? extends T>) - クラス org.springframework.data.keyvalue.core.event のコンストラクター。KeyValueEvent.BeforeDropKeySpaceEvent
beforeGet(Object, String, Class<T>) - Static method in class org.springframework.data.keyvalue.core.event.KeyValueEvent
新しい KeyValueEvent.BeforeGetEvent を作成します。
BeforeGetEvent(Object, String, Class<T>) - クラス org.springframework.data.keyvalue.core.event のコンストラクター。KeyValueEvent.BeforeGetEvent
beforeInsert(Object, String, Class<? extends T>, T) - Static method in class org.springframework.data.keyvalue.core.event.KeyValueEvent
新しい KeyValueEvent.BeforeInsertEvent を作成します。
BeforeInsertEvent(Object, String, Class<? extends T>, T) - クラス org.springframework.data.keyvalue.core.event のコンストラクター。KeyValueEvent.BeforeInsertEvent
beforeUpdate(Object, String, Class<? extends T>, T) - Static method in class org.springframework.data.keyvalue.core.event.KeyValueEvent
新しい KeyValueEvent.BeforeUpdateEvent を作成します。
BeforeUpdateEvent(Object, String, Class<? extends T>, T) - クラス org.springframework.data.keyvalue.core.event のコンストラクター。KeyValueEvent.BeforeUpdateEvent
buildExpressionForPath() - クラス org.springframework.data.keyvalue.core のメソッド。SpelPropertyComparator
式の生の値を作成します。

C

CachingKeyValuePartTreeQuery - org.springframework.data.keyvalue.repository.query のクラス
一度作成されたクエリをキャッシュする定義済みの AbstractQueryCreator を使用して PartTree からクエリを派生する KeyValuePartTreeQuery 実装。
CachingKeyValuePartTreeQuery(QueryMethod, QueryMethodEvaluationContextProvider, KeyValueOperations, Class<? extends AbstractQueryCreator<?, ?>>) - クラス org.springframework.data.keyvalue.repository.query. CachingKeyValuePartTreeQuery のコンストラクター
ClassNameKeySpaceResolver - Enum Class in org.springframework.data.keyvalue.core.mapping
Class.getName() を返す KeySpaceResolver の最も単純な実装。
clear() - インターフェース org.springframework.data.keyvalue.core のメソッド。KeyValueAdapter
すべてのオブジェクトを削除します。
clear() - クラス org.springframework.data.map のメソッド。MapKeyValueAdapter
close() - クラス org.springframework.data.keyvalue.core のメソッド。ForwardingCloseableIterator
compare(T, T) - クラス org.springframework.data.keyvalue.core のメソッド。PropertyPathComparator
compare(T, T) - クラス org.springframework.data.keyvalue.core のメソッド。SpelPropertyComparator
complete(String, Sort) - クラス org.springframework.data.keyvalue.repository.query のメソッド。SpelQueryCreator
complete(Predicate<?>, Sort) - クラス org.springframework.data.keyvalue.repository.query のメソッド。PredicateQueryCreator
considerNestedRepositories() - Element in annotation interface org.springframework.data.map.repository.config.EnableMapRepositories
ネストされたリポジトリインターフェース(たとえば、内部クラスとして定義されている)をリポジトリインフラストラクチャで検出するかどうかを構成します。
contains(Object, String) - インターフェース org.springframework.data.keyvalue.core のメソッド。KeyValueAdapter
指定された ID を持つオブジェクトがキースペース内に存在するかどうかを確認します。
contains(Object, String) - クラス org.springframework.data.map のメソッド。MapKeyValueAdapter
count() - クラス org.springframework.data.keyvalue.repository.support のメソッド。SimpleKeyValueRepository
count(Predicate) - クラス org.springframework.data.keyvalue.repository.support のメソッド。QuerydslKeyValuePredicateExecutor
count(Predicate) - クラス org.springframework.data.keyvalue.repository.support のメソッド。QuerydslKeyValueRepository
使用すべきではありません。
count(CRITERIA, String) - クラス org.springframework.data.keyvalue.core のメソッド。QueryEngine
count(Class<?>) - インターフェース org.springframework.data.keyvalue.core のメソッド。KeyValueOperations
指定された型の使用可能な要素の合計数。
count(Class<?>) - クラス org.springframework.data.keyvalue.core のメソッド。KeyValueTemplate
count(String) - インターフェース org.springframework.data.keyvalue.core のメソッド。KeyValueAdapter
キースペース内のオブジェクトの数をカウントします。
count(String) - クラス org.springframework.data.map のメソッド。MapKeyValueAdapter
count(Predicate<?>, String) - クラス org.springframework.data.keyvalue.core のメソッド。PredicateQueryEngine
count(KeyValueQuery<?>, Class<?>) - インターフェース org.springframework.data.keyvalue.core のメソッド。KeyValueOperations
指定されたクエリに一致する要素の合計数。
count(KeyValueQuery<?>, Class<?>) - クラス org.springframework.data.keyvalue.core のメソッド。KeyValueTemplate
count(KeyValueQuery<?>, String) - クラス org.springframework.data.keyvalue.core のメソッド。AbstractKeyValueAdapter
count(KeyValueQuery<?>, String) - インターフェース org.springframework.data.keyvalue.core のメソッド。KeyValueAdapter
キースペース内の一致するオブジェクトをすべてカウントします。
count(KeyValueQuery<?>, String) - クラス org.springframework.data.keyvalue.core のメソッド。QueryEngine
クエリ属性を抽出し、具体的な実行に委譲します。
count(SpelCriteria, String) - クラス org.springframework.data.keyvalue.core のメソッド。SpelQueryEngine
create() - インターフェース org.springframework.data.keyvalue.core のメソッド。QueryEngineFactory
QueryEngine を作成するためのファクトリメソッド。
create(Part, Iterator<Object>) - クラス org.springframework.data.keyvalue.repository.query のメソッド。PredicateQueryCreator
create(Part, Iterator<Object>) - クラス org.springframework.data.keyvalue.repository.query のメソッド。SpelQueryCreator
createAssociation() - クラス org.springframework.data.keyvalue.core.mapping のメソッド。KeyValuePersistentProperty
createPersistentEntity(TypeInformation<T>) - クラス org.springframework.data.keyvalue.core.mapping.context のメソッド。KeyValueMappingContext
createPersistentProperty(Property, E, SimpleTypeHolder) - クラス org.springframework.data.keyvalue.core.mapping.context のメソッド。KeyValueMappingContext
createQuery(ParameterAccessor) - クラス org.springframework.data.keyvalue.repository.query のメソッド。KeyValuePartTreeQuery
ParameterAccessor を指定して KeyValueQuery を作成します。
createRepositoryFactory() - クラス org.springframework.data.keyvalue.repository.support のメソッド。KeyValueRepositoryFactoryBean
createRepositoryFactory(KeyValueOperations, Class<? extends AbstractQueryCreator<?, ?>>, Class<? extends RepositoryQuery>) - クラス org.springframework.data.keyvalue.repository.support のメソッド。KeyValueRepositoryFactoryBean
リポジトリの作成に使用するリポジトリファクトリを作成します。
CriteriaAccessor< T > - Interface in org.springframework.data.keyvalue.core
指定された KeyValueQuery から条件オブジェクトを解決します。

D

delete(Class<?>) - インターフェース org.springframework.data.keyvalue.core のメソッド。KeyValueOperations
型の要素をすべて削除します。
delete(Class<?>) - クラス org.springframework.data.keyvalue.core のメソッド。KeyValueTemplate
delete(Object, Class<T>) - インターフェース org.springframework.data.keyvalue.core のメソッド。KeyValueOperations
指定された ID の型のアイテムを削除します。
delete(Object, Class<T>) - クラス org.springframework.data.keyvalue.core のメソッド。KeyValueTemplate
delete(Object, String) - インターフェース org.springframework.data.keyvalue.core のメソッド。KeyValueAdapter
指定された型と ID を持つオブジェクトを削除して返します。
delete(Object, String) - クラス org.springframework.data.map のメソッド。MapKeyValueAdapter
delete(Object, String, Class<T>) - クラス org.springframework.data.keyvalue.core のメソッド。AbstractKeyValueAdapter
delete(Object, String, Class<T>) - インターフェース org.springframework.data.keyvalue.core のメソッド。KeyValueAdapter
指定された型と ID を持つオブジェクトを削除して返します。
delete(T) - インターフェース org.springframework.data.keyvalue.core のメソッド。KeyValueOperations
delete(T) - クラス org.springframework.data.keyvalue.core のメソッド。KeyValueTemplate
delete(T) - クラス org.springframework.data.keyvalue.repository.support のメソッド。SimpleKeyValueRepository
deleteAll() - クラス org.springframework.data.keyvalue.repository.support のメソッド。SimpleKeyValueRepository
deleteAll(Iterable<? extends T>) - クラス org.springframework.data.keyvalue.repository.support のメソッド。SimpleKeyValueRepository
deleteAllById(Iterable<? extends ID>) - クラス org.springframework.data.keyvalue.repository.support のメソッド。SimpleKeyValueRepository
deleteAllOf(String) - インターフェース org.springframework.data.keyvalue.core のメソッド。KeyValueAdapter
指定された型のすべてのオブジェクトを削除します。
deleteAllOf(String) - クラス org.springframework.data.map のメソッド。MapKeyValueAdapter
deleteById(ID) - クラス org.springframework.data.keyvalue.repository.support のメソッド。SimpleKeyValueRepository
desc() - クラス org.springframework.data.keyvalue.core のメソッド。PropertyPathComparator
降順にソート。
desc() - クラス org.springframework.data.keyvalue.core のメソッド。SpelPropertyComparator
降順にソート。
destroy() - クラス org.springframework.data.keyvalue.core のメソッド。KeyValueTemplate
destroy() - クラス org.springframework.data.map のメソッド。MapKeyValueAdapter
doExecute(Object[], KeyValueQuery<?>) - クラス org.springframework.data.keyvalue.repository.query のメソッド。KeyValuePartTreeQuery
doInKeyValue(KeyValueAdapter) - インターフェース org.springframework.data.keyvalue.core のメソッド。KeyValueCallback
KeyValueTemplate#execute(KeyValueCallback) によって呼び出されます。

E

EnableMapRepositories - Annotation Interface in org.springframework.data.map.repository.config
マップリポジトリをアクティブ化するためのアノテーション。
entries(String) - インターフェース org.springframework.data.keyvalue.core のメソッド。KeyValueAdapter
すべてのエントリを反復処理する CloseableIterator を返します。
entries(String) - クラス org.springframework.data.map のメソッド。MapKeyValueAdapter
entries(String, Class<T>) - インターフェース org.springframework.data.keyvalue.core のメソッド。KeyValueAdapter
すべてのエントリを反復処理する CloseableIterator を返します。
excludeFilters() - Element in annotation interface org.springframework.data.map.repository.config.EnableMapRepositories
コンポーネントのスキャンに適さない型を指定します。
execute(CRITERIA, SORT, long, int, String) - クラス org.springframework.data.keyvalue.core のメソッド。QueryEngine
execute(CRITERIA, SORT, long, int, String, Class<T>) - クラス org.springframework.data.keyvalue.core のメソッド。QueryEngine
execute(Object[]) - クラス org.springframework.data.keyvalue.repository.query のメソッド。KeyValuePartTreeQuery
execute(Predicate<?>, Comparator<?>, long, int, String) - クラス org.springframework.data.keyvalue.core のメソッド。PredicateQueryEngine
execute(KeyValueCallback<T>) - インターフェース org.springframework.data.keyvalue.core のメソッド。KeyValueOperations
基礎となるストアに対して操作を実行します。
execute(KeyValueCallback<T>) - クラス org.springframework.data.keyvalue.core のメソッド。KeyValueTemplate
execute(KeyValueQuery<?>, String) - クラス org.springframework.data.keyvalue.core のメソッド。QueryEngine
クエリ属性を抽出し、具体的な実行に委譲します。
execute(KeyValueQuery<?>, String, Class<T>) - クラス org.springframework.data.keyvalue.core のメソッド。QueryEngine
クエリ属性を抽出し、具体的な実行に委譲します。
execute(SpelCriteria, Comparator<?>, long, int, String) - クラス org.springframework.data.keyvalue.core のメソッド。SpelQueryEngine
executeRequired(KeyValueCallback<T>) - クラス org.springframework.data.keyvalue.core のメソッド。KeyValueTemplate
KeyValueCallback を実行し、null 以外の戻り値を要求します。
exists(Predicate) - クラス org.springframework.data.keyvalue.repository.support のメソッド。QuerydslKeyValuePredicateExecutor
exists(Predicate) - クラス org.springframework.data.keyvalue.repository.support のメソッド。QuerydslKeyValueRepository
使用すべきではありません。
exists(KeyValueQuery<?>, Class<?>) - インターフェース org.springframework.data.keyvalue.core のメソッド。KeyValueOperations
指定された KeyValueQuery の結果に少なくとも 1 つの要素が含まれているかどうかを判断します。
exists(KeyValueQuery<?>, Class<?>) - クラス org.springframework.data.keyvalue.core のメソッド。KeyValueTemplate
exists(KeyValueQuery<?>, String) - インターフェース org.springframework.data.keyvalue.core のメソッド。KeyValueAdapter
キースペース内の指定された KeyValueQuery の結果に少なくとも 1 つの要素が含まれているかどうかを判断します。
existsById(ID) - クラス org.springframework.data.keyvalue.repository.support のメソッド。SimpleKeyValueRepository

F

find(KeyValueQuery<?>, Class<T>) - インターフェース org.springframework.data.keyvalue.core のメソッド。KeyValueOperations
指定されたクエリに一致するすべての要素を取得します。
find(KeyValueQuery<?>, Class<T>) - クラス org.springframework.data.keyvalue.core のメソッド。KeyValueTemplate
find(KeyValueQuery<?>, String) - クラス org.springframework.data.keyvalue.core のメソッド。AbstractKeyValueAdapter
find(KeyValueQuery<?>, String) - インターフェース org.springframework.data.keyvalue.core のメソッド。KeyValueAdapter
キースペース内の一致するオブジェクトをすべて検索します。
find(KeyValueQuery<?>, String, Class<T>) - クラス org.springframework.data.keyvalue.core のメソッド。AbstractKeyValueAdapter
find(KeyValueQuery<?>, String, Class<T>) - インターフェース org.springframework.data.keyvalue.core のメソッド。KeyValueAdapter
findAll() - クラス org.springframework.data.keyvalue.repository.support のメソッド。SimpleKeyValueRepository
findAll(OrderSpecifier<?>...) - クラス org.springframework.data.keyvalue.repository.support のメソッド。QuerydslKeyValuePredicateExecutor
findAll(OrderSpecifier<?>...) - クラス org.springframework.data.keyvalue.repository.support のメソッド。QuerydslKeyValueRepository
使用すべきではありません。
findAll(Predicate) - クラス org.springframework.data.keyvalue.repository.support のメソッド。QuerydslKeyValuePredicateExecutor
findAll(Predicate) - クラス org.springframework.data.keyvalue.repository.support のメソッド。QuerydslKeyValueRepository
使用すべきではありません。
findAll(Predicate, OrderSpecifier<?>...) - クラス org.springframework.data.keyvalue.repository.support のメソッド。QuerydslKeyValuePredicateExecutor
findAll(Predicate, OrderSpecifier<?>...) - クラス org.springframework.data.keyvalue.repository.support のメソッド。QuerydslKeyValueRepository
使用すべきではありません。
findAll(Predicate, Pageable) - クラス org.springframework.data.keyvalue.repository.support のメソッド。QuerydslKeyValuePredicateExecutor
findAll(Predicate, Pageable) - クラス org.springframework.data.keyvalue.repository.support のメソッド。QuerydslKeyValueRepository
使用すべきではありません。
findAll(Predicate, Sort) - クラス org.springframework.data.keyvalue.repository.support のメソッド。QuerydslKeyValuePredicateExecutor
findAll(Predicate, Sort) - クラス org.springframework.data.keyvalue.repository.support のメソッド。QuerydslKeyValueRepository
使用すべきではありません。
findAll(Class<T>) - インターフェース org.springframework.data.keyvalue.core のメソッド。KeyValueOperations
指定された型のすべての要素を取得します。
findAll(Class<T>) - クラス org.springframework.data.keyvalue.core のメソッド。KeyValueTemplate
findAll(Pageable) - クラス org.springframework.data.keyvalue.repository.support のメソッド。SimpleKeyValueRepository
findAll(Sort) - クラス org.springframework.data.keyvalue.repository.support のメソッド。SimpleKeyValueRepository
findAll(Sort, Class<T>) - インターフェース org.springframework.data.keyvalue.core のメソッド。KeyValueOperations
すべての要素をソート順に取得します。
findAll(Sort, Class<T>) - クラス org.springframework.data.keyvalue.core のメソッド。KeyValueTemplate
findAllById(Iterable<ID>) - クラス org.springframework.data.keyvalue.repository.support のメソッド。SimpleKeyValueRepository
findBy(Predicate, Function<FluentQuery.FetchableFluentQuery<S>, R>) - クラス org.springframework.data.keyvalue.repository.support のメソッド。QuerydslKeyValuePredicateExecutor
findBy(Predicate, Function<FluentQuery.FetchableFluentQuery<S>, R>) - クラス org.springframework.data.keyvalue.repository.support のメソッド。QuerydslKeyValueRepository
使用すべきではありません。
findById(ID) - クラス org.springframework.data.keyvalue.repository.support のメソッド。SimpleKeyValueRepository
findById(Object, Class<T>) - インターフェース org.springframework.data.keyvalue.core のメソッド。KeyValueOperations
指定された ID を持つ指定された型の要素を取得します。
findById(Object, Class<T>) - クラス org.springframework.data.keyvalue.core のメソッド。KeyValueTemplate
findInRange(long, int, Class<T>) - インターフェース org.springframework.data.keyvalue.core のメソッド。KeyValueOperations
指定された範囲内のすべての要素を取得します。
findInRange(long, int, Class<T>) - クラス org.springframework.data.keyvalue.core のメソッド。KeyValueTemplate
findInRange(long, int, Sort, Class<T>) - インターフェース org.springframework.data.keyvalue.core のメソッド。KeyValueOperations
指定された範囲内のすべての要素をソート順に取得します。
findInRange(long, int, Sort, Class<T>) - クラス org.springframework.data.keyvalue.core のメソッド。KeyValueTemplate
findOne(Predicate) - クラス org.springframework.data.keyvalue.repository.support のメソッド。QuerydslKeyValuePredicateExecutor
findOne(Predicate) - クラス org.springframework.data.keyvalue.repository.support のメソッド。QuerydslKeyValueRepository
使用すべきではありません。
ForwardingCloseableIterator< T > - Class in org.springframework.data.keyvalue.core
CloseableIterator 呼び出しを構成された IteratorSE デリゲートに転送します。
ForwardingCloseableIterator(Iterator<? extends T>) - クラス org.springframework.data.keyvalue.core. ForwardingCloseableIterator のコンストラクター
新しい ForwardingCloseableIterator を作成します。
ForwardingCloseableIterator(Iterator<? extends T>, Runnable) - クラス org.springframework.data.keyvalue.core. ForwardingCloseableIterator のコンストラクター
ForwardingCloseableIterator.close() 上で構成された closeHandler を呼び出す新しい ForwardingCloseableIterator を作成します。

G

generateIdentifierOfType(TypeInformation<T>) - インターフェース org.springframework.data.keyvalue.core のメソッド。IdentifierGenerator
指定された型の識別子を作成します。
get(Object, String) - インターフェース org.springframework.data.keyvalue.core のメソッド。KeyValueAdapter
キースペースから指定された ID を持つオブジェクトを取得します。
get(Object, String) - クラス org.springframework.data.map のメソッド。MapKeyValueAdapter
get(Object, String, Class<T>) - クラス org.springframework.data.keyvalue.core のメソッド。AbstractKeyValueAdapter
get(Object, String, Class<T>) - インターフェース org.springframework.data.keyvalue.core のメソッド。KeyValueAdapter
キースペースから指定された ID を持つオブジェクトを取得します。
getAdapter() - クラス org.springframework.data.keyvalue.core のメソッド。QueryEngine
KeyValueAdapter を使用します。
getAllOf(String) - インターフェース org.springframework.data.keyvalue.core のメソッド。KeyValueAdapter
指定されたキースペースのすべての要素を取得します。
getAllOf(String) - クラス org.springframework.data.map のメソッド。MapKeyValueAdapter
getAllOf(String, Class<T>) - インターフェース org.springframework.data.keyvalue.core のメソッド。KeyValueAdapter
指定されたキースペースのすべての要素を取得します。
getAnnotation() - クラス org.springframework.data.map.repository.config のメソッド。MapRepositoriesRegistrar
getCompareValue(T, PropertyPath) - クラス org.springframework.data.keyvalue.core のメソッド。PropertyPathComparator
getContext() - クラス org.springframework.data.keyvalue.core のメソッド。SpelCriteria
getCriteria() - クラス org.springframework.data.keyvalue.core.query のメソッド。KeyValueQuery
条件オブジェクトを取得します。
getDefaultKeyValueTemplateBeanDefinition(RepositoryConfigurationSource) - クラス org.springframework.data.keyvalue.repository.config のメソッド。KeyValueRepositoryConfigurationExtension
KeyValueTemplate のデフォルトの RootBeanDefinition を取得します。
getDefaultKeyValueTemplateBeanDefinition(RepositoryConfigurationSource) - クラス org.springframework.data.map.repository.config のメソッド。MapRepositoryConfigurationExtension
getDefaultKeyValueTemplateRef() - クラス org.springframework.data.keyvalue.repository.config のメソッド。KeyValueRepositoryConfigurationExtension
返された名前で Bean が登録されていない場合は、デフォルトの KeyValueTemplate Bean を登録できるように、KeyValueTemplate Bean 名を返します。
getDefaultKeyValueTemplateRef() - クラス org.springframework.data.map.repository.config のメソッド。MapRepositoryConfigurationExtension
getEntityInformation(Class<T>) - クラス org.springframework.data.keyvalue.repository.support のメソッド。KeyValueRepositoryFactory
getExpression() - クラス org.springframework.data.keyvalue.core のメソッド。SpelCriteria
getExpression() - クラス org.springframework.data.keyvalue.core のメソッド。SpelPropertyComparator
値を SpelExpression に解析する
getExtension() - クラス org.springframework.data.map.repository.config のメソッド。MapRepositoriesRegistrar
getIdentifyingTypes() - クラス org.springframework.data.keyvalue.repository.config のメソッド。KeyValueRepositoryConfigurationExtension
getKey() - クラス org.springframework.data.keyvalue.core.event のメソッド。KeyValueEvent.AfterDeleteEvent
getKeyspace() - クラス org.springframework.data.keyvalue.core.event のメソッド。KeyValueEvent
getKeySpace() - クラス org.springframework.data.keyvalue.core.mapping のメソッド。BasicKeyValuePersistentEntity
getKeySpace() - インターフェース org.springframework.data.keyvalue.core.mapping のメソッド。KeyValuePersistentEntity
特定のエンティティに割り当てられている keySpace を取得します。
getKeySpaceMap(String) - クラス org.springframework.data.map のメソッド。MapKeyValueAdapter
指定されたキー空間に関連付けられたマップを取得します。
getKeySpaceResolver() - クラス org.springframework.data.keyvalue.core.mapping.context のメソッド。KeyValueMappingContext
getKeyValueAdapter() - インターフェース org.springframework.data.keyvalue.core のメソッド。KeyValueOperations
getKeyValueAdapter() - クラス org.springframework.data.keyvalue.core のメソッド。KeyValueTemplate
getMappingContext() - インターフェース org.springframework.data.keyvalue.core のメソッド。KeyValueOperations
getMappingContext() - クラス org.springframework.data.keyvalue.core のメソッド。KeyValueTemplate
getMappingContextBeanRef() - クラス org.springframework.data.keyvalue.repository.config のメソッド。KeyValueRepositoryConfigurationExtension
返された名前で Bean が登録されていない場合は、デフォルトのマッピングコンテキスト Bean を登録する可能性のある MappingContext Bean 名を返します。
getModuleName() - クラス org.springframework.data.keyvalue.repository.config のメソッド。KeyValueRepositoryConfigurationExtension
getModuleName() - クラス org.springframework.data.map.repository.config のメソッド。MapRepositoryConfigurationExtension
getModulePrefix() - クラス org.springframework.data.keyvalue.repository.config のメソッド。KeyValueRepositoryConfigurationExtension
getModulePrefix() - クラス org.springframework.data.map.repository.config のメソッド。MapRepositoryConfigurationExtension
getOffset() - クラス org.springframework.data.keyvalue.core.query のメソッド。KeyValueQuery
スキップする要素の数。
getPath() - クラス org.springframework.data.keyvalue.core のメソッド。SpelPropertyComparator
プロパティへのドットパスを取得します。
getPayload() - クラス org.springframework.data.keyvalue.core.event のメソッド。KeyValueEvent.AfterDeleteEvent
KeyValueEvent が参照する要素の値を取得します。
getQueryEngine() - クラス org.springframework.data.keyvalue.core のメソッド。AbstractKeyValueAdapter
QueryEngine を使用します。
getQueryLookupStrategy(QueryLookupStrategy.Key, QueryMethodEvaluationContextProvider) - クラス org.springframework.data.keyvalue.repository.support のメソッド。KeyValueRepositoryFactory
getQueryMethod() - クラス org.springframework.data.keyvalue.repository.query のメソッド。KeyValuePartTreeQuery
getRepositoryBaseClass(RepositoryMetadata) - クラス org.springframework.data.keyvalue.repository.support のメソッド。KeyValueRepositoryFactory
getRepositoryFactoryBeanClassName() - クラス org.springframework.data.keyvalue.repository.config のメソッド。KeyValueRepositoryConfigurationExtension
getRepositoryFragments(RepositoryMetadata) - クラス org.springframework.data.keyvalue.repository.support のメソッド。KeyValueRepositoryFactory
getRepositoryFragments(RepositoryMetadata, KeyValueOperations) - クラス org.springframework.data.keyvalue.repository.support のメソッド。KeyValueRepositoryFactory
RepositoryMetadata に基づいて RepositoryComposition.RepositoryFragments を作成し、キー値固有の拡張機能を追加します。
getRequiredAdapter() - クラス org.springframework.data.keyvalue.core のメソッド。QueryEngine
必要な KeyValueAdapter を使用するか、アダプターが設定されていない場合は IllegalStateExceptionSE をスローします。
getRows() - クラス org.springframework.data.keyvalue.core.query のメソッド。KeyValueQuery
読み取る要素の数。
getSort() - クラス org.springframework.data.keyvalue.core.query のメソッド。KeyValueQuery
Sort を取得します。
getSource() - クラス org.springframework.data.keyvalue.core.event のメソッド。KeyValueEvent.AfterDropKeySpaceEvent
getSource() - クラス org.springframework.data.keyvalue.core.event のメソッド。KeyValueEvent.BeforeDropKeySpaceEvent
getSource() - クラス org.springframework.data.keyvalue.core.event のメソッド。KeyValueEvent.AfterDeleteEvent
getTargetRepository(RepositoryInformation) - クラス org.springframework.data.keyvalue.repository.support のメソッド。KeyValueRepositoryFactory
getType() - クラス org.springframework.data.keyvalue.core.event のメソッド。KeyValueEvent.AfterDeleteEvent
KeyValueEvent が参照する要素の型を取得します。
getValue(PropertyPath) - クラス org.springframework.data.keyvalue.core のメソッド。SimplePropertyPathAccessor

H

hasNext() - クラス org.springframework.data.keyvalue.core のメソッド。ForwardingCloseableIterator

I

IdentifierGenerator - Interface in org.springframework.data.keyvalue.core
識別子を生成するコンポーネントの API。
includeFilters() - Element in annotation interface org.springframework.data.map.repository.config.EnableMapRepositories
コンポーネントのスキャンに適格な型を指定します。
insert(Object, T) - インターフェース org.springframework.data.keyvalue.core のメソッド。KeyValueOperations
指定された ID を持つオブジェクトを追加します。
insert(Object, T) - クラス org.springframework.data.keyvalue.core のメソッド。KeyValueTemplate
insert(T) - インターフェース org.springframework.data.keyvalue.core のメソッド。KeyValueOperations
指定されたオブジェクトを追加します。
insert(T) - クラス org.springframework.data.keyvalue.core のメソッド。KeyValueTemplate
INSTANCE - Enum constant in enum class org.springframework.data.keyvalue.core.mapping.AnnotationBasedKeySpaceResolver
INSTANCE - Enum constant in enum class org.springframework.data.keyvalue.core.mapping.ClassNameKeySpaceResolver
IterableConverter - org.springframework.data.keyvalue.core のクラス
指定された IterableSE をコレクション型に変換できるコンバーター。

K

KEY_VALUE_TEMPLATE_BEAN_REF_ATTRIBUTE - Static variable in class org.springframework.data.keyvalue.repository.config.KeyValueRepositoryConfigurationExtension
KeySpace - Annotation Interface in org.springframework.data.keyvalue.annotation
エンティティが存在する専用のキースペースの存在を示す Persistent アノテーションを持つメソッドのマーカーインターフェース。
KeySpaceResolver - Interface in org.springframework.data.keyvalue.core.mapping
KeySpaceResolver は、特定の型が割り当てられるキースペースを決定します。
KeyValueAdapter - Interface in org.springframework.data.keyvalue.core
KeyValueAdapter はアクセスを統合し、基盤となるキー / 値固有の実装を保護します。
KeyValueCallback< T > - Interface in org.springframework.data.keyvalue.core
KeyValueAdapter で動作するコードの汎用コールバックインターフェース。
KeyValueEvent< T > - Class in org.springframework.data.keyvalue.core.event
KeyValueEvent は、たとえばによって実行される操作に対して公開されます。
KeyValueEvent(Object, String) - クラス org.springframework.data.keyvalue.core.event. KeyValueEvent のコンストラクター
KeyValueEvent.AfterDeleteEvent <T> - org.springframework.data.keyvalue.core.event のクラス
指定されたキーを使用してオブジェクトを削除した後の KeyValueEvent
KeyValueEvent.AfterDropKeySpaceEvent <T> - org.springframework.data.keyvalue.core.event のクラス
指定されたキースペース内のすべての要素を削除した後の KeyValueEvent
KeyValueEvent.AfterGetEvent <T> - org.springframework.data.keyvalue.core.event のクラス
キーによってオブジェクトをロードした後の KeyValueEvent
KeyValueEvent.AfterInsertEvent <T> - org.springframework.data.keyvalue.core.event のクラス
指定されたキーを使用してオブジェクトを挿入した後の KeyValueEvent
KeyValueEvent.AfterUpdateEvent <T> - org.springframework.data.keyvalue.core.event のクラス
指定されたキーを使用してオブジェクトを更新した後の KeyValueEvent
KeyValueEvent.BeforeDeleteEvent <T> - org.springframework.data.keyvalue.core.event のクラス
指定されたキーを使用してオブジェクトを削除する前に KeyValueEvent を実行します。
KeyValueEvent.BeforeDropKeySpaceEvent <T> - org.springframework.data.keyvalue.core.event のクラス
特定のキースペース内のすべての要素を削除する前に KeyValueEvent を実行します。
KeyValueEvent.BeforeGetEvent <T> - org.springframework.data.keyvalue.core.event のクラス
キーによってオブジェクトをロードする前に KeyValueEvent が発生します。
KeyValueEvent.BeforeInsertEvent <T> - org.springframework.data.keyvalue.core.event のクラス
指定されたキーを使用してオブジェクトを挿入する前に、KeyValueEvent を実行します。
KeyValueEvent.BeforeUpdateEvent <T> - org.springframework.data.keyvalue.core.event のクラス
指定されたキーを使用してオブジェクトを更新する前に KeyValueEvent を実行します。
KeyValueMappingContext< E extends KeyValuePersistentEntity<?, P >, P extends KeyValuePersistentProperty< P >> - Class in org.springframework.data.keyvalue.core.mapping.context
KeyValuePersistentEntityKeyValuePersistentProperty を主要な抽象化として使用する MappingContext のデフォルト実装。
KeyValueMappingContext() - クラス org.springframework.data.keyvalue.core.mapping.context. KeyValueMappingContext のコンストラクター
KeyValueOperations - Interface in org.springframework.data.keyvalue.core
キー / 値操作の基本セットを指定するインターフェース。
KeyValuePartTreeQuery - org.springframework.data.keyvalue.repository.query のクラス
定義済みの AbstractQueryCreator を使用して PartTree からクエリを派生する RepositoryQuery 実装。
KeyValuePartTreeQuery(QueryMethod, QueryMethodEvaluationContextProvider, KeyValueOperations, Class<? extends AbstractQueryCreator<?, ?>>) - クラス org.springframework.data.keyvalue.repository.query. KeyValuePartTreeQuery のコンストラクター
指定された QueryMethodEvaluationContextProviderKeyValueOperations およびクエリ作成者型に対して新しい KeyValuePartTreeQuery を作成します。
KeyValuePartTreeQuery(QueryMethod, QueryMethodEvaluationContextProvider, KeyValueOperations, KeyValuePartTreeQuery.QueryCreatorFactory<AbstractQueryCreator<KeyValueQuery<?>, ?>>) - クラス org.springframework.data.keyvalue.repository.query. KeyValuePartTreeQuery のコンストラクター
指定された KeyValuePartTreeQuery.QueryCreatorFactory を使用して、指定された QueryMethodEvaluationContextProviderKeyValueOperations の新しい KeyValuePartTreeQuery を作成し、クエリの変更を担当する AbstractQueryCreator を生成します。
KeyValuePartTreeQuery.QueryCreatorFactory< T extends AbstractQueryCreator<?,?>> - org.springframework.data.keyvalue.repository.query のインターフェース
指定された PartTree および ParameterAccessorAbstractQueryCreator インスタンスを取得するためのファクトリクラス。
KeyValuePersistenceExceptionTranslator - org.springframework.data.keyvalue.core のクラス
指定されたランタイム例外を org.springframework.dao 階層からの適切な例外に変換する、キー / 値ストア用のシンプルな PersistenceExceptionTranslator 実装。
KeyValuePersistenceExceptionTranslator() - クラス org.springframework.data.keyvalue.core. KeyValuePersistenceExceptionTranslator のコンストラクター
KeyValuePersistentEntity< T , P extends KeyValuePersistentProperty< P >> - Interface in org.springframework.data.keyvalue.core.mapping
KeyValuePersistentProperty< P extends KeyValuePersistentProperty< P >> - Class in org.springframework.data.keyvalue.core.mapping
PersistentProperty の最も単純な実装。
KeyValuePersistentProperty(Property, PersistentEntity<?, P>, SimpleTypeHolder) - クラス org.springframework.data.keyvalue.core.mapping. KeyValuePersistentProperty のコンストラクター
KeyValueQuery< T > - Class in org.springframework.data.keyvalue.core.query
KeyValueQuery() - クラス org.springframework.data.keyvalue.core.query. KeyValueQuery のコンストラクター
KeyValueQuery の新しいインスタンスを作成します。
KeyValueQuery(Sort) - クラス org.springframework.data.keyvalue.core.query. KeyValueQuery のコンストラクター
指定された Sort を使用して KeyValueQuery の新しいインスタンスを作成します。
KeyValueQuery(T) - クラス org.springframework.data.keyvalue.core.query. KeyValueQuery のコンストラクター
指定された条件で KeyValueQuery の新しいインスタンスを作成します。
KeyValueQuery(T, Sort) - クラス org.springframework.data.keyvalue.core.query. KeyValueQuery のコンストラクター
指定された条件と Sort を使用して KeyValueQuery の新しいインスタンスを作成します。
KeyValueRepository< T ,ID> - Interface in org.springframework.data.keyvalue.repository
KeyValueRepositoryConfigurationExtension - org.springframework.data.keyvalue.repository.config のクラス
KeyValueRepositoryConfigurationExtension() - クラス org.springframework.data.keyvalue.repository.config. KeyValueRepositoryConfigurationExtension のコンストラクター
KeyValueRepositoryFactory - org.springframework.data.keyvalue.repository.support のクラス
RepositoryFactorySupportKeyValueRepository の処理に特化しています。
KeyValueRepositoryFactory(KeyValueOperations) - クラス org.springframework.data.keyvalue.repository.support. KeyValueRepositoryFactory のコンストラクター
指定された KeyValueOperations の新しい KeyValueRepositoryFactory を作成します。
KeyValueRepositoryFactory(KeyValueOperations, Class<? extends AbstractQueryCreator<?, ?>>) - クラス org.springframework.data.keyvalue.repository.support. KeyValueRepositoryFactory のコンストラクター
指定された KeyValueOperations および AbstractQueryCreator -type に対して新しい KeyValueRepositoryFactory を作成します。
KeyValueRepositoryFactory(KeyValueOperations, Class<? extends AbstractQueryCreator<?, ?>>, Class<? extends RepositoryQuery>) - クラス org.springframework.data.keyvalue.repository.support. KeyValueRepositoryFactory のコンストラクター
指定された KeyValueOperations および AbstractQueryCreator -type に対して新しい KeyValueRepositoryFactory を作成します。
KeyValueRepositoryFactoryBean< T extends Repository< S ,ID>, S ,ID> - Class in org.springframework.data.keyvalue.repository.support
FactoryBeanKeyValueRepository を作成します。
KeyValueRepositoryFactoryBean(Class<? extends T>) - クラス org.springframework.data.keyvalue.repository.support. KeyValueRepositoryFactoryBean のコンストラクター
指定されたリポジトリインターフェースの新しい KeyValueRepositoryFactoryBean を作成します。
KeyValueTemplate - org.springframework.data.keyvalue.core のクラス
KeyValueOperations の基本的な実装。
KeyValueTemplate(KeyValueAdapter) - クラス org.springframework.data.keyvalue.core. KeyValueTemplate のコンストラクター
指定された KeyValueAdapter とデフォルトの KeyValueMappingContext を使用して新しい KeyValueTemplate を作成します。
KeyValueTemplate(KeyValueAdapter, MappingContext<? extends KeyValuePersistentEntity<?, ?>, ? extends KeyValuePersistentProperty<?>>) - クラス org.springframework.data.keyvalue.core. KeyValueTemplate のコンストラクター
指定された KeyValueAdapterMappingContext を使用して新しい KeyValueTemplate を作成します。
KeyValueTemplate(KeyValueAdapter, MappingContext<? extends KeyValuePersistentEntity<?, ?>, ? extends KeyValuePersistentProperty<?>>, IdentifierGenerator) - クラス org.springframework.data.keyvalue.core. KeyValueTemplate のコンストラクター
指定された KeyValueAdapterMappingContext を使用して新しい KeyValueTemplate を作成します。
keyValueTemplateRef() - Element in annotation interface org.springframework.data.map.repository.config.EnableMapRepositories
検出されたリポジトリで使用する KeyValueOperations Bean の名前を構成します。

L

limit(int) - クラス org.springframework.data.keyvalue.core.query のメソッド。KeyValueQuery

M

MapKeyValueAdapter - org.springframework.data.map のクラス
MapSE 用の KeyValueAdapter 実装。
MapKeyValueAdapter() - クラス org.springframework.data.map. MapKeyValueAdapter のコンストラクター
バックアップストア型として ConcurrentHashMapSE を使用して新しい MapKeyValueAdapter を作成します。
MapKeyValueAdapter(Class<? extends Map>) - クラス org.springframework.data.map. MapKeyValueAdapter のコンストラクター
指定された MapSE をバッキングストアとして使用して、新しい MapKeyValueAdapter を作成します。
MapKeyValueAdapter(Class<? extends Map>, QueryEngine<? extends KeyValueAdapter, ?, ?>) - クラス org.springframework.data.map. MapKeyValueAdapter のコンストラクター
指定された MapSE をバッキングストアおよびクエリエンジンとして使用して、新しい MapKeyValueAdapter を作成します。
MapKeyValueAdapter(Class<? extends Map>, SortAccessor<Comparator<?>>) - クラス org.springframework.data.map. MapKeyValueAdapter のコンストラクター
指定された MapSE をバッキングストアとして使用して、新しい MapKeyValueAdapter を作成します。
MapKeyValueAdapter(Map<String, Map<Object, Object>>) - クラス org.springframework.data.map. MapKeyValueAdapter のコンストラクター
永続性のために指定された dataStore を使用して MapKeyValueAdapter の新しいインスタンスを作成します。
MapKeyValueAdapter(Map<String, Map<Object, Object>>, QueryEngine<? extends KeyValueAdapter, ?, ?>) - クラス org.springframework.data.map. MapKeyValueAdapter のコンストラクター
永続性とクエリエンジン用に指定された dataStore を使用して、MapKeyValueAdapter の新しいインスタンスを作成します。
MapKeyValueAdapter(QueryEngine<? extends KeyValueAdapter, ?, ?>) - クラス org.springframework.data.map. MapKeyValueAdapter のコンストラクター
指定されたクエリエンジンを使用して新しい MapKeyValueAdapter を作成します。
MAPPING_CONTEXT_BEAN_NAME - Static variable in class org.springframework.data.keyvalue.repository.config.KeyValueRepositoryConfigurationExtension
MapRepositoriesRegistrar - org.springframework.data.map.repository.config のクラス
マップ固有の RepositoryBeanDefinitionRegistrarSupport 実装。
MapRepositoriesRegistrar() - クラス org.springframework.data.map.repository.config. MapRepositoriesRegistrar のコンストラクター
MapRepositoryConfigurationExtension - org.springframework.data.map.repository.config のクラス
マップベースのリポジトリの場合は RepositoryConfigurationExtension
MapRepositoryConfigurationExtension() - クラス org.springframework.data.map.repository.config. MapRepositoryConfigurationExtension のコンストラクター
mapType() - Element in annotation interface org.springframework.data.map.repository.config.EnableMapRepositories
データ保存に使用される MapSE 構造を構成します。

N

namedQueriesLocation() - Element in annotation interface org.springframework.data.map.repository.config.EnableMapRepositories
Spring Data 名前付きクエリプロパティファイルの場所を設定します。
nameGenerator() - Element in annotation interface org.springframework.data.map.repository.config.EnableMapRepositories
リポジトリ Bean を作成するときに使用する特定の BeanNameGenerator を構成します。
next() - クラス org.springframework.data.keyvalue.core のメソッド。ForwardingCloseableIterator
nullsFirst() - クラス org.springframework.data.keyvalue.core のメソッド。PropertyPathComparator
最初に null 値を並べ替えます。
nullsFirst() - クラス org.springframework.data.keyvalue.core のメソッド。SpelPropertyComparator
最初に null 値を並べ替えます。
nullsLast() - クラス org.springframework.data.keyvalue.core のメソッド。PropertyPathComparator
null 値を最後に並べ替えます。
nullsLast() - クラス org.springframework.data.keyvalue.core のメソッド。SpelPropertyComparator
null 値を最後に並べ替えます。

O

or(String, String) - クラス org.springframework.data.keyvalue.repository.query のメソッド。SpelQueryCreator
or(Predicate<?>, Predicate<?>) - クラス org.springframework.data.keyvalue.repository.query のメソッド。PredicateQueryCreator
orderBy(Sort) - クラス org.springframework.data.keyvalue.core.query のメソッド。KeyValueQuery
指定された Sort を追加します。
org.springframework.data.keyvalue.annotation - パッケージ org.springframework.data.keyvalue.annotation
宣言型キースペース構成用のキー値アノテーション。
org.springframework.data.keyvalue.core - パッケージ org.springframework.data.keyvalue.core
コアキー / 値の実装。
org.springframework.data.keyvalue.core.event - パッケージ org.springframework.data.keyvalue.core.event
標準の永続性ライフサイクルイベントなどのキー値イベントのクラスをサポートします。
org.springframework.data.keyvalue.core.mapping - パッケージ org.springframework.data.keyvalue.core.mapping
キーと値のマッピングサブシステムとキースペースの解決のためのインフラストラクチャ。
org.springframework.data.keyvalue.core.mapping.context - パッケージ org.springframework.data.keyvalue.core.mapping.context
キーと値のマッピングコンテキストのインフラストラクチャ。
org.springframework.data.keyvalue.core.query - パッケージ org.springframework.data.keyvalue.core.query
キー / 値固有のクエリと抽象化。
org.springframework.data.keyvalue.repository - パッケージ org.springframework.data.keyvalue.repository
キー / 値固有のリポジトリ実装。
org.springframework.data.keyvalue.repository.config - パッケージ org.springframework.data.keyvalue.repository.config
キー / 値固有のリポジトリの構成のためのインフラストラクチャをサポートします。
org.springframework.data.keyvalue.repository.query - パッケージ org.springframework.data.keyvalue.repository.query
汎用 SpEL ベースの実装を提供する、キー / 値固有のリポジトリのクエリ導出メカニズム。
org.springframework.data.keyvalue.repository.support - パッケージ org.springframework.data.keyvalue.repository.support
キー / 値固有のリポジトリのクエリ派生のためのインフラストラクチャをサポートします。
org.springframework.data.map - パッケージ org.springframework.data.map
汎用 MapSE インスタンスによってサポートされるリポジトリ実装。
org.springframework.data.map.repository.config - パッケージ org.springframework.data.map.repository.config
MapSE リポジトリの構成のためのサポートインフラストラクチャ。

P

PathSortAccessor - org.springframework.data.keyvalue.core のクラス
PathSortAccessor() - クラス org.springframework.data.keyvalue.core. PathSortAccessor のコンストラクター
postProcess(BeanDefinitionBuilder, AnnotationRepositoryConfigurationSource) - クラス org.springframework.data.keyvalue.repository.config のメソッド。KeyValueRepositoryConfigurationExtension
PredicateQueryCreator - org.springframework.data.keyvalue.repository.query のクラス
AbstractQueryCreatorPredicateSE ベースの KeyValueQuery を作成します。
PredicateQueryCreator(PartTree, ParameterAccessor) - クラス org.springframework.data.keyvalue.repository.query. PredicateQueryCreator のコンストラクター
PredicateQueryEngine - org.springframework.data.keyvalue.core のクラス
KeyValueAdapter に対して PredicateSE ベースの KeyValueQuery を実行するための QueryEngine 実装に固有です。
PredicateQueryEngine() - クラス org.springframework.data.keyvalue.core. PredicateQueryEngine のコンストラクター
新しい PredicateQueryEngine を作成します。
PredicateQueryEngine(SortAccessor<Comparator<?>>) - クラス org.springframework.data.keyvalue.core. PredicateQueryEngine のコンストラクター
提供された accessor を使用して結果を並べ替える新しいクエリエンジンを作成します。
PrefixKeyspaceResolver - org.springframework.data.keyvalue.core.mapping のクラス
KeySpaceResolver は、デリゲート KeySpaceResolver からキースペースを決定した後、キースペースの前に静的プレフィックスを付けます。
PrefixKeyspaceResolver(String, KeySpaceResolver) - クラス org.springframework.data.keyvalue.core.mapping. PrefixKeyspaceResolver のコンストラクター
prepareQuery(Predicate) - クラス org.springframework.data.keyvalue.repository.support のメソッド。QuerydslKeyValuePredicateExecutor
指定された Predicate の実行可能なクエリを作成します。
prepareQuery(Object[]) - クラス org.springframework.data.keyvalue.repository.query のメソッド。CachingKeyValuePartTreeQuery
prepareQuery(Object[]) - クラス org.springframework.data.keyvalue.repository.query のメソッド。KeyValuePartTreeQuery
prepareQuery(KeyValueQuery<?>, Object[]) - クラス org.springframework.data.keyvalue.repository.query のメソッド。KeyValuePartTreeQuery
PropertyPathComparator< T > - Class in org.springframework.data.keyvalue.core
PropertyPath に基づいてオブジェクトを比較するための ComparatorSE 実装。
PropertyPathComparator(String) - クラス org.springframework.data.keyvalue.core. PropertyPathComparator のコンストラクター
put(Object, Object, String) - インターフェース org.springframework.data.keyvalue.core のメソッド。KeyValueAdapter
指定された ID を持つオブジェクトをキースペースに追加します。
put(Object, Object, String) - クラス org.springframework.data.map のメソッド。MapKeyValueAdapter

Q

queryCreator() - Element in annotation interface org.springframework.data.map.repository.config.EnableMapRepositories
QueryCreator を構成して、パーツツリークエリを作成します。
queryCreatorFor(PartTree, ParameterAccessor) - インターフェース org.springframework.data.keyvalue.repository.query のメソッド。KeyValuePartTreeQuery.QueryCreatorFactory
QueryCreatorType - Annotation Interface in org.springframework.data.keyvalue.repository.config
特定のストアで使用するクエリ作成者型をカスタマイズするためのアノテーション。
QuerydslKeyValuePredicateExecutor< T > - Class in org.springframework.data.keyvalue.repository.support
QuerydslPredicateExecutor は、CollQuery を使用して Predicate を適用できます。
QuerydslKeyValuePredicateExecutor(EntityInformation<T, ?>, KeyValueOperations) - クラス org.springframework.data.keyvalue.repository.support. QuerydslKeyValuePredicateExecutor のコンストラクター
指定された EntityInformation の新しい QuerydslKeyValuePredicateExecutor を作成します。
QuerydslKeyValuePredicateExecutor(EntityInformation<T, ?>, ProjectionFactory, KeyValueOperations, EntityPathResolver) - クラス org.springframework.data.keyvalue.repository.support. QuerydslKeyValuePredicateExecutor のコンストラクター
指定された EntityInformation および EntityPathResolver に対して新しい QuerydslKeyValuePredicateExecutor を作成します。
QuerydslKeyValueRepository< T ,ID> - Class in org.springframework.data.keyvalue.repository.support
使用すべきではありません。
2.6 以降、代わりに QuerydslKeyValuePredicateExecutor を使用してください。
QuerydslKeyValueRepository(EntityInformation<T, ID>, KeyValueOperations) - クラス org.springframework.data.keyvalue.repository.support. QuerydslKeyValueRepository のコンストラクター
使用すべきではありません。
指定された EntityInformation および KeyValueOperations の新しい QuerydslKeyValueRepository を作成します。
QuerydslKeyValueRepository(EntityInformation<T, ID>, KeyValueOperations, EntityPathResolver) - クラス org.springframework.data.keyvalue.repository.support. QuerydslKeyValueRepository のコンストラクター
使用すべきではありません。
指定された EntityInformationKeyValueOperations および EntityPathResolver の新しい QuerydslKeyValueRepository を作成します。
QueryEngine<ADAPTER extends KeyValueAdapter,CRITERIA,SORT> - Class in org.springframework.data.keyvalue.core
KeyValueAdapter に対して KeyValueQuery にアクセスし、実行するための基本実装。
QueryEngine(CriteriaAccessor<CRITERIA>, SortAccessor<SORT>) - クラス org.springframework.data.keyvalue.core. QueryEngine のコンストラクター
queryEngineFactory() - Element in annotation interface org.springframework.data.map.repository.config.EnableMapRepositories
QueryEngineFactory を構成して QueryEngine を作成します。
QueryEngineFactory - Interface in org.springframework.data.keyvalue.core
構成の一部として QueryEngine オブジェクトを提供する QueryEngineFactory 実装のインターフェース。
queryLookupStrategy() - Element in annotation interface org.springframework.data.map.repository.config.EnableMapRepositories
クエリメソッドのルックアップクエリに使用される QueryLookupStrategy のキーを返します。

R

registerAdapter(KeyValueAdapter) - クラス org.springframework.data.keyvalue.core のメソッド。QueryEngine
registerBeansForRoot(BeanDefinitionRegistry, RepositoryConfigurationSource) - クラス org.springframework.data.keyvalue.repository.config のメソッド。KeyValueRepositoryConfigurationExtension
repositoryBaseClass() - Element in annotation interface org.springframework.data.map.repository.config.EnableMapRepositories
この特定の構成のリポジトリプロキシを作成するために使用するリポジトリ基本クラスを構成します。
repositoryFactoryBeanClass() - Element in annotation interface org.springframework.data.map.repository.config.EnableMapRepositories
各リポジトリインスタンスに使用される FactoryBean クラスを返します。
repositoryImplementationPostfix() - Element in annotation interface org.springframework.data.map.repository.config.EnableMapRepositories
カスタムリポジトリの実装を検索するときに使用される接尾辞を返します。
repositoryQueryType() - Element in annotation interface org.springframework.data.keyvalue.repository.config.QueryCreatorType
QueryCreatorType.value() によって作成される RepositoryQuery 型。
resolve(KeyValueQuery<?>) - インターフェース org.springframework.data.keyvalue.core のメソッド。CriteriaAccessor
指定された KeyValueQueryKeyValueQuery.getCriteria() をチェックして読み取ります。
resolve(KeyValueQuery<?>) - クラス org.springframework.data.keyvalue.core のメソッド。PathSortAccessor
resolve(KeyValueQuery<?>) - インターフェース org.springframework.data.keyvalue.core のメソッド。SortAccessor
指定された KeyValueQueryKeyValueQuery.getSort() を読み取り、目的の型と一致するように必要な変換を適用します。
resolve(KeyValueQuery<?>) - クラス org.springframework.data.keyvalue.core のメソッド。SpelSortAccessor
resolveKeySpace(Class<?>) - Method in enum class org.springframework.data.keyvalue.core.mapping.AnnotationBasedKeySpaceResolver
resolveKeySpace(Class<?>) - Method in enum class org.springframework.data.keyvalue.core.mapping.ClassNameKeySpaceResolver
resolveKeySpace(Class<?>) - インターフェース org.springframework.data.keyvalue.core.mapping のメソッド。KeySpaceResolver
特定の型に使用する keySpace を決定します。
resolveKeySpace(Class<?>) - クラス org.springframework.data.keyvalue.core.mapping のメソッド。PrefixKeyspaceResolver

S

save(S) - クラス org.springframework.data.keyvalue.repository.support のメソッド。SimpleKeyValueRepository
saveAll(Iterable<S>) - クラス org.springframework.data.keyvalue.repository.support のメソッド。SimpleKeyValueRepository
setApplicationEventPublisher(ApplicationEventPublisher) - クラス org.springframework.data.keyvalue.core のメソッド。KeyValueTemplate
setEventTypesToPublish(Set<Class<? extends KeyValueEvent>>) - クラス org.springframework.data.keyvalue.core のメソッド。KeyValueTemplate
ApplicationEventPublisher 経由で発行するイベント型を定義します。
setExceptionTranslator(PersistenceExceptionTranslator) - クラス org.springframework.data.keyvalue.core のメソッド。KeyValueTemplate
RuntimeExceptionSE の変換に使用する PersistenceExceptionTranslator を設定します。
setFallbackKeySpaceResolver(KeySpaceResolver) - クラス org.springframework.data.keyvalue.core.mapping.context のメソッド。KeyValueMappingContext
使用すべきではありません。
3.1 以降、代わりに KeySpaceResolver を使用してください。
setKeySpaceResolver(KeySpaceResolver) - クラス org.springframework.data.keyvalue.core.mapping.context のメソッド。KeyValueMappingContext
使用する KeySpaceResolver を構成します。
setKeyValueOperations(KeyValueOperations) - クラス org.springframework.data.keyvalue.repository.support のメソッド。KeyValueRepositoryFactoryBean
リポジトリに使用する KeyValueOperations を構成します。
setMappingContext(MappingContext<?, ?>) - クラス org.springframework.data.keyvalue.repository.support のメソッド。KeyValueRepositoryFactoryBean
setOffset(long) - クラス org.springframework.data.keyvalue.core.query のメソッド。KeyValueQuery
スキップする要素の数を設定します。
setQueryCreator(Class<? extends AbstractQueryCreator<?, ?>>) - クラス org.springframework.data.keyvalue.repository.support のメソッド。KeyValueRepositoryFactoryBean
使用する QueryCreatorType を構成します。
setQueryType(Class<? extends RepositoryQuery>) - クラス org.springframework.data.keyvalue.repository.support のメソッド。KeyValueRepositoryFactoryBean
作成する RepositoryQuery 型を構成します。
setRows(int) - クラス org.springframework.data.keyvalue.core.query のメソッド。KeyValueQuery
読み取る要素の数を設定します。
setSort(Sort) - クラス org.springframework.data.keyvalue.core.query のメソッド。KeyValueQuery
Sort を適用するように設定します。
SimpleKeyValueRepository< T ,ID> - Class in org.springframework.data.keyvalue.repository.support
シンプルな KeyValueRepository 実装。
SimpleKeyValueRepository(EntityInformation<T, ID>, KeyValueOperations) - クラス org.springframework.data.keyvalue.repository.support. SimpleKeyValueRepository のコンストラクター
指定された EntityInformation および KeyValueOperations の新しい SimpleKeyValueRepository を作成します。
SimplePropertyPathAccessor< T > - Class in org.springframework.data.keyvalue.core
SimplePropertyPathAccessor(Object) - クラス org.springframework.data.keyvalue.core. SimplePropertyPathAccessor のコンストラクター
skip(long) - クラス org.springframework.data.keyvalue.core.query のメソッド。KeyValueQuery
sortAccessor() - Element in annotation interface org.springframework.data.map.repository.config.EnableMapRepositories
結果をソートするために accessor を構成します。
SortAccessor< T > - Interface in org.springframework.data.keyvalue.core
指定された KeyValueQuery から Sort オブジェクトを解決し、それを QueryEngine 実装で使用できるストア固有の表現に変換します。
SpelCriteria - org.springframework.data.keyvalue.core のクラス
SpelCriteria を使用すると、SpelExpressionEvaluationContext を実際のクエリプロセッサーに渡すことができます。
SpelCriteria(SpelExpression) - クラス org.springframework.data.keyvalue.core. SpelCriteria のコンストラクター
指定された SpelExpression の新しい SpelCriteria を作成します。
SpelCriteria(SpelExpression, EvaluationContext) - クラス org.springframework.data.keyvalue.core. SpelCriteria のコンストラクター
新しい SpelCriteria を作成します。
SpelPropertyComparator< T > - Class in org.springframework.data.keyvalue.core
SpelExpression を使用した ComparatorSE 実装。
SpelPropertyComparator(String, SpelExpressionParser) - クラス org.springframework.data.keyvalue.core. SpelPropertyComparator のコンストラクター
指定されたプロパティパス SpelExpressionParser の新しい SpelPropertyComparator を作成します。
SpelQueryCreator - org.springframework.data.keyvalue.repository.query のクラス
AbstractQueryCreatorSpelExpression ベースの KeyValueQuery を作成します。
SpelQueryCreator(PartTree, ParameterAccessor) - クラス org.springframework.data.keyvalue.repository.query. SpelQueryCreator のコンストラクター
指定された PartTree および ParameterAccessor の新しい SpelQueryCreator を作成します。
SpelQueryEngine - org.springframework.data.keyvalue.core のクラス
KeyValueAdapter に対して SpelExpression ベースの KeyValueQuery を実行するための QueryEngine 実装に固有です。
SpelQueryEngine() - クラス org.springframework.data.keyvalue.core. SpelQueryEngine のコンストラクター
新しい SpelQueryEngine を作成します。
SpelQueryEngine(SortAccessor<Comparator<?>>) - クラス org.springframework.data.keyvalue.core. SpelQueryEngine のコンストラクター
提供された accessor を使用して結果を並べ替える新しいクエリエンジンを作成します。
SpelSortAccessor - org.springframework.data.keyvalue.core のクラス
SpelPropertyComparator を作成できる SortAccessor 実装。
SpelSortAccessor(SpelExpressionParser) - クラス org.springframework.data.keyvalue.core. SpelSortAccessor のコンストラクター
SpelExpressionParser を指定して新しい SpelSortAccessor を作成します。

T

toList(Iterable<T>) - Static method in class org.springframework.data.keyvalue.core.IterableConverter
指定された IterableSEListSE に変換します
toPredicateExpression(PartTree) - クラス org.springframework.data.keyvalue.repository.query のメソッド。SpelQueryCreator
toString() - クラス org.springframework.data.keyvalue.core.event のメソッド。KeyValueEvent
translateExceptionIfPossible(RuntimeException) - クラス org.springframework.data.keyvalue.core のメソッド。KeyValuePersistenceExceptionTranslator

U

UncategorizedKeyValueException - Exception in org.springframework.data.keyvalue.core
「基礎となるリソースに何らかの問題が発生した」というよりも具体的なことを区別できない場合の通常のスーパークラス。
UncategorizedKeyValueException(String, Throwable) - Constructor for exception org.springframework.data.keyvalue.core.UncategorizedKeyValueException
新しい UncategorizedKeyValueException を作成します。
update(Object, T) - インターフェース org.springframework.data.keyvalue.core のメソッド。KeyValueOperations
update(Object, T) - クラス org.springframework.data.keyvalue.core のメソッド。KeyValueTemplate
update(T) - インターフェース org.springframework.data.keyvalue.core のメソッド。KeyValueOperations
update(T) - クラス org.springframework.data.keyvalue.core のメソッド。KeyValueTemplate

V

value() - Element in annotation interface org.springframework.data.keyvalue.annotation.KeySpace
value() - Element in annotation interface org.springframework.data.keyvalue.repository.config.QueryCreatorType
value() - Element in annotation interface org.springframework.data.map.repository.config.EnableMapRepositories
EnableMapRepositories.basePackages() 属性のエイリアス。
valueOf(String) - Static method in enum class org.springframework.data.keyvalue.core.mapping.AnnotationBasedKeySpaceResolver
指定された名前でこのクラスの列挙型定数を返します。
valueOf(String) - Static method in enum class org.springframework.data.keyvalue.core.mapping.ClassNameKeySpaceResolver
指定された名前でこのクラスの列挙型定数を返します。
values() - Static method in enum class org.springframework.data.keyvalue.core.mapping.AnnotationBasedKeySpaceResolver
この列挙型クラスの定数を含む配列を、宣言されている順序で返します。
values() - Static method in enum class org.springframework.data.keyvalue.core.mapping.ClassNameKeySpaceResolver
この列挙型クラスの定数を含む配列を、宣言されている順序で返します。
A B C D E F G H I K L M N O P Q R S T U V
すべてのクラスとインターフェース | すべてのパッケージ | 定数フィールド値 | 連載形式