インデックス

A B C D E F G H I L N O P Q R S T U V W
すべてのクラスとインターフェース | すべてのパッケージ

A

AbstractLdapRepositoryQuery - org.springframework.data.ldap.repository.query のクラス
LDAP の RepositoryQuery 実装の基本クラス。
AbstractLdapRepositoryQuery(LdapQueryMethod, Class<?>, LdapOperations, MappingContext<? extends PersistentEntity<?, ?>, ? extends PersistentProperty<?>>, EntityInstantiators) - クラス org.springframework.data.ldap.repository.query. AbstractLdapRepositoryQuery のコンストラクター
LdapQueryClassSELdapOperations を指定して新しい AbstractLdapRepositoryQuery インスタンスを作成します。
afterPropertiesSet() - クラス org.springframework.data.ldap.repository.support のメソッド。LdapRepositoryFactoryBean
AnnotatedLdapRepositoryQuery - org.springframework.data.ldap.repository.query のクラス
Query でアノテーションが付けられたリポジトリメソッドのクエリを処理します。
AnnotatedLdapRepositoryQuery(LdapQueryMethod, Class<?>, LdapOperations, MappingContext<? extends PersistentEntity<?, ?>, ? extends PersistentProperty<?>>, EntityInstantiators) - クラス org.springframework.data.ldap.repository.query. AnnotatedLdapRepositoryQuery のコンストラクター
新しいインスタンスを構築します。

B

base() - Element in annotation interface org.springframework.data.ldap.repository.Query
LdapQueryBuilder.base(javax.naming.Name) への入力として使用される検索ベース。
basePackageClasses() - Element in annotation interface org.springframework.data.ldap.repository.config.EnableLdapRepositories
アノテーション付きコンポーネントをスキャンするパッケージを指定するための、EnableLdapRepositories.basePackages() の型安全な代替。
basePackages() - Element in annotation interface org.springframework.data.ldap.repository.config.EnableLdapRepositories
アノテーション付きコンポーネントをスキャンするベースパッケージ。
BasicLdapPersistentEntity< T > - Class in org.springframework.data.ldap.core.mapping
BasicLdapPersistentEntity(TypeInformation<T>) - クラス org.springframework.data.ldap.core.mapping. BasicLdapPersistentEntity のコンストラクター
新しい BasicLdapPersistentEntity を作成します。

C

considerNestedRepositories() - Element in annotation interface org.springframework.data.ldap.repository.config.EnableLdapRepositories
ネストされたリポジトリインターフェース(たとえば、内部クラスとして定義されている)をリポジトリインフラストラクチャで検出するかどうかを構成します。
count() - クラス org.springframework.data.ldap.repository.support のメソッド。SimpleLdapRepository
count(Predicate) - クラス org.springframework.data.ldap.repository.support のメソッド。QuerydslLdapPredicateExecutor
count(Predicate) - クラス org.springframework.data.ldap.repository.support のメソッド。QuerydslLdapRepository
使用すべきではありません。
countLimit() - Element in annotation interface org.springframework.data.ldap.repository.Query
LdapQueryBuilder.countLimit(int) への入力として使用されるカウント制限。
create(CreationalContext<T>, Class<T>) - クラス org.springframework.data.ldap.repository.cdi のメソッド。LdapRepositoryBean
createAssociation() - クラス org.springframework.data.ldap.core.mapping のメソッド。LdapPersistentProperty
createConfiguration(RoundEnvironment) - クラス org.springframework.data.ldap.repository.support のメソッド。LdapAnnotationProcessor
createPersistentEntity(TypeInformation<T>) - クラス org.springframework.data.ldap.core.mapping のメソッド。LdapMappingContext
createPersistentProperty(Property, BasicLdapPersistentEntity<?>, SimpleTypeHolder) - クラス org.springframework.data.ldap.core.mapping のメソッド。LdapMappingContext
createQuery(LdapParameterAccessor) - クラス org.springframework.data.ldap.repository.query のメソッド。AbstractLdapRepositoryQuery
指定されたパラメーターを使用して Query インスタンスを作成します。
createQuery(LdapParameterAccessor) - クラス org.springframework.data.ldap.repository.query のメソッド。AnnotatedLdapRepositoryQuery
createQuery(LdapParameterAccessor) - クラス org.springframework.data.ldap.repository.query のメソッド。PartTreeLdapRepositoryQuery
createRepositoryFactory() - クラス org.springframework.data.ldap.repository.support のメソッド。LdapRepositoryFactoryBean

