インデックス
すべてのクラスとインターフェース | すべてのパッケージ | 定数フィールド値 | 連載形式
A
- AbstractKeyValueAdapter - org.springframework.data.keyvalue.core のクラス
KeyValueAdapterの基本実装は、検索とカウントの実行を委譲するためのQueryEngineを保持します。- AbstractKeyValueAdapter() - クラス org.springframework.data.keyvalue.core. AbstractKeyValueAdapter のコンストラクター
- デフォルトのクエリエンジンを使用して新しい
AbstractKeyValueAdapterを作成します。 - AbstractKeyValueAdapter(QueryEngine) - クラス org.springframework.data.keyvalue.core. AbstractKeyValueAdapter のコンストラクター
- デフォルトのクエリエンジンを使用して新しい
AbstractKeyValueAdapterを作成します。 - AbstractKeyValueAdapter(SortAccessor) - クラス org.springframework.data.keyvalue.core. AbstractKeyValueAdapter のコンストラクター
- デフォルトのクエリエンジンと、ソート用に提供されたコンパレータを使用して、新しい
AbstractKeyValueAdapterを作成します。 - after() - クラス org.springframework.data.keyvalue.core.event のメソッド。KeyValueEvent.AfterUpdateEvent
- 現在の値を取得します。
- afterDelete(Object, String, Class, T) - Static method in class org.springframework.data.keyvalue.core.event.KeyValueEvent
- 新しい
KeyValueEvent.AfterDeleteEventを作成します。 - AfterDeleteEvent(Object, String, Class, T) - クラス org.springframework.data.keyvalue.core.event のコンストラクター。KeyValueEvent.AfterDeleteEvent
- afterDropKeySpace(String, Class) - Static method in class org.springframework.data.keyvalue.core.event.KeyValueEvent
- 新しい
KeyValueEvent.AfterDropKeySpaceEventを作成します。 - AfterDropKeySpaceEvent(String, Class) - クラス org.springframework.data.keyvalue.core.event のコンストラクター。KeyValueEvent.AfterDropKeySpaceEvent
- afterGet(Object, String, Class, T) - Static method in class org.springframework.data.keyvalue.core.event.KeyValueEvent
- 新しい
KeyValueEvent.AfterGetEventを作成します。 - AfterGetEvent(Object, String, Class, T) - クラス org.springframework.data.keyvalue.core.event のコンストラクター。KeyValueEvent.AfterGetEvent
- afterInsert(Object, String, Class, T) - Static method in class org.springframework.data.keyvalue.core.event.KeyValueEvent
- 新しい
KeyValueEvent.AfterInsertEventを作成します。 - AfterInsertEvent(Object, String, Class, T) - クラス org.springframework.data.keyvalue.core.event のコンストラクター。KeyValueEvent.AfterInsertEvent
- afterPropertiesSet() - クラス org.springframework.data.keyvalue.repository.support のメソッド。KeyValueRepositoryFactoryBean
- afterUpdate(Object, String, Class, T, Object) - Static method in class org.springframework.data.keyvalue.core.event.KeyValueEvent
- 新しい
KeyValueEvent.AfterUpdateEventを作成します。 - AfterUpdateEvent(Object, String, Class, T, Object) - クラス org.springframework.data.keyvalue.core.event のコンストラクター。KeyValueEvent.AfterUpdateEvent
- and(Part, String, Iterator) - クラス org.springframework.data.keyvalue.repository.query のメソッド。SpelQueryCreator
- and(Part, Predicate, Iterator) - クラス org.springframework.data.keyvalue.repository.query のメソッド。PredicateQueryCreator
- AnnotationBasedKeySpaceResolver - Enum Class in org.springframework.data.keyvalue.core.mapping
- 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
- アノテーション付きコンポーネントをスキャンするベースパッケージ。
- 基本キー値永続エンティティ <T, P> - org.springframework.data.keyvalue.core.mapping のクラス
- keySpace などの特定のメタデータを追加する
KeyValuePersistentEntity実装。 - BasicKeyValuePersistentEntity(TypeInformation) - クラス org.springframework.data.keyvalue.core.mapping. BasicKeyValuePersistentEntity のコンストラクター
- BasicKeyValuePersistentEntity(TypeInformation, KeySpaceResolver) - クラス org.springframework.data.keyvalue.core.mapping. BasicKeyValuePersistentEntity のコンストラクター
- before() - クラス org.springframework.data.keyvalue.core.event のメソッド。KeyValueEvent.AfterUpdateEvent
- 更新前の値を取得します。
- beforeDelete(Object, String, Class) - Static method in class org.springframework.data.keyvalue.core.event.KeyValueEvent
- 新しい
KeyValueEvent.BeforeDeleteEventを作成します。 - BeforeDeleteEvent(Object, String, Class) - クラス org.springframework.data.keyvalue.core.event のコンストラクター。KeyValueEvent.BeforeDeleteEvent
- beforeDropKeySpace(String, Class) - Static method in class org.springframework.data.keyvalue.core.event.KeyValueEvent
- 新しい
KeyValueEvent.BeforeDropKeySpaceEventを作成します。 - BeforeDropKeySpaceEvent(String, Class) - クラス org.springframework.data.keyvalue.core.event のコンストラクター。KeyValueEvent.BeforeDropKeySpaceEvent
- beforeGet(Object, String, Class) - Static method in class org.springframework.data.keyvalue.core.event.KeyValueEvent
- 新しい
KeyValueEvent.BeforeGetEventを作成します。 - BeforeGetEvent(Object, String, Class) - クラス org.springframework.data.keyvalue.core.event のコンストラクター。KeyValueEvent.BeforeGetEvent
- beforeInsert(Object, String, Class, T) - Static method in class org.springframework.data.keyvalue.core.event.KeyValueEvent
- 新しい
KeyValueEvent.BeforeInsertEventを作成します。 - BeforeInsertEvent(Object, String, Class, T) - クラス org.springframework.data.keyvalue.core.event のコンストラクター。KeyValueEvent.BeforeInsertEvent
- beforeUpdate(Object, String, Class, T) - Static method in class org.springframework.data.keyvalue.core.event.KeyValueEvent
- 新しい
KeyValueEvent.BeforeUpdateEventを作成します。 - BeforeUpdateEvent(Object, String, Class, T) - クラス org.springframework.data.keyvalue.core.event のコンストラクター。KeyValueEvent.BeforeUpdateEvent
- buildExpressionForPath() - クラス org.springframework.data.keyvalue.core のメソッド。SpelPropertyComparator
- 式の生の値を作成します。
C
- CachingKeyValuePartTreeQuery - org.springframework.data.keyvalue.repository.query のクラス
- CachingKeyValuePartTreeQuery(QueryMethod, ValueExpressionDelegate, KeyValueOperations, Class) - クラス 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 のメソッド。KeySpaceStore
- すべてのキースペースをクリアします。
- 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(CRITERIA, String) - クラス org.springframework.data.keyvalue.core のメソッド。QueryEngine
- count(Predicate) - クラス org.springframework.data.keyvalue.repository.support のメソッド。QuerydslKeyValuePredicateExecutor
- count(Predicate) - クラス org.springframework.data.keyvalue.repository.support のメソッド。QuerydslKeyValueRepository
- 使用すべきではありません。
- 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(SpelCriteria, String) - クラス org.springframework.data.keyvalue.core のメソッド。SpelQueryEngine
- 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
- クエリ属性を抽出し、具体的な実行に委譲します。
- create() - インターフェース org.springframework.data.keyvalue.core のメソッド。QueryEngineFactory
QueryEngineを作成するためのファクトリメソッド。- create() - Static method in interface org.springframework.data.map.KeySpaceStore
- 各キースペースマップのバックアップマップ型として
ConcurrentHashMapSE を使用して、新しいKeySpaceStoreを作成します。 - create(Part, Iterator) - クラス org.springframework.data.keyvalue.repository.query のメソッド。PredicateQueryCreator
- create(Part, Iterator) - クラス org.springframework.data.keyvalue.repository.query のメソッド。SpelQueryCreator
- createAssociation() - クラス org.springframework.data.keyvalue.core.mapping のメソッド。KeyValuePersistentProperty
- createPersistentEntity(TypeInformation) - クラス 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, Class) - クラス org.springframework.data.keyvalue.repository.support のメソッド。KeyValueRepositoryFactoryBean
- リポジトリの作成に使用するリポジトリファクトリを作成します。
- CriteriaAccessor<T> - 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) - インターフェース org.springframework.data.keyvalue.core のメソッド。KeyValueOperations
- 指定された ID の型のアイテムを削除します。
- delete(Object, Class) - クラス 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) - クラス org.springframework.data.keyvalue.core のメソッド。AbstractKeyValueAdapter
- delete(Object, String, Class) - インターフェース 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) - クラス org.springframework.data.keyvalue.repository.support のメソッド。SimpleKeyValueRepository
- deleteAllById(Iterable) - クラス 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) - インターフェース 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) - クラス 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(SpelCriteria, Comparator, long, int, String) - クラス org.springframework.data.keyvalue.core のメソッド。SpelQueryEngine
- execute(KeyValueCallback) - インターフェース org.springframework.data.keyvalue.core のメソッド。KeyValueOperations
- 基礎となるストアに対して操作を実行します。
- execute(KeyValueCallback) - クラス org.springframework.data.keyvalue.core のメソッド。KeyValueTemplate
- execute(KeyValueQuery, String) - クラス org.springframework.data.keyvalue.core のメソッド。QueryEngine
- クエリ属性を抽出し、具体的な実行に委譲します。
- execute(KeyValueQuery, String, Class) - クラス org.springframework.data.keyvalue.core のメソッド。QueryEngine
- クエリ属性を抽出し、具体的な実行に委譲します。
- executeRequired(KeyValueCallback) - クラス 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) - インターフェース org.springframework.data.keyvalue.core のメソッド。KeyValueOperations
- 指定されたクエリに一致するすべての要素を取得します。
- find(KeyValueQuery, Class) - クラス 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) - クラス org.springframework.data.keyvalue.core のメソッド。AbstractKeyValueAdapter
- find(KeyValueQuery, String, Class) - インターフェース 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) - インターフェース org.springframework.data.keyvalue.core のメソッド。KeyValueOperations
- 指定された型のすべての要素を取得します。
- findAll(Class) - クラス 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) - インターフェース org.springframework.data.keyvalue.core のメソッド。KeyValueOperations
- すべての要素をソート順に取得します。
- findAll(Sort, Class) - クラス org.springframework.data.keyvalue.core のメソッド。KeyValueTemplate
- findAllById(Iterable) - クラス org.springframework.data.keyvalue.repository.support のメソッド。SimpleKeyValueRepository
- findBy(Predicate, Function) - クラス org.springframework.data.keyvalue.repository.support のメソッド。QuerydslKeyValuePredicateExecutor
- findBy(Predicate, Function) - クラス org.springframework.data.keyvalue.repository.support のメソッド。QuerydslKeyValueRepository
- 使用すべきではありません。
- findById(ID) - クラス org.springframework.data.keyvalue.repository.support のメソッド。SimpleKeyValueRepository
- findById(Object, Class) - インターフェース org.springframework.data.keyvalue.core のメソッド。KeyValueOperations
- 指定された ID を持つ指定された型の要素を取得します。
- findById(Object, Class) - クラス org.springframework.data.keyvalue.core のメソッド。KeyValueTemplate
- findInRange(long, int, Class) - インターフェース org.springframework.data.keyvalue.core のメソッド。KeyValueOperations
- 指定された範囲内のすべての要素を取得します。
- findInRange(long, int, Class) - クラス org.springframework.data.keyvalue.core のメソッド。KeyValueTemplate
- findInRange(long, int, Sort, Class) - インターフェース org.springframework.data.keyvalue.core のメソッド。KeyValueOperations
- 指定された範囲内のすべての要素をソート順に取得します。
- findInRange(long, int, Sort, Class) - クラス 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> - org.springframework.data.keyvalue.core のクラス
CloseableIterator呼び出しを構成されたIteratorSE デリゲートに転送します。- ForwardingCloseableIterator(Iterator) - クラス org.springframework.data.keyvalue.core. ForwardingCloseableIterator のコンストラクター
- 新しい
ForwardingCloseableIteratorを作成します。 - ForwardingCloseableIterator(Iterator, Runnable) - クラス org.springframework.data.keyvalue.core. ForwardingCloseableIterator のコンストラクター
ForwardingCloseableIterator.close()上で構成されたcloseHandlerを呼び出す新しいForwardingCloseableIteratorを作成します。
G
- generateIdentifierOfType(TypeInformation) - インターフェース 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) - クラス org.springframework.data.keyvalue.core のメソッド。AbstractKeyValueAdapter
- get(Object, String, Class) - インターフェース 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) - インターフェース org.springframework.data.keyvalue.core のメソッド。KeyValueAdapter
- 指定されたキースペースのすべての要素を取得します。
- getAnnotation() - クラス org.springframework.data.map.repository.config のメソッド。MapRepositoriesRegistrar
- getCompareValue(S, 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 が登録されていない場合は、デフォルトの
KeyValueTemplateBean を登録できるように、KeyValueTemplateBean 名を返します。 - getDefaultKeyValueTemplateRef() - クラス org.springframework.data.map.repository.config のメソッド。MapRepositoryConfigurationExtension
- getEntityInformation(Class) - クラス 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
- getKey() - クラス org.springframework.data.keyvalue.core.event のメソッド。KeyValueEvent.AfterGetEvent
- getKey() - クラス org.springframework.data.keyvalue.core.event のメソッド。KeyValueEvent.AfterInsertEvent
- getKey() - クラス org.springframework.data.keyvalue.core.event のメソッド。KeyValueEvent.AfterUpdateEvent
- getKey() - クラス org.springframework.data.keyvalue.core.event のメソッド。KeyValueEvent.BeforeDeleteEvent
- getKey() - クラス org.springframework.data.keyvalue.core.event のメソッド。KeyValueEvent.BeforeGetEvent
- getKey() - クラス org.springframework.data.keyvalue.core.event のメソッド。KeyValueEvent.BeforeInsertEvent
- getKey() - クラス org.springframework.data.keyvalue.core.event のメソッド。KeyValueEvent.BeforeUpdateEvent
- 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 を取得します。
- getKeySpace(String) - インターフェース org.springframework.data.map のメソッド。KeySpaceStore
- 指定されたキースペースに関連付けられたマップを返します。
- 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 を登録する可能性のある
MappingContextBean 名を返します。 - 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が参照する要素の値を取得します。- getPayload() - クラス org.springframework.data.keyvalue.core.event のメソッド。KeyValueEvent.AfterGetEvent
KeyValueEventが参照する要素の値を取得します。- getPayload() - クラス org.springframework.data.keyvalue.core.event のメソッド。KeyValueEvent.AfterInsertEvent
KeyValueEventが参照する要素の値を取得します。- getPayload() - クラス org.springframework.data.keyvalue.core.event のメソッド。KeyValueEvent.AfterUpdateEvent
KeyValueEventが参照する要素の値を取得します。- getPayload() - クラス org.springframework.data.keyvalue.core.event のメソッド。KeyValueEvent.BeforeInsertEvent
KeyValueEventが参照する要素の値を取得します。- getPayload() - クラス org.springframework.data.keyvalue.core.event のメソッド。KeyValueEvent.BeforeUpdateEvent
KeyValueEventが参照する要素の値を取得します。- getQueryEngine() - クラス org.springframework.data.keyvalue.core のメソッド。AbstractKeyValueAdapter
QueryEngineを使用します。- getQueryLookupStrategy(QueryLookupStrategy.Key, ValueExpressionDelegate) - クラス 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 をスローします。 - getRequiredKeySpace() - インターフェース org.springframework.data.keyvalue.core.mapping のメソッド。KeyValuePersistentEntity
- 必要な keySpace を返すか、keySpace が定義されていない場合は
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
- getSource() - クラス org.springframework.data.keyvalue.core.event のメソッド。KeyValueEvent.AfterGetEvent
- getSource() - クラス org.springframework.data.keyvalue.core.event のメソッド。KeyValueEvent.AfterInsertEvent
- getSource() - クラス org.springframework.data.keyvalue.core.event のメソッド。KeyValueEvent.AfterUpdateEvent
- getSource() - クラス org.springframework.data.keyvalue.core.event のメソッド。KeyValueEvent.BeforeDeleteEvent
- getSource() - クラス org.springframework.data.keyvalue.core.event のメソッド。KeyValueEvent.BeforeGetEvent
- getSource() - クラス org.springframework.data.keyvalue.core.event のメソッド。KeyValueEvent.BeforeInsertEvent
- getSource() - クラス org.springframework.data.keyvalue.core.event のメソッド。KeyValueEvent.BeforeUpdateEvent
- getTargetRepository(RepositoryInformation) - クラス org.springframework.data.keyvalue.repository.support のメソッド。KeyValueRepositoryFactory
- getType() - クラス org.springframework.data.keyvalue.core.event のメソッド。KeyValueEvent.AfterDeleteEvent
KeyValueEventが参照する要素の型を取得します。- getType() - クラス org.springframework.data.keyvalue.core.event のメソッド。KeyValueEvent.AfterGetEvent
KeyValueEventが参照する要素の型を取得します。- getType() - クラス org.springframework.data.keyvalue.core.event のメソッド。KeyValueEvent.AfterInsertEvent
KeyValueEventが参照する要素の型を取得します。- getType() - クラス org.springframework.data.keyvalue.core.event のメソッド。KeyValueEvent.AfterUpdateEvent
KeyValueEventが参照する要素の型を取得します。- getType() - クラス org.springframework.data.keyvalue.core.event のメソッド。KeyValueEvent.BeforeDeleteEvent
KeyValueEventが参照する要素の型を取得します。- getType() - クラス org.springframework.data.keyvalue.core.event のメソッド。KeyValueEvent.BeforeGetEvent
KeyValueEventが参照する要素の型を取得します。- getType() - クラス org.springframework.data.keyvalue.core.event のメソッド。KeyValueEvent.BeforeInsertEvent
KeyValueEventが参照する要素の型を取得します。- getType() - クラス org.springframework.data.keyvalue.core.event のメソッド。KeyValueEvent.BeforeUpdateEvent
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
- INSTANCE - Static variable in class org.springframework.data.keyvalue.core.PredicateQueryEngine
- 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は、特定の型が割り当てられるキースペースを決定します。- KeySpaceStore - Interface in org.springframework.data.map
- 指定されたキー空間のマップを取得するための戦略インターフェース。
- keySpaceStoreRef() - Element in annotation interface org.springframework.data.map.repository.config.EnableMapRepositories
- すべてのキースペースのデータベースとして使用する名前を
KeySpaceStoreBean に設定します。 - KeyValueAdapter - Interface in org.springframework.data.keyvalue.core
KeyValueAdapterはアクセスを統合し、基盤となるキー / 値固有の実装を保護します。- KeyValueCallback<T> - org.springframework.data.keyvalue.core のインターフェース
KeyValueAdapterで動作するコードの汎用コールバックインターフェース。- KeyValueEvent<T> - 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を実行します。 - キー値マッピングコンテキスト <E, P> - org.springframework.data.keyvalue.core.mapping.context のクラス
- KeyValueMappingContext() - クラス org.springframework.data.keyvalue.core.mapping.context. KeyValueMappingContext のコンストラクター
- KeyValueOperations - Interface in org.springframework.data.keyvalue.core
- キー / 値操作の基本セットを指定するインターフェース。
- KeyValuePartTreeQuery - org.springframework.data.keyvalue.repository.query のクラス
- KeyValuePartTreeQuery(QueryMethod, ValueExpressionDelegate, KeyValueOperations, Class) - クラス org.springframework.data.keyvalue.repository.query. KeyValuePartTreeQuery のコンストラクター
- 指定された
QueryMethod、EvaluationContextProvider、KeyValueOperationsおよびクエリ作成者型に対して新しいKeyValuePartTreeQueryを作成します。 - KeyValuePartTreeQuery(QueryMethod, ValueExpressionDelegate, KeyValueOperations, KeyValuePartTreeQuery.QueryCreatorFactory) - クラス org.springframework.data.keyvalue.repository.query. KeyValuePartTreeQuery のコンストラクター
- 指定された
KeyValuePartTreeQuery.QueryCreatorFactoryを使用して、指定されたQueryMethod、EvaluationContextProvider、KeyValueOperationsの新しいKeyValuePartTreeQueryを作成し、クエリの変更を担当するAbstractQueryCreatorを生成します。 - KeyValuePartTreeQuery.QueryCreatorFactory<T> - org.springframework.data.keyvalue.repository.query のインターフェース
- KeyValuePersistenceExceptionTranslator - org.springframework.data.keyvalue.core のクラス
- 指定されたランタイム例外を
org.springframework.dao階層からの適切な例外に変換する、キー / 値ストア用のシンプルなPersistenceExceptionTranslator実装。 - KeyValuePersistenceExceptionTranslator() - クラス org.springframework.data.keyvalue.core. KeyValuePersistenceExceptionTranslator のコンストラクター
- KeyValuePersistentEntity<T, P> - org.springframework.data.keyvalue.core.mapping のインターフェース
- keySpace を宣言する
PersistentEntityの KeyValue 固有の拡張。 - KeyValuePersistentProperty<P> - org.springframework.data.keyvalue.core.mapping のクラス
PersistentPropertyの最も単純な実装。- KeyValuePersistentProperty(Property, PersistentEntity, SimpleTypeHolder) - クラス org.springframework.data.keyvalue.core.mapping. KeyValuePersistentProperty のコンストラクター
- KeyValueQuery<T> - org.springframework.data.keyvalue.core.query のクラス
- KeyValueQuery() - クラス org.springframework.data.keyvalue.core.query. KeyValueQuery のコンストラクター
KeyValueQueryの新しいインスタンスを作成します。- KeyValueQuery(T) - クラス org.springframework.data.keyvalue.core.query. KeyValueQuery のコンストラクター
- 指定された条件で
KeyValueQueryの新しいインスタンスを作成します。 - KeyValueQuery(T, Sort) - クラス org.springframework.data.keyvalue.core.query. KeyValueQuery のコンストラクター
- 指定された条件と
Sortを使用してKeyValueQueryの新しいインスタンスを作成します。 - KeyValueQuery(Sort) - クラス org.springframework.data.keyvalue.core.query. KeyValueQuery のコンストラクター
- 指定された
Sortを使用してKeyValueQueryの新しいインスタンスを作成します。 - KeyValueRepository<T, ID> - 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 のクラス
RepositoryFactorySupportはKeyValueRepositoryの処理に特化しています。- KeyValueRepositoryFactory(KeyValueOperations) - クラス org.springframework.data.keyvalue.repository.support. KeyValueRepositoryFactory のコンストラクター
- 指定された
KeyValueOperationsの新しいKeyValueRepositoryFactoryを作成します。 - KeyValueRepositoryFactory(KeyValueOperations, Class) - クラス org.springframework.data.keyvalue.repository.support. KeyValueRepositoryFactory のコンストラクター
- KeyValueRepositoryFactory(KeyValueOperations, Class, Class) - クラス org.springframework.data.keyvalue.repository.support. KeyValueRepositoryFactory のコンストラクター
- KeyValueRepositoryFactoryBean<T, S, ID> - org.springframework.data.keyvalue.repository.support のクラス
FactoryBeanはKeyValueRepositoryを作成します。- KeyValueRepositoryFactoryBean(Class) - クラス org.springframework.data.keyvalue.repository.support. KeyValueRepositoryFactoryBean のコンストラクター
- 指定されたリポジトリインターフェースの新しい
KeyValueRepositoryFactoryBeanを作成します。 - KeyValueTemplate - org.springframework.data.keyvalue.core のクラス
KeyValueOperationsの基本的な実装。- KeyValueTemplate(KeyValueAdapter) - クラス org.springframework.data.keyvalue.core. KeyValueTemplate のコンストラクター
- KeyValueTemplate(KeyValueAdapter, MappingContext) - クラス org.springframework.data.keyvalue.core. KeyValueTemplate のコンストラクター
- KeyValueTemplate(KeyValueAdapter, MappingContext, IdentifierGenerator) - クラス org.springframework.data.keyvalue.core. KeyValueTemplate のコンストラクター
- keyValueTemplateRef() - Element in annotation interface org.springframework.data.map.repository.config.EnableMapRepositories
- 検出されたリポジトリで使用する
KeyValueOperationsBean の名前を構成します。
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) - クラス org.springframework.data.map. MapKeyValueAdapter のコンストラクター
- 指定された
MapSE をバッキングストアとして使用して、新しいMapKeyValueAdapterを作成します。 - MapKeyValueAdapter(Class, QueryEngine) - クラス org.springframework.data.map. MapKeyValueAdapter のコンストラクター
- 指定された
MapSE をバッキングストアおよびクエリエンジンとして使用して、新しいMapKeyValueAdapterを作成します。 - MapKeyValueAdapter(Class, SortAccessor) - クラス org.springframework.data.map. MapKeyValueAdapter のコンストラクター
- 指定された
MapSE をバッキングストアとして使用して、新しいMapKeyValueAdapterを作成します。 - MapKeyValueAdapter(Map) - クラス org.springframework.data.map. MapKeyValueAdapter のコンストラクター
- 永続性のために指定された dataStore を使用して
MapKeyValueAdapterの新しいインスタンスを作成します。 - MapKeyValueAdapter(Map, QueryEngine) - クラス org.springframework.data.map. MapKeyValueAdapter のコンストラクター
- 永続性とクエリエンジン用に指定された dataStore を使用して、
MapKeyValueAdapterの新しいインスタンスを作成します。 - MapKeyValueAdapter(QueryEngine) - クラス org.springframework.data.map. MapKeyValueAdapter のコンストラクター
- 指定されたクエリエンジンを使用して新しい
MapKeyValueAdapterを作成します。 - MapKeyValueAdapter(KeySpaceStore) - クラス org.springframework.data.map. MapKeyValueAdapter のコンストラクター
- 永続性のために指定された dataStore を使用して
MapKeyValueAdapterの新しいインスタンスを作成します。 - MapKeyValueAdapter(KeySpaceStore, QueryEngine) - クラス 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
- of(Class) - Static method in interface org.springframework.data.map.KeySpaceStore
- 各キースペースマップに対して指定されたマップ型を使用して新しい
KeySpaceStoreを作成します。 - of(Map) - Static method in interface org.springframework.data.map.KeySpaceStore
- 指定されたマップをバッキングストアとして使用して、新しい
KeySpaceStoreを作成します。 - 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 のクラス
- PredicateQueryCreator(PartTree, ParameterAccessor) - クラス org.springframework.data.keyvalue.repository.query. PredicateQueryCreator のコンストラクター
- PredicateQueryEngine - org.springframework.data.keyvalue.core のクラス
- PredicateQueryEngine() - クラス org.springframework.data.keyvalue.core. PredicateQueryEngine のコンストラクター
- 新しい
PredicateQueryEngineを作成します。 - PredicateQueryEngine(SortAccessor) - クラス 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> - 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> - org.springframework.data.keyvalue.repository.support のクラス
- QuerydslKeyValuePredicateExecutor(EntityInformation, KeyValueOperations) - クラス org.springframework.data.keyvalue.repository.support. QuerydslKeyValuePredicateExecutor のコンストラクター
- 指定された
EntityInformationの新しいQuerydslKeyValuePredicateExecutorを作成します。 - QuerydslKeyValuePredicateExecutor(EntityInformation, ProjectionFactory, KeyValueOperations, EntityPathResolver) - クラス org.springframework.data.keyvalue.repository.support. QuerydslKeyValuePredicateExecutor のコンストラクター
- クエリ dslKeyValueRepository<T, ID> - org.springframework.data.keyvalue.repository.support のクラス
- 使用すべきではありません。
- QuerydslKeyValueRepository(EntityInformation, KeyValueOperations) - クラス org.springframework.data.keyvalue.repository.support. QuerydslKeyValueRepository のコンストラクター
- 使用すべきではありません。
- QuerydslKeyValueRepository(EntityInformation, KeyValueOperations, EntityPathResolver) - クラス org.springframework.data.keyvalue.repository.support. QuerydslKeyValueRepository のコンストラクター
- 使用すべきではありません。指定された
EntityInformation、KeyValueOperationsおよびEntityPathResolverの新しいQuerydslKeyValueRepositoryを作成します。 - クエリエンジン < アダプター、条件、ソート> - org.springframework.data.keyvalue.core のクラス
KeyValueAdapterに対してKeyValueQueryにアクセスし、実行するための基本実装。- QueryEngine(CriteriaAccessor, SortAccessor) - クラス 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
- 指定された
KeyValueQueryのKeyValueQuery.getCriteria()をチェックして読み取ります。 - resolve(KeyValueQuery) - クラス org.springframework.data.keyvalue.core のメソッド。PathSortAccessor
- resolve(KeyValueQuery) - インターフェース org.springframework.data.keyvalue.core のメソッド。SortAccessor
- 指定された
KeyValueQueryのKeyValueQuery.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) - クラス org.springframework.data.keyvalue.repository.support のメソッド。SimpleKeyValueRepository
- setApplicationEventPublisher(ApplicationEventPublisher) - クラス org.springframework.data.keyvalue.core のメソッド。KeyValueTemplate
- setEventTypesToPublish(Set) - クラス 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) - クラス org.springframework.data.keyvalue.repository.support のメソッド。KeyValueRepositoryFactoryBean
- 使用する
QueryCreatorTypeを構成します。 - setQueryType(Class) - クラス 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を適用するように設定します。- シンプルキー値リポジトリ <T, ID> - org.springframework.data.keyvalue.repository.support のクラス
- シンプルな
KeyValueRepository実装。 - SimpleKeyValueRepository(EntityInformation, KeyValueOperations) - クラス org.springframework.data.keyvalue.repository.support. SimpleKeyValueRepository のコンストラクター
- SimplePropertyPathAccessor<T> - 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> - org.springframework.data.keyvalue.core のインターフェース
- SpelCriteria - org.springframework.data.keyvalue.core のクラス
- SpelCriteria(SpelExpression) - クラス org.springframework.data.keyvalue.core. SpelCriteria のコンストラクター
- 指定された
SpelExpressionの新しいSpelCriteriaを作成します。 - SpelCriteria(SpelExpression, EvaluationContext) - クラス org.springframework.data.keyvalue.core. SpelCriteria のコンストラクター
- 新しい
SpelCriteriaを作成します。 - SpelPropertyComparator<T> - 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 のクラス
- SpelQueryCreator(PartTree, ParameterAccessor) - クラス org.springframework.data.keyvalue.repository.query. SpelQueryCreator のコンストラクター
- SpelQueryEngine - org.springframework.data.keyvalue.core のクラス
- SpelQueryEngine() - クラス org.springframework.data.keyvalue.core. SpelQueryEngine のコンストラクター
- 新しい
SpelQueryEngineを作成します。 - SpelQueryEngine(SortAccessor) - クラス 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) - Static method in class org.springframework.data.keyvalue.core.IterableConverter
- 指定された
IterableSE をListSE に変換します - 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 Class in org.springframework.data.keyvalue.core
- 「基礎となるリソースに何らかの問題が発生した」というよりも具体的なことを区別できない場合の通常のスーパークラス。
- UncategorizedKeyValueException(String, Throwable) - Constructor for exception class 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
- この列挙型クラスの定数を含む配列を、宣言されている順序で返します。
すべてのクラスとインターフェース | すべてのパッケージ | 定数フィールド値 | 連載形式
QuerydslKeyValuePredicateExecutorを使用してください。