D

delete(T) - クラス org.springframework.data.ldap.repository.support のメソッド。SimpleLdapRepository
deleteAll() - クラス org.springframework.data.ldap.repository.support のメソッド。SimpleLdapRepository
deleteAll(Iterable<? extends T>) - クラス org.springframework.data.ldap.repository.support のメソッド。SimpleLdapRepository
deleteAllById(Iterable<? extends Name>) - クラス org.springframework.data.ldap.repository.support のメソッド。SimpleLdapRepository
deleteById(Name) - クラス org.springframework.data.ldap.repository.support のメソッド。SimpleLdapRepository

E

EnableLdapRepositories - Annotation Interface in org.springframework.data.ldap.repository.config
Ldap リポジトリをアクティブ化するためのアノテーション。
excludeFilters() - Element in annotation interface org.springframework.data.ldap.repository.config.EnableLdapRepositories
コンポーネントのスキャンに適さない型を指定します。
execute(Object[]) - クラス org.springframework.data.ldap.repository.query のメソッド。AbstractLdapRepositoryQuery
exists(Predicate) - クラス org.springframework.data.ldap.repository.support のメソッド。QuerydslLdapPredicateExecutor
exists(Predicate) - クラス org.springframework.data.ldap.repository.support のメソッド。QuerydslLdapRepository
使用すべきではありません。
existsById(Name) - クラス org.springframework.data.ldap.repository.support のメソッド。SimpleLdapRepository

F

findAll() - クラス org.springframework.data.ldap.repository.support のメソッド。SimpleLdapRepository
findAll(OrderSpecifier<?>...) - クラス org.springframework.data.ldap.repository.support のメソッド。QuerydslLdapPredicateExecutor
findAll(OrderSpecifier<?>...) - クラス org.springframework.data.ldap.repository.support のメソッド。QuerydslLdapRepository
使用すべきではありません。
findAll(Predicate) - クラス org.springframework.data.ldap.repository.support のメソッド。QuerydslLdapPredicateExecutor
findAll(Predicate) - クラス org.springframework.data.ldap.repository.support のメソッド。QuerydslLdapRepository
使用すべきではありません。
findAll(Predicate, OrderSpecifier<?>...) - クラス org.springframework.data.ldap.repository.support のメソッド。QuerydslLdapPredicateExecutor
findAll(Predicate, OrderSpecifier<?>...) - クラス org.springframework.data.ldap.repository.support のメソッド。QuerydslLdapRepository
使用すべきではありません。
findAll(Predicate, Pageable) - クラス org.springframework.data.ldap.repository.support のメソッド。QuerydslLdapPredicateExecutor
findAll(Predicate, Pageable) - クラス org.springframework.data.ldap.repository.support のメソッド。QuerydslLdapRepository
使用すべきではありません。
findAll(Predicate, Sort) - クラス org.springframework.data.ldap.repository.support のメソッド。QuerydslLdapPredicateExecutor
findAll(Predicate, Sort) - クラス org.springframework.data.ldap.repository.support のメソッド。QuerydslLdapRepository
使用すべきではありません。
findAll(LdapQuery) - インターフェース org.springframework.data.ldap.repository のメソッド。LdapRepository
指定されたクエリに一致するすべてのエントリを検索します。
findAll(LdapQuery) - クラス org.springframework.data.ldap.repository.support のメソッド。SimpleLdapRepository
findAllById(Iterable<Name>) - クラス org.springframework.data.ldap.repository.support のメソッド。SimpleLdapRepository
findBy(Predicate, Function<FluentQuery.FetchableFluentQuery<S>, R>) - クラス org.springframework.data.ldap.repository.support のメソッド。QuerydslLdapPredicateExecutor
findBy(Predicate, Function<FluentQuery.FetchableFluentQuery<S>, R>) - クラス org.springframework.data.ldap.repository.support のメソッド。QuerydslLdapRepository
使用すべきではありません。
findById(Name) - クラス org.springframework.data.ldap.repository.support のメソッド。SimpleLdapRepository
findOne(Predicate) - クラス org.springframework.data.ldap.repository.support のメソッド。QuerydslLdapPredicateExecutor
findOne(Predicate) - クラス org.springframework.data.ldap.repository.support のメソッド。QuerydslLdapRepository
使用すべきではありません。
findOne(LdapQuery) - インターフェース org.springframework.data.ldap.repository のメソッド。LdapRepository
指定されたクエリに一致するエントリを 1 つ検索します。
findOne(LdapQuery) - クラス org.springframework.data.ldap.repository.support のメソッド。SimpleLdapRepository

G

getEntityClass() - クラス org.springframework.data.ldap.repository.query のメソッド。AbstractLdapRepositoryQuery
getEntityInformation(Class<T>) - クラス org.springframework.data.ldap.repository.support のメソッド。LdapRepositoryFactory
getIdentifyingAnnotations() - クラス org.springframework.data.ldap.repository.config のメソッド。LdapRepositoryConfigurationExtension
getIdentifyingTypes() - クラス org.springframework.data.ldap.repository.config のメソッド。LdapRepositoryConfigurationExtension
getModuleName() - クラス org.springframework.data.ldap.repository.config のメソッド。LdapRepositoryConfigurationExtension
getModulePrefix() - クラス org.springframework.data.ldap.repository.config のメソッド。LdapRepositoryConfigurationExtension
getQueryLookupStrategy(QueryLookupStrategy.Key, QueryMethodEvaluationContextProvider) - クラス org.springframework.data.ldap.repository.support のメソッド。LdapRepositoryFactory
getQueryMethod() - クラス org.springframework.data.ldap.repository.query のメソッド。AbstractLdapRepositoryQuery
getRepositoryBaseClass(RepositoryMetadata) - クラス org.springframework.data.ldap.repository.support のメソッド。LdapRepositoryFactory
getRepositoryFactoryBeanClassName() - クラス org.springframework.data.ldap.repository.config のメソッド。LdapRepositoryConfigurationExtension
getRepositoryFragments(RepositoryMetadata) - クラス org.springframework.data.ldap.repository.support のメソッド。LdapRepositoryFactory
getRepositoryFragments(RepositoryMetadata, LdapOperations) - クラス org.springframework.data.ldap.repository.support のメソッド。LdapRepositoryFactory
RepositoryMetadata に基づいて RepositoryComposition.RepositoryFragments を作成し、LDAP 固有の拡張機能を追加します。
getScope() - クラス org.springframework.data.ldap.repository.cdi のメソッド。LdapRepositoryBean
getTargetRepository(RepositoryInformation) - クラス org.springframework.data.ldap.repository.support のメソッド。LdapRepositoryFactory

H

hasQueryAnnotation() - クラス org.springframework.data.ldap.repository.query のメソッド。LdapQueryMethod
対象メソッドに Query アノテーションが付けられているかどうかを確認します。
HOLDER - Static variable in class org.springframework.data.ldap.core.mapping.LdapSimpleTypes

I

includeFilters() - Element in annotation interface org.springframework.data.ldap.repository.config.EnableLdapRepositories
コンポーネントのスキャンに適格な型を指定します。
init() - クラス org.springframework.data.ldap.config のメソッド。LdapNamespaceHandler
isIdProperty() - クラス org.springframework.data.ldap.core.mapping のメソッド。LdapPersistentProperty

L

LdapAnnotationProcessor - org.springframework.data.ldap.repository.support のクラス
Entry でアノテーションが付けられたエンティティクラスの QueryDSL クラスを生成する QueryDSL アノテーションプロセッサー。
LdapAnnotationProcessor() - クラス org.springframework.data.ldap.repository.support. LdapAnnotationProcessor のコンストラクター
LdapMappingContext - org.springframework.data.ldap.core.mapping のクラス
LDAP-specific entities のマッピングコンテキスト。
LdapMappingContext() - クラス org.springframework.data.ldap.core.mapping. LdapMappingContext のコンストラクター
新しい LdapMappingContext を作成します。
LdapNamespaceHandler - org.springframework.data.ldap.config のクラス
LDAP 構成用の NamespaceHandler
LdapNamespaceHandler() - クラス org.springframework.data.ldap.config. LdapNamespaceHandler のコンストラクター
LdapPersistentEntity< T > - Interface in org.springframework.data.ldap.core.mapping
LDAP 固有の PersistentEntity
LdapPersistentProperty - org.springframework.data.ldap.core.mapping のクラス
LdapPersistentProperty(Property, PersistentEntity<?, LdapPersistentProperty>, SimpleTypeHolder) - クラス org.springframework.data.ldap.core.mapping. LdapPersistentProperty のコンストラクター
新しい LdapPersistentProperty を作成します。
LdapQueryMethod - org.springframework.data.ldap.repository.query のクラス
LDAP クエリの場合は QueryMethod。
LdapQueryMethod(Method, RepositoryMetadata, ProjectionFactory) - クラス org.springframework.data.ldap.repository.query. LdapQueryMethod のコンストラクター
指定されたパラメーターから新しい LdapQueryMethod を作成します。
LdapRepository< T > - Interface in org.springframework.data.ldap.repository
CrudRepository への LDAP 固有の拡張機能。
LdapRepositoryBean< T > - Class in org.springframework.data.ldap.repository.cdi
LDAP リポジトリインスタンスを作成するための CdiRepositoryBean
LdapRepositoryConfigurationExtension - org.springframework.data.ldap.repository.config のクラス
LdapRepositoryConfigurationExtension() - クラス org.springframework.data.ldap.repository.config. LdapRepositoryConfigurationExtension のコンストラクター
LdapRepositoryExtension - org.springframework.data.ldap.repository.cdi のクラス
LDAP リポジトリをエクスポートするための CDI 拡張機能。
LdapRepositoryExtension() - クラス org.springframework.data.ldap.repository.cdi. LdapRepositoryExtension のコンストラクター
LdapRepositoryFactory - org.springframework.data.ldap.repository.support のクラス
LdapRepository インスタンスを作成するファクトリ。
LdapRepositoryFactory(LdapOperations) - クラス org.springframework.data.ldap.repository.support. LdapRepositoryFactory のコンストラクター
新しい LdapRepositoryFactory を作成します。
LdapRepositoryFactoryBean< T extends Repository< S ,NameSE>, S > - Class in org.springframework.data.ldap.repository.support
LdapRepository インスタンスを作成するための FactoryBean
LdapRepositoryFactoryBean(Class<? extends T>) - クラス org.springframework.data.ldap.repository.support. LdapRepositoryFactoryBean のコンストラクター
指定されたリポジトリインターフェースの新しい LdapRepositoryFactoryBean を作成します。
LdapSimpleTypes - org.springframework.data.ldap.core.mapping のクラス
LDAP 固有の単純な型が強化された SimpleTypeHolder の単純な定数ホルダー。
ldapTemplateRef() - Element in annotation interface org.springframework.data.ldap.repository.config.EnableLdapRepositories
検出されたリポジトリで使用される LdapTemplate Bean の名前を構成します。
list() - クラス org.springframework.data.ldap.repository.support のメソッド。QuerydslLdapQuery

N

namedQueriesLocation() - Element in annotation interface org.springframework.data.ldap.repository.config.EnableLdapRepositories
Spring Data 名前付きクエリプロパティファイルの場所を設定します。

O

org.springframework.data.ldap.config - パッケージ org.springframework.data.ldap.config
Spring Data LDAP リポジトリの XML 構成サポート。
org.springframework.data.ldap.core.mapping - パッケージ org.springframework.data.ldap.core.mapping
LDAP オブジェクトマッピングサブシステムのインフラストラクチャ。
org.springframework.data.ldap.repository - パッケージ org.springframework.data.ldap.repository
LDAP 固有のリポジトリ実装。
org.springframework.data.ldap.repository.cdi - パッケージ org.springframework.data.ldap.repository.cdi
LDAP 固有のリポジトリ実装に対する CDI サポート。
org.springframework.data.ldap.repository.config - パッケージ org.springframework.data.ldap.repository.config
LDAP 固有のリポジトリを構成するためのインフラストラクチャをサポートします。
org.springframework.data.ldap.repository.query - パッケージ org.springframework.data.ldap.repository.query
LDAP 固有のリポジトリのクエリ派生メカニズム。
org.springframework.data.ldap.repository.support - パッケージ org.springframework.data.ldap.repository.support
LDAP 固有のリポジトリのクエリ派生のためのインフラストラクチャをサポートします。

P

PartTreeLdapRepositoryQuery - org.springframework.data.ldap.repository.query のクラス
LDAP 用の RepositoryQuery 実装。
PartTreeLdapRepositoryQuery(LdapQueryMethod, Class<?>, LdapOperations, MappingContext<? extends PersistentEntity<?, ?>, ? extends PersistentProperty<?>>, EntityInstantiators) - クラス org.springframework.data.ldap.repository.query. PartTreeLdapRepositoryQuery のコンストラクター
新しい PartTreeLdapRepositoryQuery を作成します。
postProcess(BeanDefinitionBuilder, AnnotationRepositoryConfigurationSource) - クラス org.springframework.data.ldap.repository.config のメソッド。LdapRepositoryConfigurationExtension
postProcess(BeanDefinitionBuilder, XmlRepositoryConfigurationSource) - クラス org.springframework.data.ldap.repository.config のメソッド。LdapRepositoryConfigurationExtension

Q

Query - Annotation Interface in org.springframework.data.ldap.repository
静的に定義されたクエリに基づいて自動クエリメソッドを作成するために LdapRepository 宣言で使用するアノテーション。
QuerydslLdapPredicateExecutor< T > - Class in org.springframework.data.ldap.repository.support
LDAP 固有の QuerydslPredicateExecutor
QuerydslLdapPredicateExecutor(Class<T>, ProjectionFactory, LdapOperations, MappingContext<? extends PersistentEntity<?, ?>, ? extends PersistentProperty<?>>) - クラス org.springframework.data.ldap.repository.support. QuerydslLdapPredicateExecutor のコンストラクター
新しい QuerydslLdapPredicateExecutor を作成します。
QuerydslLdapPredicateExecutor(EntityInformation<T, ?>, ProjectionFactory, LdapOperations, MappingContext<? extends PersistentEntity<?, ?>, ? extends PersistentProperty<?>>) - クラス org.springframework.data.ldap.repository.support. QuerydslLdapPredicateExecutor のコンストラクター
新しい QuerydslLdapPredicateExecutor を作成します。
QuerydslLdapQuery< K > - Class in org.springframework.data.ldap.repository.support
Spring LDAP 固有の FilteredClause 実装。
QuerydslLdapQuery(LdapOperations, EntityPath<K>) - クラス org.springframework.data.ldap.repository.support. QuerydslLdapQuery のコンストラクター
新しい QuerydslLdapQuery を作成します。
QuerydslLdapQuery(LdapOperations, Class<K>) - クラス org.springframework.data.ldap.repository.support. QuerydslLdapQuery のコンストラクター
新しい QuerydslLdapQuery を作成します。
QuerydslLdapQuery(LdapOperations, Class<K>, Consumer<LdapQueryBuilder>) - クラス org.springframework.data.ldap.repository.support. QuerydslLdapQuery のコンストラクター
新しい QuerydslLdapQuery を作成します。
QuerydslLdapRepository< T > - Class in org.springframework.data.ldap.repository.support
使用すべきではありません。
2.6 以降、代わりに QuerydslLdapPredicateExecutor を使用してください。
QuerydslLdapRepository(LdapOperations, ObjectDirectoryMapper, Class<T>) - クラス org.springframework.data.ldap.repository.support. QuerydslLdapRepository のコンストラクター
使用すべきではありません。
新しい QuerydslLdapRepository を作成します。
queryLookupStrategy() - Element in annotation interface org.springframework.data.ldap.repository.config.EnableLdapRepositories
クエリメソッドのルックアップクエリに使用される QueryLookupStrategy のキーを返します。

R

registerBeansForRoot(BeanDefinitionRegistry, RepositoryConfigurationSource) - クラス org.springframework.data.ldap.repository.config のメソッド。LdapRepositoryConfigurationExtension
repositoryBaseClass() - Element in annotation interface org.springframework.data.ldap.repository.config.EnableLdapRepositories
この特定の構成のリポジトリプロキシを作成するために使用するリポジトリ基本クラスを構成します。
repositoryFactoryBeanClass() - Element in annotation interface org.springframework.data.ldap.repository.config.EnableLdapRepositories
各リポジトリインスタンスに使用される FactoryBean クラスを返します。
repositoryImplementationPostfix() - Element in annotation interface org.springframework.data.ldap.repository.config.EnableLdapRepositories
カスタムリポジトリの実装を検索するときに使用される接尾辞を返します。

S

save(S) - クラス org.springframework.data.ldap.repository.support のメソッド。SimpleLdapRepository
saveAll(Iterable<S>) - クラス org.springframework.data.ldap.repository.support のメソッド。SimpleLdapRepository
searchScope() - Element in annotation interface org.springframework.data.ldap.repository.Query
LdapQueryBuilder.searchScope(org.springframework.ldap.query.SearchScope) への入力として使用される検索範囲。
setLdapOperations(LdapOperations) - クラス org.springframework.data.ldap.repository.support のメソッド。LdapRepositoryFactoryBean
setMappingContext(MappingContext<?, ?>) - クラス org.springframework.data.ldap.repository.support のメソッド。LdapRepositoryFactoryBean
SimpleLdapRepository< T > - Class in org.springframework.data.ldap.repository.support
LDAP の基本リポジトリ実装。
SimpleLdapRepository(LdapOperations, ObjectDirectoryMapper, Class<T>) - クラス org.springframework.data.ldap.repository.support. SimpleLdapRepository のコンストラクター
新しい SimpleLdapRepository を作成します。

T

timeLimit() - Element in annotation interface org.springframework.data.ldap.repository.Query
LdapQueryBuilder.timeLimit(int) への入力として使用される時間制限。

U

uniqueResult() - クラス org.springframework.data.ldap.repository.support のメソッド。QuerydslLdapQuery
useRepositoryConfiguration(RepositoryMetadata) - クラス org.springframework.data.ldap.repository.config のメソッド。LdapRepositoryConfigurationExtension

V

value() - Element in annotation interface org.springframework.data.ldap.repository.config.EnableLdapRepositories
EnableLdapRepositories.basePackages() 属性のエイリアス。
value() - Element in annotation interface org.springframework.data.ldap.repository.Query
LdapQueryBuilder.filter(String, Object...) への入力として使用されるフィルター形式文字列。

W

where(Predicate...) - クラス org.springframework.data.ldap.repository.support のメソッド。QuerydslLdapQuery
A B C D E F G H I L N O P Q R S T U V W
すべてのクラスとインターフェース | すべてのパッケージ