インデックス

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

A

AbstractAuditable< U ,PK extends SerializableSE> - Class in org.springframework.data.jpa.domain
監査可能なエンティティの抽象基本クラス。
AbstractAuditable() - クラス org.springframework.data.jpa.domain. AbstractAuditable のコンストラクター
AbstractJpaQuery - org.springframework.data.jpa.repository.query のクラス
RepositoryQuery を実装する抽象基本クラス。
AbstractJpaQuery(JpaQueryMethod, EntityManager) - クラス org.springframework.data.jpa.repository.query. AbstractJpaQuery のコンストラクター
指定された JpaQueryMethod から新しい AbstractJpaQuery を作成します。
AbstractPersistable<PK extends SerializableSE> - Class in org.springframework.data.jpa.domain
エンティティの抽象基本クラス。
AbstractPersistable() - クラス org.springframework.data.jpa.domain. AbstractPersistable のコンストラクター
add(String, Object) - クラス org.springframework.data.jpa.repository.support のメソッド。MutableQueryHints
ヒントの新しいキーと値のペアを追加します。
afterPropertiesSet() - クラス org.springframework.data.jpa.repository.support のメソッド。JpaRepositoryFactoryBean
allOf(Iterable<Specification<T>>) - Static method in interface org.springframework.data.jpa.domain.Specification
指定されたすべての Specification に AND 演算を適用します。
allOf(Specification<T>...) - Static method in interface org.springframework.data.jpa.domain.Specification
and(List<P>) - インターフェース org.springframework.data.jpa.repository.query のメソッド。KeysetScrollDelegate.QueryStrategy
intermediate 述語を AND 結合します。
and(Sort.Direction, Attribute<?, ?>...) - クラス org.springframework.data.jpa.domain のメソッド。JpaSort
指定されたソート条件を現在の条件に追加して、新しい JpaSort を返します。
and(Sort.Direction, JpaSort.Path<?, ?>...) - クラス org.springframework.data.jpa.domain のメソッド。JpaSort
指定されたソート条件を現在の条件に追加して、新しい JpaSort を返します。
and(Specification<T>) - Method in interface org.springframework.data.jpa.domain.Specification
指定された Specification を現在のものに AND します。
and(Part, Predicate, Iterator<Object>) - クラス org.springframework.data.jpa.repository.query のメソッド。JpaQueryCreator
andUnsafe(Sort.Direction, String...) - クラス org.springframework.data.jpa.domain のメソッド。JpaSort
指定されたソート条件を現在の条件に追加して、新しい JpaSort を返します。
anyOf(Iterable<Specification<T>>) - Static method in interface org.springframework.data.jpa.domain.Specification
指定されたすべての Specification に OR 演算を適用します。
anyOf(Specification<T>...) - Static method in interface org.springframework.data.jpa.domain.Specification
applyAndBind(String, Iterable<T>, EntityManager) - Static method in class org.springframework.data.jpa.repository.query.QueryUtils
指定されたエンティティを参照する where 句を作成し、指定されたクエリ文字列に追加します。
applyHints(T, JpaQueryMethod) - クラス org.springframework.data.jpa.repository.query のメソッド。AbstractJpaQuery
宣言されたクエリヒントを指定されたクエリに適用します。
applyPagination(Pageable, JPQLQuery<T>) - Method in class org.springframework.data.jpa.repository.support.Querydsl
指定された Pageable を指定された JPQLQuery に適用します。
applyQueryHint(T, QueryHint) - クラス org.springframework.data.jpa.repository.query のメソッド。AbstractJpaQuery
サブクラスでカスタマイズできるように保護されています。
applySorting(String, Sort) - Static method in class org.springframework.data.jpa.repository.query.QueryUtils
JPQL クエリに order by 句を追加します。
applySorting(String, Sort, String) - Static method in class org.springframework.data.jpa.repository.query.QueryUtils
JPQL クエリに order by 句を追加します。
applySorting(Sort) - インターフェース org.springframework.data.jpa.repository.query のメソッド。QueryEnhancer
JPQL クエリに order by 句を追加します。
applySorting(Sort, JPQLQuery<T>) - Method in class org.springframework.data.jpa.repository.support.Querydsl
指定された JPQLQuery にソートを適用します。
applySorting(Sort, String) - クラス org.springframework.data.jpa.repository.query のメソッド。DefaultQueryEnhancer
applySorting(Sort, String) - Method in class org.springframework.data.jpa.repository.query.JSqlParserQueryEnhancer
applySorting(Sort, String) - インターフェース org.springframework.data.jpa.repository.query のメソッド。QueryEnhancer
JPQL クエリに order by 句を追加します。
attributePaths() - Element in annotation interface org.springframework.data.jpa.repository.EntityGraph
使用するこの EntityGraph の属性のパス。デフォルトでは空です。
AuditingBeanDefinitionParser - org.springframework.data.jpa.repository.config のクラス
auditing 要素の BeanDefinitionParser
AuditingBeanDefinitionParser() - クラス org.springframework.data.jpa.repository.config. AuditingBeanDefinitionParser のコンストラクター
AuditingBeanFactoryPostProcessor - org.springframework.data.jpa.domain.support のクラス
BeanFactoryPostProcessor は、EntityManagerFactory が作成される前に AnnotationBeanConfigurerAspect アスペクトが稼働していることを保証します。これにより、エンティティリスナーがすでにインスタンス化されており、Configurable にインジェクションして動作させる必要があります。
AuditingBeanFactoryPostProcessor() - クラス org.springframework.data.jpa.domain.support. AuditingBeanFactoryPostProcessor のコンストラクター
AuditingEntityListener - org.springframework.data.jpa.domain.support のクラス
永続化および更新エンティティに関する監査情報を取得するための JPA エンティティリスナー。
AuditingEntityListener() - クラス org.springframework.data.jpa.domain.support. AuditingEntityListener のコンストラクター
auditorAwareRef() - Element in annotation interface org.springframework.data.jpa.repository.config.EnableJpaAuditing
現在のプリンシパルを検索するために使用する AuditorAware Bean を構成します。

B

BadJpqlGrammarException - Exception in org.springframework.data.jpa.repository.query
JPQL クエリが無効な場合にスローされる例外。
BadJpqlGrammarException(String, String, Throwable) - Constructor for exception org.springframework.data.jpa.repository.query.BadJpqlGrammarException
basePackageClasses() - Element in annotation interface org.springframework.data.envers.repository.config.EnableEnversRepositories
アノテーション付きコンポーネントをスキャンするパッケージを指定するための、EnableEnversRepositories.basePackages() の型安全な代替。
basePackageClasses() - Element in annotation interface org.springframework.data.jpa.repository.config.EnableJpaRepositories
アノテーション付きコンポーネントをスキャンするパッケージを指定するための、EnableJpaRepositories.basePackages() の型安全な代替。
basePackages() - Element in annotation interface org.springframework.data.envers.repository.config.EnableEnversRepositories
アノテーション付きコンポーネントをスキャンするベースパッケージ。
basePackages() - Element in annotation interface org.springframework.data.jpa.repository.config.EnableJpaRepositories
アノテーション付きコンポーネントをスキャンするベースパッケージ。
BEAN_CONFIGURER_ASPECT_BEAN_NAME - Static variable in class org.springframework.data.jpa.domain.support.AuditingBeanFactoryPostProcessor
BeanDefinitionUtils - org.springframework.data.jpa.util のクラス
BeanFactoryPostProcessor から BeanDefinition インスタンスを操作するユーティリティメソッド。
BeanDefinitionUtils.EntityManagerFactoryBeanDefinition - org.springframework.data.jpa.util のクラス
専用の Bean 名を持つ EntityManagerFactory の BeanDefinition を表す値オブジェクト。
BeanFactoryQueryRewriterProvider - org.springframework.data.jpa.repository.query のクラス
BeanFactoryQueryRewriterProvider(BeanFactory) - クラス org.springframework.data.jpa.repository.query. BeanFactoryQueryRewriterProvider のコンストラクター
BeanManagerQueryRewriterProvider - org.springframework.data.jpa.repository.cdi のクラス
BeanManager ベースの QueryRewriterProvider
BeanManagerQueryRewriterProvider(BeanManager) - クラス org.springframework.data.jpa.repository.cdi. BeanManagerQueryRewriterProvider のコンストラクター
bind(QueryParameterSetter.BindableQuery, JpaParametersParameterAccessor, QueryParameterSetter.ErrorHandling) - クラス org.springframework.data.jpa.repository.query のメソッド。ParameterBinder
bind(T, QueryParameterSetter.QueryMetadata, JpaParametersParameterAccessor) - クラス org.springframework.data.jpa.repository.query のメソッド。ParameterBinder
bootstrapMode() - Element in annotation interface org.springframework.data.envers.repository.config.EnableEnversRepositories
リポジトリがブートストラップライフサイクルで初期化されるタイミングを構成します。
bootstrapMode() - Element in annotation interface org.springframework.data.jpa.repository.config.EnableJpaRepositories
リポジトリがブートストラップライフサイクルで初期化されるタイミングを構成します。
build(Method, RepositoryMetadata, ProjectionFactory) - クラス org.springframework.data.jpa.repository.query のメソッド。DefaultJpaQueryMethodFactory
build(Method, RepositoryMetadata, ProjectionFactory) - インターフェース org.springframework.data.jpa.repository.query のメソッド。JpaQueryMethodFactory
JpaQueryMethod を作成します。

C

canExtractQuery() - Method in enum class org.springframework.data.jpa.provider.PersistenceProvider
canExtractQuery() - インターフェース org.springframework.data.jpa.provider のメソッド。QueryExtractor
エクストラクターが指定された Query から元のクエリ文字列を抽出できるかどうかを返します。
ClasspathScanningPersistenceUnitPostProcessor - org.springframework.data.jpa.support のクラス
Entity または MappedSuperclass でアノテーションが付けられたクラスをスキャンし、PersistenceUnit 後処理に追加する PersistenceUnitPostProcessor
ClasspathScanningPersistenceUnitPostProcessor(String) - クラス org.springframework.data.jpa.support. ClasspathScanningPersistenceUnitPostProcessor のコンストラクター
指定された基本パッケージをスキャンベースとして使用して、新しい ClasspathScanningPersistenceUnitPostProcessor を作成します。
clearAutomatically() - Element in annotation interface org.springframework.data.jpa.repository.Modifying
変更クエリの実行後に、基になる永続コンテキストをクリアする必要があるかどうかを定義します。
CollectionAwareProjectionFactory - org.springframework.data.jpa.projection のクラス
コレクションまたはマップを含む射影が開かれていると見なす ProjectionFactory
CollectionAwareProjectionFactory() - クラス org.springframework.data.jpa.projection. CollectionAwareProjectionFactory のコンストラクター
comment() - Element in annotation interface org.springframework.data.jpa.repository.Meta
クエリにコメントを追加します。
compare(E, Object) - インターフェース org.springframework.data.jpa.repository.query のメソッド。KeysetScrollDelegate.QueryStrategy
等価比較オブジェクトを作成します。
compare(Sort.Order, E, Object) - インターフェース org.springframework.data.jpa.repository.query のメソッド。KeysetScrollDelegate.QueryStrategy
Sort.Order に従って比較オブジェクトを作成します。
complete(Predicate, Sort) - クラス org.springframework.data.jpa.repository.query のメソッド。JpaQueryCreator
指定された Predicate をファイナライズし、指定されたソートを適用します。
complete(Predicate, Sort, CriteriaQuery<? extends Object>, CriteriaBuilder, Root<?>) - クラス org.springframework.data.jpa.repository.query のメソッド。JpaCountQueryCreator
complete(Predicate, Sort, CriteriaQuery<? extends Object>, CriteriaBuilder, Root<?>) - クラス org.springframework.data.jpa.repository.query のメソッド。JpaQueryCreator
指定された CriteriaQuery および CriteriaBuilder を使用して、指定された Predicate を確定するテンプレートメソッド。
considerNestedRepositories() - Element in annotation interface org.springframework.data.envers.repository.config.EnableEnversRepositories
ネストされたリポジトリインターフェース(たとえば、内部クラスとして定義されている)をリポジトリインフラストラクチャで検出するかどうかを構成します。
considerNestedRepositories() - Element in annotation interface org.springframework.data.jpa.repository.config.EnableJpaRepositories
ネストされたリポジトリインターフェース(たとえば、内部クラスとして定義されている)をリポジトリインフラストラクチャで検出するかどうかを構成します。
contribute(AotRepositoryContext, GenerationContext) - クラス org.springframework.data.jpa.repository.config のメソッド。JpaRepositoryConfigExtension.JpaRepositoryRegistrationAotProcessor
convertToDatabaseColumn(Instant) - クラス org.springframework.data.jpa.convert.threeten のメソッド。Jsr310JpaConverters.InstantConverter
convertToDatabaseColumn(LocalDate) - クラス org.springframework.data.jpa.convert.threeten のメソッド。Jsr310JpaConverters.LocalDateConverter
convertToDatabaseColumn(LocalDateTime) - クラス org.springframework.data.jpa.convert.threeten のメソッド。Jsr310JpaConverters.LocalDateTimeConverter
convertToDatabaseColumn(LocalTime) - クラス org.springframework.data.jpa.convert.threeten のメソッド。Jsr310JpaConverters.LocalTimeConverter
convertToDatabaseColumn(ZoneId) - クラス org.springframework.data.jpa.convert.threeten のメソッド。Jsr310JpaConverters.ZoneIdConverter
convertToEntityAttribute(String) - クラス org.springframework.data.jpa.convert.threeten のメソッド。Jsr310JpaConverters.ZoneIdConverter
convertToEntityAttribute(Timestamp) - クラス org.springframework.data.jpa.convert.threeten のメソッド。Jsr310JpaConverters.InstantConverter
convertToEntityAttribute(Date) - クラス org.springframework.data.jpa.convert.threeten のメソッド。Jsr310JpaConverters.LocalDateConverter
convertToEntityAttribute(Date) - クラス org.springframework.data.jpa.convert.threeten のメソッド。Jsr310JpaConverters.LocalDateTimeConverter
convertToEntityAttribute(Date) - クラス org.springframework.data.jpa.convert.threeten のメソッド。Jsr310JpaConverters.LocalTimeConverter
count() - クラス org.springframework.data.jpa.repository.support のメソッド。SimpleJpaRepository
count(Predicate) - クラス org.springframework.data.jpa.repository.support のメソッド。QuerydslJpaPredicateExecutor
count(Predicate) - クラス org.springframework.data.jpa.repository.support のメソッド。QuerydslJpaRepository
使用すべきではありません。
count(Example<S>) - クラス org.springframework.data.jpa.repository.support のメソッド。SimpleJpaRepository
count(Specification<T>) - インターフェース org.springframework.data.jpa.repository のメソッド。JpaSpecificationExecutor
指定された Specification が返すインスタンスの数を返します。
count(Specification<T>) - クラス org.springframework.data.jpa.repository.support のメソッド。SimpleJpaRepository
COUNT_QUERY_STRING - Static variable in class org.springframework.data.jpa.repository.query.QueryUtils
countName() - Element in annotation interface org.springframework.data.jpa.repository.Query
ページネーションが使用されているときにカウントクエリを実行するために使用される NamedQuery の名前を返します。
countProjection() - Element in annotation interface org.springframework.data.jpa.repository.Query
ページネーション用に生成されるカウントクエリの射影部分を定義します。
countQuery() - Element in annotation interface org.springframework.data.jpa.repository.Query
ページの要素の総数を検索するためのページ付けクエリに使用される特別なカウントクエリを定義します。
create(EntityManager, JpaQueryMethodFactory, QueryLookupStrategy.Key, QueryMethodEvaluationContextProvider, QueryRewriterProvider, EscapeCharacter) - Static method in class org.springframework.data.jpa.repository.query.JpaQueryLookupStrategy
指定された EntityManager および QueryLookupStrategy.KeyQueryLookupStrategy を作成します。
create(Part, Iterator<Object>) - クラス org.springframework.data.jpa.repository.query のメソッド。JpaQueryCreator
createBinder() - クラス org.springframework.data.jpa.repository.query のメソッド。AbstractJpaQuery
createCountQuery(Predicate...) - クラス org.springframework.data.jpa.repository.support のメソッド。QuerydslJpaPredicateExecutor
指定された Predicate の新しい JPQLQuery カウントクエリを作成します。
createCountQuery(Predicate...) - クラス org.springframework.data.jpa.repository.support のメソッド。QuerydslJpaRepository
使用すべきではありません。
指定された Predicate の新しい JPQLQuery カウントクエリを作成します。
createCountQuery(JpaParametersParameterAccessor) - クラス org.springframework.data.jpa.repository.query のメソッド。AbstractJpaQuery
createCountQueryFor() - インターフェース org.springframework.data.jpa.repository.query のメソッド。QueryEnhancer
指定された元のクエリからカウントされた射影クエリを作成します。
createCountQueryFor(String) - クラス org.springframework.data.jpa.repository.query のメソッド。DefaultQueryEnhancer
createCountQueryFor(String) - Method in class org.springframework.data.jpa.repository.query.JSqlParserQueryEnhancer
createCountQueryFor(String) - インターフェース org.springframework.data.jpa.repository.query のメソッド。QueryEnhancer
提供された countProjection を使用して、指定された元のクエリからカウント予測クエリを作成します。
createCountQueryFor(String) - Static method in class org.springframework.data.jpa.repository.query.QueryUtils
使用すべきではありません。
代わりに DeclaredQuery.deriveCountQuery(String) を使用してください。
createCountQueryFor(String, String) - Static method in class org.springframework.data.jpa.repository.query.QueryUtils
使用すべきではありません。
代わりに DeclaredQuery.deriveCountQuery(String) を使用してください。
createCriteriaQuery(CriteriaBuilder, ReturnedType) - クラス org.springframework.data.jpa.repository.query のメソッド。JpaCountQueryCreator
createCriteriaQuery(CriteriaBuilder, ReturnedType) - クラス org.springframework.data.jpa.repository.query のメソッド。JpaQueryCreator
述語を適用する CriteriaQuery を作成します。
createExpression(String) - インターフェース org.springframework.data.jpa.repository.query のメソッド。KeysetScrollDelegate.QueryStrategy
指定された property パスから式オブジェクトを作成します。
createFrom(List<JpaParameters.JpaParameter>) - クラス org.springframework.data.jpa.repository.query のメソッド。JpaParameters
createInstance() - クラス org.springframework.data.jpa.repository.config のメソッド。JpaMetamodelMappingContextFactoryBean
createParameters(ParametersSource) - クラス org.springframework.data.jpa.repository.query のメソッド。JpaQueryMethod
createPersistentEntity(TypeInformation<T>) - クラス org.springframework.data.jpa.mapping のメソッド。JpaMetamodelMappingContext
createPersistentProperty(Property, JpaPersistentEntityImpl<?>, SimpleTypeHolder) - クラス org.springframework.data.jpa.mapping のメソッド。JpaMetamodelMappingContext
createPredicate(Root<?>, CriteriaBuilder) - Method in record class org.springframework.data.jpa.repository.query.KeysetScrollSpecification
createPredicate(KeysetScrollPosition, Sort, KeysetScrollDelegate.QueryStrategy<E, P>) - クラス org.springframework.data.jpa.repository.query のメソッド。KeysetScrollDelegate
createProjection(Class<T>) - クラス org.springframework.data.jpa.projection のメソッド。CollectionAwareProjectionFactory
createProjection(Class<T>, Object) - クラス org.springframework.data.jpa.projection のメソッド。CollectionAwareProjectionFactory
createProjectionInformation(Class<?>) - クラス org.springframework.data.jpa.projection のメソッド。CollectionAwareProjectionFactory
createQuery() - Method in class org.springframework.data.jpa.repository.support.Querydsl
構成された EntityManager に基づいて JPQLQuery インスタンスを作成します。
createQuery(EntityPath<?>...) - Method in class org.springframework.data.jpa.repository.support.Querydsl
構成された EntityManager に基づいて JPQLQuery インスタンスを作成します。
createQuery(Predicate...) - クラス org.springframework.data.jpa.repository.support のメソッド。QuerydslJpaPredicateExecutor
指定された Predicate の新しい JPQLQuery を作成します。
createQuery(Predicate...) - クラス org.springframework.data.jpa.repository.support のメソッド。QuerydslJpaRepository
使用すべきではありません。
指定された Predicate の新しい JPQLQuery を作成します。
createQuery(JpaParametersParameterAccessor) - クラス org.springframework.data.jpa.repository.query のメソッド。AbstractJpaQuery
createRepositoryFactory(EntityManager) - クラス org.springframework.data.envers.repository.support のメソッド。EnversRevisionRepositoryFactoryBean
createRepositoryFactory(EntityManager) - クラス org.springframework.data.jpa.repository.support のメソッド。JpaRepositoryFactoryBean
RepositoryFactorySupport を返します。
createSort(KeysetScrollPosition, Sort, JpaEntityInformation<?, ?>) - Static method in record class org.springframework.data.jpa.repository.query.KeysetScrollSpecification
実際のクエリで使用する Sort オブジェクトを作成します。
CrudMethodMetadata - Interface in org.springframework.data.jpa.repository.support
クエリ実行に使用される LockModeType を提供する抽象 CrudMethodMetadata へのインターフェース。

D

dateTimeProviderRef() - Element in annotation interface org.springframework.data.jpa.repository.config.EnableJpaAuditing
作成日と変更日の設定に使用される TemporalAccessorSE のカスタマイズを可能にする DateTimeProvider Bean 名を構成します。
DEFAULT - Static variable in class org.springframework.data.jpa.repository.query.EscapeCharacter
DefaultJpaContext - org.springframework.data.jpa.repository.support のクラス
JpaContext のデフォルト実装。
DefaultJpaContext(Set<EntityManager>) - クラス org.springframework.data.jpa.repository.support. DefaultJpaContext のコンストラクター
EntityManager の指定された SetSE に対して新しい DefaultJpaContext を作成します。
DefaultJpaEntityMetadata< T > - Class in org.springframework.data.jpa.repository.query
JpaEntityMetadata のデフォルト実装。
DefaultJpaEntityMetadata(Class<T>) - クラス org.springframework.data.jpa.repository.query. DefaultJpaEntityMetadata のコンストラクター
指定されたドメイン型の新しい DefaultJpaEntityMetadata を作成します。
DefaultJpaQueryMethodFactory - org.springframework.data.jpa.repository.query のクラス
JpaQueryMethod インスタンスを作成するためのファクトリ。
DefaultJpaQueryMethodFactory(QueryExtractor) - クラス org.springframework.data.jpa.repository.query. DefaultJpaQueryMethodFactory のコンストラクター
DefaultQueryEnhancer - org.springframework.data.jpa.repository.query のクラス
QueryUtils を使用した QueryEnhancer の実装。
DefaultQueryEnhancer(DeclaredQuery) - クラス org.springframework.data.jpa.repository.query. DefaultQueryEnhancer のコンストラクター
DefaultRevisionMetadata - org.springframework.data.envers.repository.support のクラス
DefaultRevisionEntity で動作する RevisionMetadata
DefaultRevisionMetadata(DefaultRevisionEntity) - クラス org.springframework.data.envers.repository.support. DefaultRevisionMetadata のコンストラクター
DefaultRevisionMetadata(DefaultRevisionEntity, RevisionMetadata.RevisionType) - クラス org.springframework.data.envers.repository.support. DefaultRevisionMetadata のコンストラクター
DelegatingQueryRewriter - org.springframework.data.jpa.repository.query のクラス
SupplierSE によって提供される delegate への書き換え呼び出しを委譲する QueryRewriter の委譲。
DelegatingQueryRewriter(Supplier<QueryRewriter>) - クラス org.springframework.data.jpa.repository.query. DelegatingQueryRewriter のコンストラクター
delete(EntityPath<?>) - クラス org.springframework.data.jpa.repository.support のメソッド。QuerydslRepositorySupport
新しい DeleteClause を返します。
delete(Specification<T>) - インターフェース org.springframework.data.jpa.repository のメソッド。JpaSpecificationExecutor
Specification によって削除し、削除された行数を返します。
delete(Specification<T>) - クラス org.springframework.data.jpa.repository.support のメソッド。SimpleJpaRepository
delete(T) - クラス org.springframework.data.jpa.repository.support のメソッド。SimpleJpaRepository
DELETE_ALL_QUERY_BY_ID_STRING - Static variable in class org.springframework.data.jpa.repository.query.QueryUtils
DELETE_ALL_QUERY_STRING - Static variable in class org.springframework.data.jpa.repository.query.QueryUtils
deleteAll() - クラス org.springframework.data.jpa.repository.support のメソッド。SimpleJpaRepository
deleteAll(Iterable<? extends T>) - クラス org.springframework.data.jpa.repository.support のメソッド。SimpleJpaRepository
deleteAllById(Iterable<? extends ID>) - クラス org.springframework.data.jpa.repository.support のメソッド。SimpleJpaRepository
deleteAllByIdInBatch(Iterable<ID>) - インターフェース org.springframework.data.jpa.repository のメソッド。JpaRepository
単一のクエリを使用して、指定された ID で識別されるエンティティを削除します。
deleteAllByIdInBatch(Iterable<ID>) - クラス org.springframework.data.jpa.repository.support のメソッド。SimpleJpaRepository
deleteAllInBatch() - インターフェース org.springframework.data.jpa.repository のメソッド。JpaRepository
バッチ呼び出しですべてのエンティティを削除します。
deleteAllInBatch() - クラス org.springframework.data.jpa.repository.support のメソッド。SimpleJpaRepository
deleteAllInBatch(Iterable<T>) - インターフェース org.springframework.data.jpa.repository のメソッド。JpaRepository
指定されたエンティティをバッチで削除します。これは、単一のクエリを作成することを意味します。
deleteAllInBatch(Iterable<T>) - クラス org.springframework.data.jpa.repository.support のメソッド。SimpleJpaRepository
deleteById(ID) - クラス org.springframework.data.jpa.repository.support のメソッド。SimpleJpaRepository
deleteInBatch(Iterable<T>) - インターフェース org.springframework.data.jpa.repository のメソッド。JpaRepository
使用すべきではありません。
代わりに JpaRepository.deleteAllInBatch(Iterable) を使用してください。
detectAlias() - クラス org.springframework.data.jpa.repository.query のメソッド。DefaultQueryEnhancer
detectAlias() - Method in class org.springframework.data.jpa.repository.query.JSqlParserQueryEnhancer
detectAlias() - インターフェース org.springframework.data.jpa.repository.query のメソッド。QueryEnhancer
指定された JPA クエリから取得するエンティティのエイリアスを解決します。
detectAlias(String) - Static method in class org.springframework.data.jpa.repository.query.QueryUtils
使用すべきではありません。
代わりに DeclaredQuery.getAlias() を使用してください。
doCreateCountQuery(JpaParametersParameterAccessor) - クラス org.springframework.data.jpa.repository.query のメソッド。AbstractJpaQuery
指定された値を使用してカウントするための TypedQuery を作成します。
doCreateCountQuery(JpaParametersParameterAccessor) - クラス org.springframework.data.jpa.repository.query のメソッド。PartTreeJpaQuery
doCreateQuery(JpaParametersParameterAccessor) - クラス org.springframework.data.jpa.repository.query のメソッド。AbstractJpaQuery
指定された値の Query インスタンスを作成します。
doCreateQuery(JpaParametersParameterAccessor) - クラス org.springframework.data.jpa.repository.query のメソッド。PartTreeJpaQuery
doCreateRepositoryFactory() - クラス org.springframework.data.jpa.repository.support のメソッド。JpaRepositoryFactoryBean
doExecute(AbstractJpaQuery, JpaParametersParameterAccessor) - クラス org.springframework.data.jpa.repository.query のメソッド。JpaQueryExecution
単一の列挙値によって AbstractStringBasedJpaQuery 実行を実装する方法。
dot(A) - クラス org.springframework.data.jpa.domain のメソッド。JpaSort.Path
指定された Attribute を収集し、属性型を指す新しい JpaSort.Path を返します。
dot(P) - クラス org.springframework.data.jpa.domain のメソッド。JpaSort.Path
指定された PluralAttribute を収集し、属性型を指す新しい JpaSort.Path を返します。

E

ECLIPSELINK - Enum constant in enum class org.springframework.data.jpa.provider.PersistenceProvider
EclipseLink 永続化プロバイダー。
enableDefaultTransactions() - Element in annotation interface org.springframework.data.envers.repository.config.EnableEnversRepositories
Spring Data JPA リポジトリのデフォルトトランザクションを有効にするかどうかを構成します。
enableDefaultTransactions() - Element in annotation interface org.springframework.data.jpa.repository.config.EnableJpaRepositories
Spring Data JPA リポジトリのデフォルトトランザクションを有効にするかどうかを構成します。
EnableEnversRepositories - Annotation Interface in org.springframework.data.envers.repository.config
Envers リポジトリを有効にするためのアノテーション。
EnableJpaAuditing - Annotation Interface in org.springframework.data.jpa.repository.config
アノテーション構成を介して JPA で監査を有効にするアノテーション。
EnableJpaRepositories - Annotation Interface in org.springframework.data.jpa.repository.config
JPA リポジトリを有効にするためのアノテーション。
entity() - Method in record class org.springframework.data.jpa.repository.query.KeysetScrollSpecification
entity レコードコンポーネントの値を返します。
EntityGraph - Annotation Interface in org.springframework.data.jpa.repository
リポジトリメソッドで使用する JPA 2.1 EntityGraph を構成するためのアノテーション。
EntityGraph.EntityGraphType - org.springframework.data.jpa.repository の Enum クラス
JPA 2.1 EntityGraph 型の列挙型。
EntityManagerBeanDefinitionRegistrarPostProcessor - org.springframework.data.jpa.repository.support のクラス
BeanFactoryPostProcessor は、アプリケーションコンテキストで見つかったすべての EntityManagerFactory Bean 定義の SharedEntityManagerCreator を登録して、EntityManager インスタンスをコンストラクター引数にオートワイヤーできるようにします。
EntityManagerBeanDefinitionRegistrarPostProcessor() - クラス org.springframework.data.jpa.repository.support. EntityManagerBeanDefinitionRegistrarPostProcessor のコンストラクター
EntityManagerFactoryBeanDefinition(String, ConfigurableListableBeanFactory) - クラス org.springframework.data.jpa.util のコンストラクター。BeanDefinitionUtils.EntityManagerFactoryBeanDefinition
entityManagerFactoryRef() - Element in annotation interface org.springframework.data.envers.repository.config.EnableEnversRepositories
このアノテーションでディスカバーされたリポジトリを作成するために使用される EntityManagerFactory Bean 定義の名前を構成します。
entityManagerFactoryRef() - Element in annotation interface org.springframework.data.jpa.repository.config.EnableJpaRepositories
このアノテーションでディスカバーされたリポジトリを作成するために使用される EntityManagerFactory Bean 定義の名前を構成します。
EnversRevisionRepository< T ,ID extends SerializableSE, N extends NumberSE & ComparableSE< N >> - Interface in org.springframework.data.envers.repository.support
使用すべきではありません。
1.1 以降、単純に RevisionRepository を継承することを推奨しています。
EnversRevisionRepositoryFactoryBean< T extends RevisionRepository< S ,ID, N >, S ,ID, N extends NumberSE & ComparableSE< N >> - Class in org.springframework.data.envers.repository.support
FactoryBeanRevisionRepository インスタンスを作成しています。
EnversRevisionRepositoryFactoryBean(Class<? extends T>) - クラス org.springframework.data.envers.repository.support. EnversRevisionRepositoryFactoryBean のコンストラクター
指定されたリポジトリインターフェースの新しい EnversRevisionRepositoryFactoryBean を作成します。
EnversRevisionRepositoryImpl< T ,ID, N extends NumberSE & ComparableSE< N >> - Class in org.springframework.data.envers.repository.support
Hibernate Envers を使用してリビジョン固有のクエリメソッドを実装するリポジトリの実装。
EnversRevisionRepositoryImpl(JpaEntityInformation<T, ?>, RevisionEntityInformation, EntityManager) - クラス org.springframework.data.envers.repository.support. EnversRevisionRepositoryImpl のコンストラクター
指定された JpaEntityInformationRevisionEntityInformationEntityManager を使用して、新しい EnversRevisionRepositoryImpl を作成します。
equals(Object) - クラス org.springframework.data.envers.repository.support のメソッド。DefaultRevisionMetadata
equals(Object) - クラス org.springframework.data.jpa.domain のメソッド。AbstractPersistable
equals(Object) - クラス org.springframework.data.jpa.repository.query のメソッド。EscapeCharacter
equals(Object) - Method in record class org.springframework.data.jpa.repository.query.KeysetScrollSpecification
他のオブジェクトがこのオブジェクトと「等しい」かどうかを示します。
equals(Object) - クラス org.springframework.data.jpa.repository.support のメソッド。QueryHintValue
equals(Object) - クラス org.springframework.data.jpa.util のメソッド。BeanDefinitionUtils.EntityManagerFactoryBeanDefinition
escape(String) - クラス org.springframework.data.jpa.repository.query のメソッド。EscapeCharacter
構成されたエスケープ文字を使用して、すべての特殊な類似文字(_%)をエスケープします。
escape(String) - クラス org.springframework.data.jpa.repository.support のメソッド。JpaEvaluationContextExtension.JpaRootObject
LIKE 式の指定されたソース StringSE をエスケープします。
escapeCharacter() - Element in annotation interface org.springframework.data.envers.repository.config.EnableEnversRepositories
ワイルドカード _ および % をエスケープするために使用する文字を構成します。
escapeCharacter() - Element in annotation interface org.springframework.data.jpa.repository.config.EnableJpaRepositories
ワイルドカード _ および % をエスケープするために使用する文字を構成します。
escapeCharacter() - クラス org.springframework.data.jpa.repository.support のメソッド。JpaEvaluationContextExtension.JpaRootObject
LIKE 式の特殊文字をエスケープするために使用されているエスケープ文字を返します。
EscapeCharacter - org.springframework.data.jpa.repository.query のクラス
LIKE クエリのエスケープ文字をカプセル化する値型と、StringSE のエスケープでの実際の使用箇所。
excludeFilters() - Element in annotation interface org.springframework.data.envers.repository.config.EnableEnversRepositories
コンポーネントのスキャンに適さない型を指定します。
excludeFilters() - Element in annotation interface org.springframework.data.jpa.repository.config.EnableJpaRepositories
コンポーネントのスキャンに適さない型を指定します。
execute(Object[]) - クラス org.springframework.data.jpa.repository.query のメソッド。AbstractJpaQuery
execute(AbstractJpaQuery, JpaParametersParameterAccessor) - クラス org.springframework.data.jpa.repository.query のメソッド。JpaQueryExecution
指定された ParameterBinder を使用して指定された AbstractStringBasedJpaQuery を実行します。
executeQueryWithResultStream(Query) - Method in enum class org.springframework.data.jpa.provider.PersistenceProvider
exists(Predicate) - クラス org.springframework.data.jpa.repository.support のメソッド。QuerydslJpaPredicateExecutor
exists(Predicate) - クラス org.springframework.data.jpa.repository.support のメソッド。QuerydslJpaRepository
使用すべきではありません。
exists(Example<S>) - クラス org.springframework.data.jpa.repository.support のメソッド。SimpleJpaRepository
exists(Specification<T>) - インターフェース org.springframework.data.jpa.repository のメソッド。JpaSpecificationExecutor
データストアに、指定された Specification と一致する要素が含まれているかどうかを確認します。
exists(Specification<T>) - クラス org.springframework.data.jpa.repository.support のメソッド。SimpleJpaRepository
existsById(ID) - クラス org.springframework.data.jpa.repository.support のメソッド。SimpleJpaRepository
extractQueryString(Query) - インターフェース org.springframework.data.jpa.provider のメソッド。QueryExtractor
Query オブジェクトからクエリ文字列をリバースエンジニアリングします。

F

FETCH - Enum constant in enum class org.springframework.data.jpa.repository.EntityGraph.EntityGraphType
jakarta.persistence.fetchgraph プロパティを使用してエンティティグラフを指定する場合、エンティティグラフの属性ノードで指定された属性は FetchType.EAGER として扱われ、指定されていない属性は FetchType.LAZY として扱われます。
findAll() - クラス org.springframework.data.jpa.repository.support のメソッド。SimpleJpaRepository
findAll(OrderSpecifier<?>...) - クラス org.springframework.data.jpa.repository.support のメソッド。QuerydslJpaPredicateExecutor
findAll(OrderSpecifier<?>...) - クラス org.springframework.data.jpa.repository.support のメソッド。QuerydslJpaRepository
使用すべきではありません。
findAll(Predicate) - クラス org.springframework.data.jpa.repository.support のメソッド。QuerydslJpaPredicateExecutor
findAll(Predicate) - クラス org.springframework.data.jpa.repository.support のメソッド。QuerydslJpaRepository
使用すべきではありません。
findAll(Predicate, OrderSpecifier<?>...) - クラス org.springframework.data.jpa.repository.support のメソッド。QuerydslJpaPredicateExecutor
findAll(Predicate, OrderSpecifier<?>...) - クラス org.springframework.data.jpa.repository.support のメソッド。QuerydslJpaRepository
使用すべきではありません。
findAll(Predicate, Pageable) - クラス org.springframework.data.jpa.repository.support のメソッド。QuerydslJpaPredicateExecutor
findAll(Predicate, Pageable) - クラス org.springframework.data.jpa.repository.support のメソッド。QuerydslJpaRepository
使用すべきではありません。
findAll(Predicate, Sort) - クラス org.springframework.data.jpa.repository.support のメソッド。QuerydslJpaPredicateExecutor
findAll(Predicate, Sort) - クラス org.springframework.data.jpa.repository.support のメソッド。QuerydslJpaRepository
使用すべきではありません。
findAll(Example<S>) - インターフェース org.springframework.data.jpa.repository のメソッド。JpaRepository
findAll(Example<S>) - クラス org.springframework.data.jpa.repository.support のメソッド。SimpleJpaRepository
findAll(Example<S>, Pageable) - クラス org.springframework.data.jpa.repository.support のメソッド。SimpleJpaRepository
findAll(Example<S>, Sort) - インターフェース org.springframework.data.jpa.repository のメソッド。JpaRepository
findAll(Example<S>, Sort) - クラス org.springframework.data.jpa.repository.support のメソッド。SimpleJpaRepository
findAll(Pageable) - クラス org.springframework.data.jpa.repository.support のメソッド。SimpleJpaRepository
findAll(Sort) - クラス org.springframework.data.jpa.repository.support のメソッド。SimpleJpaRepository
findAll(Specification<T>) - インターフェース org.springframework.data.jpa.repository のメソッド。JpaSpecificationExecutor
指定された Specification に一致するすべてのエンティティを返します。
findAll(Specification<T>) - クラス org.springframework.data.jpa.repository.support のメソッド。SimpleJpaRepository
findAll(Specification<T>, Pageable) - インターフェース org.springframework.data.jpa.repository のメソッド。JpaSpecificationExecutor
指定された Specification に一致するエンティティの Page を返します。
findAll(Specification<T>, Pageable) - クラス org.springframework.data.jpa.repository.support のメソッド。SimpleJpaRepository
findAll(Specification<T>, Sort) - インターフェース org.springframework.data.jpa.repository のメソッド。JpaSpecificationExecutor
指定された Specification および Sort に一致するすべてのエンティティを返します。
findAll(Specification<T>, Sort) - クラス org.springframework.data.jpa.repository.support のメソッド。SimpleJpaRepository
findAllById(Iterable<ID>) - クラス org.springframework.data.jpa.repository.support のメソッド。SimpleJpaRepository
findBy(Predicate, Function<FluentQuery.FetchableFluentQuery<S>, R>) - クラス org.springframework.data.jpa.repository.support のメソッド。QuerydslJpaPredicateExecutor
findBy(Predicate, Function<FluentQuery.FetchableFluentQuery<S>, R>) - クラス org.springframework.data.jpa.repository.support のメソッド。QuerydslJpaRepository
使用すべきではありません。
findBy(Example<S>, Function<FluentQuery.FetchableFluentQuery<S>, R>) - クラス org.springframework.data.jpa.repository.support のメソッド。SimpleJpaRepository
findBy(Specification<T>, Function<FluentQuery.FetchableFluentQuery<S>, R>) - インターフェース org.springframework.data.jpa.repository のメソッド。JpaSpecificationExecutor
クエリとその結果の型を定義する queryFunction を適用して、指定された Specification に一致するエンティティを返します。
findBy(Specification<T>, Function<FluentQuery.FetchableFluentQuery<S>, R>) - クラス org.springframework.data.jpa.repository.support のメソッド。SimpleJpaRepository
findById(ID) - クラス org.springframework.data.jpa.repository.support のメソッド。SimpleJpaRepository
findLastChangeRevision(ID) - クラス org.springframework.data.envers.repository.support のメソッド。EnversRevisionRepositoryImpl
findOne(Predicate) - クラス org.springframework.data.jpa.repository.support のメソッド。QuerydslJpaPredicateExecutor
findOne(Predicate) - クラス org.springframework.data.jpa.repository.support のメソッド。QuerydslJpaRepository
使用すべきではありません。
findOne(Example<S>) - クラス org.springframework.data.jpa.repository.support のメソッド。SimpleJpaRepository
findOne(Specification<T>) - インターフェース org.springframework.data.jpa.repository のメソッド。JpaSpecificationExecutor
指定された Specification または Optional.empty() に一致する単一のエンティティが見つからない場合、それを返します。
findOne(Specification<T>) - クラス org.springframework.data.jpa.repository.support のメソッド。SimpleJpaRepository
findPersistentPropertyPaths(Class<T>, Predicate<? super JpaPersistentProperty>) - クラス org.springframework.data.jpa.mapping のメソッド。JpaMetamodelMappingContext
埋め込み可能なプロパティをトラバースすることにより、PersistentPropertyPaths のルックアップをカスタマイズします。
findRevision(ID, N) - クラス org.springframework.data.envers.repository.support のメソッド。EnversRevisionRepositoryImpl
findRevisions(ID) - クラス org.springframework.data.envers.repository.support のメソッド。EnversRevisionRepositoryImpl
findRevisions(ID, Pageable) - クラス org.springframework.data.envers.repository.support のメソッド。EnversRevisionRepositoryImpl
flush() - インターフェース org.springframework.data.jpa.repository のメソッド。JpaRepository
データベースに対するすべての保留中の変更をフラッシュします。
flush() - クラス org.springframework.data.jpa.repository.support のメソッド。SimpleJpaRepository
flushAutomatically() - Element in annotation interface org.springframework.data.jpa.repository.Modifying
変更クエリを実行する前に、基礎となる永続コンテキストをフラッシュする必要があるかどうかを定義します。
forCounting() - Element in annotation interface org.springframework.data.jpa.repository.QueryHints
構成された QueryHint を、ページ付け中のカウントクエリにも適用するかどうかを定義します。
forCounts() - クラス org.springframework.data.jpa.repository.support のメソッド。MutableQueryHints
forCounts() - インターフェース org.springframework.data.jpa.repository.support のメソッド。QueryHints
カウントクエリに適用可能なヒントのみを含む新しい QueryHints インスタンスを作成して返します。
forCounts() - 列挙クラス org.springframework.data.jpa.repository.support.QueryHints.NoHints のメソッド
forEach(BiConsumer<String, Object>) - クラス org.springframework.data.jpa.repository.support のメソッド。MutableQueryHints
forEach(BiConsumer<String, Object>) - インターフェース org.springframework.data.jpa.repository.support のメソッド。QueryHints
すべてのヒントが処理されるか、アクションが例外をスローするまで、このクエリヒントオブジェクトの各要素に対して指定されたアクションを実行します。
forEach(BiConsumer<String, Object>) - 列挙クラス org.springframework.data.jpa.repository.support.QueryHints.NoHints のメソッド
forQuery(DeclaredQuery) - Static method in class org.springframework.data.jpa.repository.query.QueryEnhancerFactory
指定された DeclaredQuery の新しい QueryEnhancer を作成します。
from(EntityPath<?>...) - クラス org.springframework.data.jpa.repository.support のメソッド。QuerydslRepositorySupport
新しい JPQLQuery を返します。
from(EntityPath<T>) - クラス org.springframework.data.jpa.repository.support のメソッド。QuerydslRepositorySupport
指定された EntityPath の JPQLQuery を返します。
from(QueryHints...) - Static method in interface org.springframework.data.jpa.repository.support.QueryHints
指定された sources から新しい QueryHints オブジェクトを作成します。
fromEntityManager(EntityManager) - Static method in enum class org.springframework.data.jpa.provider.PersistenceProvider
指定された EntityManager から PersistenceProvider を決定します。
fromMetamodel(Metamodel) - Static method in enum class org.springframework.data.jpa.provider.PersistenceProvider
指定された Metamodel から PersistenceProvider を決定します。

G

GENERIC_JPA - Enum constant in enum class org.springframework.data.jpa.provider.PersistenceProvider
不明な特別プロバイダー。
getAnnotatedQuery() - クラス org.springframework.data.jpa.repository.query のメソッド。JpaQueryMethod
Query アノテーションで宣言されたクエリ文字列を返します。アノテーションが見つからず、属性も指定されていない場合は null を返します。
getAttributePaths() - クラス org.springframework.data.jpa.repository.query のメソッド。JpaEntityGraph
この JpaEntityGraph に使用される属性ノード名を返します。
getBeanDefinition() - クラス org.springframework.data.jpa.util のメソッド。BeanDefinitionUtils.EntityManagerFactoryBeanDefinition
EntityManagerFactoryBeanDefinition を返します。
getBeanDefinition(String, ConfigurableListableBeanFactory) - Static method in class org.springframework.data.jpa.util.BeanDefinitionUtils
指定された BeanFactory またはその親の 1 つから取得された、指定された名前の BeanDefinition を返します。
getBeanFactory() - クラス org.springframework.data.jpa.util のメソッド。BeanDefinitionUtils.EntityManagerFactoryBeanDefinition
基本となる BeanFactory を返します。
getBeanName() - クラス org.springframework.data.jpa.util のメソッド。BeanDefinitionUtils.EntityManagerFactoryBeanDefinition
EntityManagerFactoryBeanDefinition の Bean 名を返します。
getBuilder() - クラス org.springframework.data.jpa.repository.support のメソッド。QuerydslRepositorySupport
構成されたドメイン型の PathBuilder を返します。
getById(ID) - インターフェース org.springframework.data.jpa.repository のメソッド。JpaRepository
使用すべきではありません。
代わりに JpaRepository.getReferenceById(ID) を使用してください。
getById(ID) - クラス org.springframework.data.jpa.repository.support のメソッド。SimpleJpaRepository
使用すべきではありません。
getComment() - Method in class org.springframework.data.jpa.repository.query.Meta
getComment() - インターフェース org.springframework.data.jpa.repository.support のメソッド。CrudMethodMetadata
クエリに適用されるクエリコメントを返します。
getCommentHintKey() - インターフェース org.springframework.data.jpa.provider のメソッド。QueryComment
getCommentHintValue(String) - インターフェース org.springframework.data.jpa.provider のメソッド。QueryComment
getCompositeIdAttributeValue(Object, String) - インターフェース org.springframework.data.jpa.repository.support のメソッド。JpaEntityInformation
複合 ID から指定された id 属性の値を抽出します
getCompositeIdAttributeValue(Object, String) - クラス org.springframework.data.jpa.repository.support のメソッド。JpaMetamodelEntityInformation
getConfigurationInspectionClassLoader(ResourceLoader) - クラス org.springframework.data.jpa.repository.config のメソッド。JpaRepositoryConfigExtension
getCountQuery() - クラス org.springframework.data.jpa.repository.query のメソッド。JpaQueryMethod
Query アノテーションで宣言された countQuery 文字列を返します。アノテーションが見つからず、属性も指定されていない場合は null を返します。
getCountQuery(Specification<S>, Class<S>) - クラス org.springframework.data.jpa.repository.support のメソッド。SimpleJpaRepository
指定された Specification の新しいカウントクエリを作成します。
getCountQuery(Specification<T>) - クラス org.springframework.data.jpa.repository.support のメソッド。SimpleJpaRepository
使用すべきではありません。
代わりに SimpleJpaRepository.getCountQuery(Specification, Class) をオーバーライドします
getCountQueryPlaceholder() - Method in enum class org.springframework.data.jpa.provider.PersistenceProvider
単純なカウントクエリに使用するプレースホルダーを返します。
getCreatedBy() - クラス org.springframework.data.jpa.domain のメソッド。AbstractAuditable
getCreatedDate() - クラス org.springframework.data.jpa.domain のメソッド。AbstractAuditable
getDelegate() - クラス org.springframework.data.envers.repository.support のメソッド。DefaultRevisionMetadata
getDomainClass() - クラス org.springframework.data.jpa.repository.support のメソッド。SimpleJpaRepository
getEntityGraph() - インターフェース org.springframework.data.jpa.repository.support のメソッド。CrudMethodMetadata
使用する EntityGraph を返します。
getEntityInformation() - クラス org.springframework.data.jpa.repository.query のメソッド。JpaQueryMethod
getEntityInformation(Class<T>) - クラス org.springframework.data.jpa.repository.support のメソッド。JpaRepositoryFactory
getEntityInformation(Class<T>, EntityManager) - Static method in class org.springframework.data.jpa.repository.support.JpaEntityInformationSupport
指定されたドメインクラスと EntityManagerJpaEntityInformation を作成します。
getEntityManager() - クラス org.springframework.data.jpa.repository.query のメソッド。AbstractJpaQuery
EntityManager を返します。
getEntityManager() - クラス org.springframework.data.jpa.repository.support のメソッド。QuerydslRepositorySupport
EntityManager を返します。
getEntityManagerByManagedType(Class<?>) - インターフェース org.springframework.data.jpa.repository のメソッド。JpaContext
指定されたドメイン型を管理する EntityManager を返します。
getEntityManagerByManagedType(Class<?>) - クラス org.springframework.data.jpa.repository.support のメソッド。DefaultJpaContext
getEntityManagerFactoryBeanDefinitions(ConfigurableListableBeanFactory) - Static method in class org.springframework.data.jpa.util.BeanDefinitionUtils
指定された ConfigurableListableBeanFactory 階層に登録されているすべての BeanDefinitionBeanDefinitionUtils.EntityManagerFactoryBeanDefinition インスタンスを返します。
getEntityManagerFactoryBeanNames(ListableBeanFactory) - Static method in class org.springframework.data.jpa.util.BeanDefinitionUtils
最終的に EntityManagerFactory になる Bean 定義のすべての Bean 名を返します。
getEntityName() - クラス org.springframework.data.jpa.repository.query のメソッド。DefaultJpaEntityMetadata
getEntityName() - インターフェース org.springframework.data.jpa.repository.query のメソッド。JpaEntityMetadata
エンティティの名前を返します。
getEntityName() - クラス org.springframework.data.jpa.repository.support のメソッド。JpaEntityInformationSupport
getEntityName() - クラス org.springframework.data.jpa.repository.support のメソッド。JpaMetamodelEntityInformation
getEscapeCharacter() - クラス org.springframework.data.jpa.repository.query のメソッド。EscapeCharacter
getExecution() - クラス org.springframework.data.jpa.repository.query のメソッド。AbstractJpaQuery
getExecution() - クラス org.springframework.data.jpa.repository.query のメソッド。PartTreeJpaQuery
getExistsQueryString(String, String, Iterable<String>) - Static method in class org.springframework.data.jpa.repository.query.QueryUtils
指定された ID 属性に対して存在するクエリを実行するためのクエリ文字列を返します。
getExtensionId() - クラス org.springframework.data.jpa.repository.support のメソッド。JpaEvaluationContextExtension
getFetchGraphHint(EntityManager, JpaEntityGraph, Class<?>) - クラス org.springframework.data.jpa.repository.query.Jpa21Utils の静的メソッド
getHibernateQuery(Object) - Static method in class org.springframework.data.jpa.provider.HibernateUtils
基になるネイティブ Hibernate クエリのクエリ文字列を返します。
getId() - クラス org.springframework.data.jpa.domain のメソッド。AbstractPersistable
getId(T) - クラス org.springframework.data.jpa.repository.support のメソッド。JpaMetamodelEntityInformation
getId(T) - クラス org.springframework.data.jpa.repository.support のメソッド。JpaPersistableEntityInformation
getIdAttribute() - インターフェース org.springframework.data.jpa.repository.support のメソッド。JpaEntityInformation
エンティティの id 属性を返します。
getIdAttribute() - クラス org.springframework.data.jpa.repository.support のメソッド。JpaMetamodelEntityInformation
getIdAttributeNames() - インターフェース org.springframework.data.jpa.repository.support のメソッド。JpaEntityInformation
id 属性の属性名を返します。
getIdAttributeNames() - クラス org.springframework.data.jpa.repository.support のメソッド。JpaMetamodelEntityInformation
getIdClassAttributes(IdentifiableType<T>) - Method in enum class org.springframework.data.jpa.provider.PersistenceProvider
getIdentifierFrom(Object) - インターフェース org.springframework.data.jpa.provider のメソッド。ProxyIdAccessor
指定されたエンティティの識別子値を寛大にインスペクションすることにより、そのエンティティの識別子を返します。
getIdentifyingAnnotations() - クラス org.springframework.data.jpa.repository.config のメソッド。JpaRepositoryConfigExtension
getIdentifyingTypes() - クラス org.springframework.data.jpa.repository.config のメソッド。JpaRepositoryConfigExtension
getIdType() - クラス org.springframework.data.jpa.repository.support のメソッド。JpaMetamodelEntityInformation
getJavaType() - クラス org.springframework.data.jpa.repository.query のメソッド。DefaultJpaEntityMetadata
getJoinAliases() - クラス org.springframework.data.jpa.repository.query のメソッド。DefaultQueryEnhancer
getJoinAliases() - Method in class org.springframework.data.jpa.repository.query.JSqlParserQueryEnhancer
getJoinAliases() - インターフェース org.springframework.data.jpa.repository.query のメソッド。QueryEnhancer
getJpql() - Method in exception org.springframework.data.jpa.repository.query.BadJpqlGrammarException
getJSqlCount(List<String>, boolean) - Static method in class org.springframework.data.jpa.repository.query.JSqlParserUtils
countFields に基づいて、カウント関数呼び出しを生成します。
getJSqlLower(String) - Static method in class org.springframework.data.jpa.repository.query.JSqlParserUtils
column に基づいて、下位の関数呼び出しを生成します。
getKey() - 列挙クラス org.springframework.data.jpa.repository.EntityGraph.EntityGraphType のメソッド
getKeyset(Iterable<String>, T) - インターフェース org.springframework.data.jpa.repository.support のメソッド。JpaEntityInformation
propertyPaths のキーセットと主キー (該当する場合は複合キーコンポーネントを含む) を抽出します。
getKeyset(Iterable<String>, T) - クラス org.springframework.data.jpa.repository.support のメソッド。JpaMetamodelEntityInformation
getLastModifiedBy() - クラス org.springframework.data.jpa.domain のメソッド。AbstractAuditable
getLastModifiedDate() - クラス org.springframework.data.jpa.domain のメソッド。AbstractAuditable
getLockModeType() - インターフェース org.springframework.data.jpa.repository.support のメソッド。CrudMethodMetadata
使用する LockModeType を返します。
getMetamodel() - クラス org.springframework.data.jpa.repository.query のメソッド。AbstractJpaQuery
JpaMetamodel を返します。
getMethod() - インターフェース org.springframework.data.jpa.repository.support のメソッド。CrudMethodMetadata
使用する MethodSE を返します。
getModuleName() - クラス org.springframework.data.jpa.repository.config のメソッド。JpaRepositoryConfigExtension
getModulePrefix() - クラス org.springframework.data.jpa.repository.config のメソッド。JpaRepositoryConfigExtension
getName() - クラス org.springframework.data.jpa.repository.query のメソッド。JpaEntityGraph
使用する EntityGraph 構成の名前を返します。
getNamedQueryName() - クラス org.springframework.data.jpa.repository.query のメソッド。JpaQueryMethod
getObjectType() - クラス org.springframework.data.jpa.repository.config のメソッド。JpaMetamodelMappingContextFactoryBean
getOffsetAsInteger(Pageable) - Static method in class org.springframework.data.jpa.support.PageableUtils
Pageable のオフセット値を LongSE から IntegerSE に変換して、JPA 仕様メソッドをサポートします。
getOne(ID) - インターフェース org.springframework.data.jpa.repository のメソッド。JpaRepository
使用すべきではありません。
代わりに JpaRepository.getReferenceById(ID) を使用してください。
getOne(ID) - クラス org.springframework.data.jpa.repository.support のメソッド。SimpleJpaRepository
使用すべきではありません。
getOrder() - クラス org.springframework.data.jpa.repository.support のメソッド。EntityManagerBeanDefinitionRegistrarPostProcessor
getParameterExpressions() - クラス org.springframework.data.jpa.repository.query のメソッド。JpaQueryCreator
クエリの作成時に作成されたすべての ParameterExpression を返します。
getParameters() - クラス org.springframework.data.jpa.repository.query のメソッド。JpaQueryMethod
getPredicate(Root<T>, CriteriaBuilder, Example<T>) - Static method in class org.springframework.data.jpa.convert.QueryByExamplePredicateBuilder
Example を表す Predicate を抽出します。
getPredicate(Root<T>, CriteriaBuilder, Example<T>, EscapeCharacter) - Static method in class org.springframework.data.jpa.convert.QueryByExamplePredicateBuilder
Example を表す Predicate を抽出します。
getProjection() - クラス org.springframework.data.jpa.repository.query のメソッド。DefaultQueryEnhancer
getProjection() - Method in class org.springframework.data.jpa.repository.query.JSqlParserQueryEnhancer
getProjection() - インターフェース org.springframework.data.jpa.repository.query のメソッド。QueryEnhancer
クエリの射影部分、つまり select と from の間のすべてを返します。
getProjection(String) - Static method in class org.springframework.data.jpa.repository.query.QueryUtils
クエリの射影部分、つまり select と from の間のすべてを返します。
getProjectionFactory(ClassLoader, BeanFactory) - クラス org.springframework.data.jpa.repository.support のメソッド。JpaRepositoryFactory
getProjectionInformation(Class<?>) - クラス org.springframework.data.jpa.projection のメソッド。CollectionAwareProjectionFactory
getQuery() - クラス org.springframework.data.jpa.repository.query のメソッド。DefaultQueryEnhancer
getQuery() - Method in class org.springframework.data.jpa.repository.query.JSqlParserQueryEnhancer
getQuery() - インターフェース org.springframework.data.jpa.repository.query のメソッド。QueryEnhancer
拡張に使用するクエリを取得します。
getQuery(Specification<S>, Class<S>, Pageable) - クラス org.springframework.data.jpa.repository.support のメソッド。SimpleJpaRepository
指定された Specification から新しい TypedQuery を作成します。
getQuery(Specification<S>, Class<S>, Sort) - クラス org.springframework.data.jpa.repository.support のメソッド。SimpleJpaRepository
指定された Specification および Sort の TypedQuery を作成します。
getQuery(Specification<T>, Pageable) - クラス org.springframework.data.jpa.repository.support のメソッド。SimpleJpaRepository
指定された Specification から新しい TypedQuery を作成します。
getQuery(Specification<T>, Sort) - クラス org.springframework.data.jpa.repository.support のメソッド。SimpleJpaRepository
指定された Specification および Sort の TypedQuery を作成します。
getQuerydsl() - クラス org.springframework.data.jpa.repository.support のメソッド。QuerydslRepositorySupport
基になる Querydsl ヘルパーインスタンスを返します。
getQueryHints() - インターフェース org.springframework.data.jpa.repository.support のメソッド。CrudMethodMetadata
CRUD メソッドに対して実行されるクエリに適用されるリスト内のすべてのクエリヒントを返します。
getQueryHints() - クラス org.springframework.data.jpa.repository.support のメソッド。SimpleJpaRepository
現在の CrudMethodMetadata および潜在的な EntityGraph 情報に基づくクエリヒントを含む QueryHints を返します。
getQueryHintsForCount() - インターフェース org.springframework.data.jpa.repository.support のメソッド。CrudMethodMetadata
CRUD メソッドに対して実行されるクエリに適用されるリスト内のすべてのクエリヒントを返します。
getQueryHintsForCount() - クラス org.springframework.data.jpa.repository.support のメソッド。SimpleJpaRepository
カウントクエリの現在の CrudMethodMetadata に関するクエリヒントを含む QueryHints を返します。
getQueryLookupStrategy(QueryLookupStrategy.Key, QueryMethodEvaluationContextProvider) - クラス org.springframework.data.jpa.repository.support のメソッド。JpaRepositoryFactory
getQueryMetaAttributes() - クラス org.springframework.data.jpa.repository.query のメソッド。JpaQueryMethod
適用される Meta 属性を返します。
getQueryMethod() - クラス org.springframework.data.jpa.repository.query のメソッド。AbstractJpaQuery
getQueryRewriter() - クラス org.springframework.data.jpa.repository.query のメソッド。JpaQueryMethod
QueryRewriter 型を返します。
getQueryRewriter(JpaQueryMethod) - クラス org.springframework.data.jpa.repository.cdi のメソッド。BeanManagerQueryRewriterProvider
getQueryRewriter(JpaQueryMethod) - クラス org.springframework.data.jpa.repository.query のメソッド。BeanFactoryQueryRewriterProvider
getQueryRewriter(JpaQueryMethod) - インターフェース org.springframework.data.jpa.repository.query のメソッド。QueryRewriterProvider
JpaQueryMethodQueryRewriter のインスタンスを取得します。
getQueryString(String, String) - Static method in class org.springframework.data.jpa.repository.query.QueryUtils
指定されたクラス名のクエリ文字列を返します。
getReferenceById(ID) - インターフェース org.springframework.data.jpa.repository のメソッド。JpaRepository
指定された識別子を持つエンティティへの参照を返します。
getReferenceById(ID) - クラス org.springframework.data.jpa.repository.support のメソッド。SimpleJpaRepository
getRepositoryAotProcessor() - クラス org.springframework.data.jpa.repository.config のメソッド。JpaRepositoryConfigExtension
getRepositoryBaseClass(RepositoryMetadata) - クラス org.springframework.data.jpa.repository.support のメソッド。JpaRepositoryFactory
getRepositoryFactoryBeanClassName() - クラス org.springframework.data.jpa.repository.config のメソッド。JpaRepositoryConfigExtension
getRepositoryFragments(RepositoryMetadata) - クラス org.springframework.data.jpa.repository.support のメソッド。JpaRepositoryFactory
getRepositoryFragments(RepositoryMetadata, EntityManager, EntityPathResolver, CrudMethodMetadata) - クラス org.springframework.data.jpa.repository.support のメソッド。JpaRepositoryFactory
RepositoryMetadata に基づいて RepositoryComposition.RepositoryFragments を作成し、JPA 固有の拡張機能を追加します。
getRepositoryMethodMetadata() - クラス org.springframework.data.jpa.repository.support のメソッド。SimpleJpaRepository
getRequiredAnnotatedQuery() - クラス org.springframework.data.jpa.repository.query のメソッド。JpaQueryMethod
Query アノテーションで宣言された必要なクエリ文字列を返すか、アノテーションが見つからなかったか属性が指定されなかった場合は IllegalStateExceptionSE をスローします。
getRequiredIdAttribute() - インターフェース org.springframework.data.jpa.repository.support のメソッド。JpaEntityInformation
必要な識別子の種類を返します。
getResultWindow(List<T>, int) - クラス org.springframework.data.jpa.repository.query のメソッド。KeysetScrollDelegate
getRevisionDate() - クラス org.springframework.data.envers.repository.support のメソッド。DefaultRevisionMetadata
使用すべきではありません。
getRevisionEntityClass() - クラス org.springframework.data.envers.repository.support のメソッド。ReflectionRevisionEntityInformation
getRevisionInstant() - クラス org.springframework.data.envers.repository.support のメソッド。DefaultRevisionMetadata
getRevisionNumber() - クラス org.springframework.data.envers.repository.support のメソッド。DefaultRevisionMetadata
getRevisionNumberType() - クラス org.springframework.data.envers.repository.support のメソッド。ReflectionRevisionEntityInformation
getRevisionType() - クラス org.springframework.data.envers.repository.support のメソッド。DefaultRevisionMetadata
getRootObject() - クラス org.springframework.data.jpa.repository.support のメソッド。JpaEvaluationContextExtension
getSortOrders(Sort) - クラス org.springframework.data.jpa.repository.query のメソッド。KeysetScrollDelegate
getTargetRepository(RepositoryInformation) - クラス org.springframework.data.jpa.repository.support のメソッド。JpaRepositoryFactory
getTargetRepository(RepositoryInformation, EntityManager) - クラス org.springframework.data.jpa.repository.support のメソッド。JpaRepositoryFactory
指定された EntityManagerJpaRepository インスタンスを作成するコールバック
getType() - クラス org.springframework.data.jpa.repository.query のメソッド。JpaEntityGraph
使用する EntityGraphEntityGraph.EntityGraphType を返します。
getTypeToRead(ReturnedType) - クラス org.springframework.data.jpa.repository.query のメソッド。AbstractJpaQuery
JPA クエリの作成時に使用される型を返します。
getValue(Parameter) - クラス org.springframework.data.jpa.repository.query のメソッド。JpaParametersParameterAccessor
getValues() - クラス org.springframework.data.jpa.repository.query のメソッド。JpaParametersParameterAccessor

H

hasCompositeId() - インターフェース org.springframework.data.jpa.repository.support のメソッド。JpaEntityInformation
エンティティに複合 ID がある場合は true を返します。
hasCompositeId() - クラス org.springframework.data.jpa.repository.support のメソッド。JpaMetamodelEntityInformation
hasConstructorExpression() - インターフェース org.springframework.data.jpa.repository.query のメソッド。QueryEnhancer
指定された JPQL クエリにコンストラクター式が含まれているかどうかを返します。
hasConstructorExpression(String) - Static method in class org.springframework.data.jpa.repository.query.QueryUtils
指定された JPQL クエリにコンストラクター式が含まれているかどうかを返します。
hashCode() - クラス org.springframework.data.jpa.domain のメソッド。AbstractPersistable
hashCode() - クラス org.springframework.data.jpa.repository.query のメソッド。EscapeCharacter
hashCode() - Method in record class org.springframework.data.jpa.repository.query.KeysetScrollSpecification
このオブジェクトのハッシュコード値を返します。
hashCode() - クラス org.springframework.data.jpa.repository.support のメソッド。QueryHintValue
hashCode() - クラス org.springframework.data.jpa.util のメソッド。BeanDefinitionUtils.EntityManagerFactoryBeanDefinition
hasLimitingParameters() - クラス org.springframework.data.jpa.repository.query のメソッド。JpaParameters
hasNamedParameter(Query) - Static method in class org.springframework.data.jpa.repository.query.QueryUtils
指定された Query に名前付きパラメーターが含まれているかどうかを返します。
hasPersistentEntityFor(Class<?>) - クラス org.springframework.data.jpa.mapping のメソッド。JpaMetamodelMappingContext
hasQueryMetaAttributes() - クラス org.springframework.data.jpa.repository.query のメソッド。JpaQueryMethod
hasValues() - Method in class org.springframework.data.jpa.repository.query.Meta
HIBERNATE - Enum constant in enum class org.springframework.data.jpa.provider.PersistenceProvider
Hibernate 永続化プロバイダー。
HibernateUtils - org.springframework.data.jpa.provider のクラス
Hibernate で動作するユーティリティ関数。

I

ignoreCase() - クラス org.springframework.data.jpa.domain のメソッド。JpaSort.JpaOrder
includeFilters() - Element in annotation interface org.springframework.data.envers.repository.config.EnableEnversRepositories
コンポーネントのスキャンに適格な型を指定します。
includeFilters() - Element in annotation interface org.springframework.data.jpa.repository.config.EnableJpaRepositories
コンポーネントのスキャンに適格な型を指定します。
init() - クラス org.springframework.data.jpa.repository.config のメソッド。JpaRepositoryNameSpaceHandler
INSTANCE - Enum constant in enum class org.springframework.data.jpa.repository.QueryRewriter.IdentityQueryRewriter
INSTANCE - Enum constant in enum class org.springframework.data.jpa.repository.support.QueryHints.NoHints
InstantConverter() - クラス org.springframework.data.jpa.convert.threeten のコンストラクター。Jsr310JpaConverters.InstantConverter
InvalidJpaQueryMethodException - Exception in org.springframework.data.jpa.repository.query
無効なクエリメソッドが検出されたことを通知します。
InvalidJpaQueryMethodException(String) - Constructor for exception org.springframework.data.jpa.repository.query.InvalidJpaQueryMethodException
指定されたメッセージを使用して新しい InvalidJpaQueryMethodException を作成します。
isAdHocEntityGraph() - クラス org.springframework.data.jpa.repository.query のメソッド。JpaEntityGraph
この JpaEntityGraph をオンザフライで生成する必要がある場合は、true を返します。
isBindable() - クラス org.springframework.data.jpa.repository.query のメソッド。JpaParameters.JpaParameter
isCollectionQuery() - クラス org.springframework.data.jpa.repository.query のメソッド。JpaQueryMethod
isDefaultRevisionEntity() - クラス org.springframework.data.envers.repository.support のメソッド。ReflectionRevisionEntityInformation
isEmbeddable() - インターフェース org.springframework.data.jpa.mapping のメソッド。JpaPersistentProperty
プロパティが埋め込み可能と見なされるかどうかを返します。
isJpaManaged(Class<?>) - クラス org.springframework.data.jpa.util のメソッド。JpaMetamodel
指定された型がバッキング JPA Metamodel によって管理されているかどうかを返します。
isMappedType(Class<?>) - クラス org.springframework.data.jpa.util のメソッド。JpaMetamodel
指定された型がマップされた型と見なされるかどうか、つまり、実際に JPA 永続化エンティティ、マップされたスーパークラス、ネイティブ JPA 埋め込み可能かどうかを返します。
isModifyingQuery() - クラス org.springframework.data.jpa.repository.query のメソッド。JpaQueryMethod
ファインダーが変更するものかどうかを返します。
isNew() - クラス org.springframework.data.jpa.domain のメソッド。AbstractPersistable
setter がないために JPA プロバイダーが文句を言わないようにするために、Transient でなければなりません。
isNew(T) - クラス org.springframework.data.jpa.repository.support のメソッド。JpaMetamodelEntityInformation
isNew(T) - クラス org.springframework.data.jpa.repository.support のメソッド。JpaPersistableEntityInformation
isPersistenceUnitOverrideAllowed() - クラス org.springframework.data.jpa.support のメソッド。MergingPersistenceUnitManager
isPresent() - Method in enum class org.springframework.data.jpa.provider.PersistenceProvider
isProcedureQuery() - クラス org.springframework.data.jpa.repository.query のメソッド。JpaQueryMethod
メソッドに Procedure アノテーションが含まれる場合、true を返します。
isSingleIdAttribute(Class<?>, String, Class<?>) - クラス org.springframework.data.jpa.util のメソッド。JpaMetamodel
指定された名前と型の属性が、指定されたエンティティの単一の識別子属性であるかどうかを返します。
isUnsafe() - クラス org.springframework.data.jpa.domain のメソッド。JpaSort.JpaOrder

J

Jpa21Utils - org.springframework.data.jpa.repository.query のクラス
さまざまな JPA 2.1 機能をブリッジするためのユーティリティ。
JpaContext - Interface in org.springframework.data.jpa.repository
現在の ApplicationContext 内の現在の JPA 設定に関する有用な情報を提供するコンポーネントのインターフェース。
JpaCountQueryCreator - org.springframework.data.jpa.repository.query のクラス
カウント射影クエリを作成する特別な JpaQueryCreator
JpaCountQueryCreator(PartTree, ReturnedType, CriteriaBuilder, ParameterMetadataProvider) - クラス org.springframework.data.jpa.repository.query. JpaCountQueryCreator のコンストラクター
新しい JpaCountQueryCreator を作成します。
JpaEntityGraph - org.springframework.data.jpa.repository.query のクラス
JPA 2.1 EntityGraph の EntityGraph 構成。
JpaEntityGraph(String, EntityGraph.EntityGraphType, String[]) - クラス org.springframework.data.jpa.repository.query. JpaEntityGraph のコンストラクター
指定された名前、EntityGraph.EntityGraphType、属性パスを使用して JpaEntityGraph を作成します。
JpaEntityGraph(EntityGraph, String) - クラス org.springframework.data.jpa.repository.query. JpaEntityGraph のコンストラクター
JpaEntityGraph を作成します。
JpaEntityInformation< T ,ID> - Interface in org.springframework.data.jpa.repository.support
エンティティに関する追加の JPA 固有の情報を取り込むための EntityInformation の拡張。
JpaEntityInformationSupport< T ,ID> - Class in org.springframework.data.jpa.repository.support
共通のメソッド実装を共有するための JpaEntityInformation 実装の基本クラス。
JpaEntityInformationSupport(Class<T>) - クラス org.springframework.data.jpa.repository.support. JpaEntityInformationSupport のコンストラクター
指定されたドメインクラスで新しい JpaEntityInformationSupport を作成します。
JpaEntityMetadata< T > - Interface in org.springframework.data.jpa.repository.query
EntityMetadata の JPA 固有の拡張。
JpaEvaluationContextExtension - org.springframework.data.jpa.repository.support のクラス
EvaluationContextExtension は、EscapeCharacter をルートオブジェクトとして登録し、本質的に expose(…) 関数を SpEL に公開します。
JpaEvaluationContextExtension(char) - クラス org.springframework.data.jpa.repository.support. JpaEvaluationContextExtension のコンストラクター
指定されたエスケープ文字の新しい JpaEvaluationContextExtension を作成します。
JpaEvaluationContextExtension.JpaRootObject - org.springframework.data.jpa.repository.support のクラス
JpaMetamodel - org.springframework.data.jpa.util のクラス
プロバイダー実装のバグに対していくつかの修正を適用できるようにするための JPA Metamodel のラッパー。
JpaMetamodelEntityInformation< T ,ID> - Class in org.springframework.data.jpa.repository.support
JPA Metamodel を使用してドメインクラスの id フィールドを検索する EntityInformation の実装。
JpaMetamodelEntityInformation(Class<T>, Metamodel, PersistenceUnitUtil) - クラス org.springframework.data.jpa.repository.support. JpaMetamodelEntityInformation のコンストラクター
指定されたドメインクラスと Metamodel の新しい JpaMetamodelEntityInformation を作成します。
JpaMetamodelMappingContext - org.springframework.data.jpa.mapping のクラス
Jpa Metamodel に基づく MappingContext 実装。
JpaMetamodelMappingContext(Set<Metamodel>) - クラス org.springframework.data.jpa.mapping. JpaMetamodelMappingContext のコンストラクター
新しい JPA Metamodel ベースの MappingContext を作成します。
JpaMetamodelMappingContextFactoryBean - org.springframework.data.jpa.repository.config のクラス
Spring 構成から JpaMetamodelMappingContext インスタンスをセットアップするための FactoryBean
JpaMetamodelMappingContextFactoryBean() - クラス org.springframework.data.jpa.repository.config. JpaMetamodelMappingContextFactoryBean のコンストラクター
JpaParameter(MethodParameter) - クラス org.springframework.data.jpa.repository.query のコンストラクター。JpaParameters.JpaParameter
非推奨、削除予定: この API 要素は、将来のバージョンで削除される可能性があります。
3.2.1 以降
JpaParameter(MethodParameter, TypeInformation<?>) - クラス org.springframework.data.jpa.repository.query のコンストラクター。JpaParameters.JpaParameter
新しい JpaParameters.JpaParameter を作成します。
JpaParameters - org.springframework.data.jpa.repository.query のクラス
追加のクエリパラメーターアノテーションを検出する Parameters のカスタム拡張。
JpaParameters(ParametersSource) - クラス org.springframework.data.jpa.repository.query. JpaParameters のコンストラクター
指定された ParametersSource から新しい JpaParameters インスタンスを作成します。
JpaParameters(ParametersSource, Function<MethodParameter, JpaParameters.JpaParameter>) - クラス org.springframework.data.jpa.repository.query. JpaParameters のコンストラクター
指定された MethodSE から新しい JpaParameters インスタンスを作成します。
JpaParameters.JpaParameter - org.springframework.data.jpa.repository.query のクラス
Temporal のパラメーターを特別なパラメーターに追加するカスタム Parameter 実装。
JpaParametersParameterAccessor - org.springframework.data.jpa.repository.query のクラス
Parameters インスタンスに基づく ParameterAccessor
JpaParametersParameterAccessor(Parameters<?, ?>, Object[]) - クラス org.springframework.data.jpa.repository.query. JpaParametersParameterAccessor のコンストラクター
新しい ParametersParameterAccessor を作成します。
JpaPersistableEntityInformation< T extends Persistable<ID>,ID> - Class in org.springframework.data.jpa.repository.support
Persistable のメソッドを考慮して ID を検索する JpaMetamodelEntityInformation の拡張。
JpaPersistableEntityInformation(Class<T>, Metamodel, PersistenceUnitUtil) - クラス org.springframework.data.jpa.repository.support. JpaPersistableEntityInformation のコンストラクター
指定されたドメインクラスと Metamodel の新しい JpaPersistableEntityInformation を作成します。
JpaPersistentEntity< T > - Interface in org.springframework.data.jpa.mapping
JPA 固有のエンティティのインターフェース。
JpaPersistentProperty - Interface in org.springframework.data.jpa.mapping
JPA 固有の PersistentProperty のインターフェース。
JpaQueryCreator - org.springframework.data.jpa.repository.query のクラス
PartTree から CriteriaQuery を作成するためにクエリ作成者。
JpaQueryCreator(PartTree, ReturnedType, CriteriaBuilder, ParameterMetadataProvider) - クラス org.springframework.data.jpa.repository.query. JpaQueryCreator のコンストラクター
新しい JpaQueryCreator を作成します。
JpaQueryExecution - org.springframework.data.jpa.repository.query のクラス
クエリ実行戦略を含むクラスのセット。
JpaQueryExecution() - クラス org.springframework.data.jpa.repository.query. JpaQueryExecution のコンストラクター
JpaQueryLookupStrategy - org.springframework.data.jpa.repository.query のクラス
ファインダーを実行するためのクエリ検索戦略。
JpaQueryMethod - org.springframework.data.jpa.repository.query のクラス
QueryMethod の JPA 固有の拡張。
JpaQueryMethod(Method, RepositoryMetadata, ProjectionFactory, QueryExtractor) - クラス org.springframework.data.jpa.repository.query. JpaQueryMethod のコンストラクター
JpaQueryMethod を作成します。
JpaQueryMethodFactory - Interface in org.springframework.data.jpa.repository.query
JpaQueryMethodFactory インスタンスを作成するためのファクトリインターフェース。
JpaRepository< T ,ID> - Interface in org.springframework.data.jpa.repository
Repository の JPA 固有の拡張。
JpaRepositoryConfigExtension - org.springframework.data.jpa.repository.config のクラス
XML 名前空間と EnableJpaRepositories アノテーションからカスタム属性を解析する JPA 固有の構成拡張。
JpaRepositoryConfigExtension() - クラス org.springframework.data.jpa.repository.config. JpaRepositoryConfigExtension のコンストラクター
JpaRepositoryConfigExtension.JpaRepositoryRegistrationAotProcessor - org.springframework.data.jpa.repository.config のクラス
aot リポジトリのセットアップを維持するが、PersistenceManagedTypes のコアフレームワークサポートによって処理されるドメイン型 インスペクション をスキップする RepositoryRegistrationAotProcessor 実装。
JpaRepositoryConfigurationAware - Interface in org.springframework.data.jpa.repository.support
JPA リポジトリコンテキストでの構成を認識する必要があるクラスによって実装されるインターフェース。
JpaRepositoryExtension - org.springframework.data.jpa.repository.cdi のクラス
Spring Data JPA リポジトリの Bean を登録するポータブル CDI 拡張。
JpaRepositoryExtension() - クラス org.springframework.data.jpa.repository.cdi. JpaRepositoryExtension のコンストラクター
JpaRepositoryFactory - org.springframework.data.jpa.repository.support のクラス
JPA 固有の汎用リポジトリファクトリ。
JpaRepositoryFactory(EntityManager) - クラス org.springframework.data.jpa.repository.support. JpaRepositoryFactory のコンストラクター
新しい JpaRepositoryFactory を作成します。
JpaRepositoryFactoryBean< T extends Repository< S ,ID>, S ,ID> - Class in org.springframework.data.jpa.repository.support
Springs FactoryBean インターフェース用の特別なアダプターにより、Spring 構成を介してリポジトリファクトリを簡単にセットアップできます。
JpaRepositoryFactoryBean(Class<? extends T>) - クラス org.springframework.data.jpa.repository.support. JpaRepositoryFactoryBean のコンストラクター
指定されたリポジトリインターフェースの新しい JpaRepositoryFactoryBean を作成します。
JpaRepositoryImplementation< T ,ID> - Interface in org.springframework.data.jpa.repository.support
JpaRepository 実装によって実装される SPI インターフェース。
JpaRepositoryNameSpaceHandler - org.springframework.data.jpa.repository.config のクラス
リポジトリ名前空間の単純な名前空間ハンドラー。
JpaRepositoryNameSpaceHandler() - クラス org.springframework.data.jpa.repository.config. JpaRepositoryNameSpaceHandler のコンストラクター
JpaRepositoryRegistrationAotProcessor() - クラス org.springframework.data.jpa.repository.config のコンストラクター。JpaRepositoryConfigExtension.JpaRepositoryRegistrationAotProcessor
JpaSort - org.springframework.data.jpa.domain のクラス
ソート用に JPA メタモデル Attribute をラップするクエリのソートオプション。
JpaSort.JpaOrder - org.springframework.data.jpa.domain のクラス
安全でないプロパティ処理を示すフラグを保持するカスタム Sort.Order。つまり、提供される String は必ずしもプロパティではなく、クエリ実行にパイプされた任意の式である可能性があります。
JpaSort.Path < TS > - org.springframework.data.jpa.domain のクラス
Attribute のコレクションを抽象化する値オブジェクト。
JpaSpecificationExecutor< T > - Interface in org.springframework.data.jpa.repository
JPA 条件 API に基づいて Specification の実行を許可するインターフェース。
JSqlParserQueryEnhancer - Class in org.springframework.data.jpa.repository.query
JSqlParser を使用した QueryEnhancer の実装。
JSqlParserQueryEnhancer(DeclaredQuery) - Constructor for class org.springframework.data.jpa.repository.query.JSqlParserQueryEnhancer
JSqlParserUtils - Class in org.springframework.data.jpa.repository.query
JSqlParser のユーティリティクラス。
Jsr310JpaConverters - org.springframework.data.jpa.convert.threeten のクラス
JSR-310 型をレガシー DateSE に変える JPA 2.1 コンバーター。
Jsr310JpaConverters() - クラス org.springframework.data.jpa.convert.threeten のコンストラクター。Jsr310JpaConverters
Jsr310JpaConverters.InstantConverter - org.springframework.data.jpa.convert.threeten のクラス
Jsr310JpaConverters.LocalDateConverter - org.springframework.data.jpa.convert.threeten のクラス
Jsr310JpaConverters.LocalDateTimeConverter - org.springframework.data.jpa.convert.threeten のクラス
Jsr310JpaConverters.LocalTimeConverter - org.springframework.data.jpa.convert.threeten のクラス
Jsr310JpaConverters.ZoneIdConverter - org.springframework.data.jpa.convert.threeten のクラス

K

KeysetScrollDelegate - org.springframework.data.jpa.repository.query のクラス
キーセットスクロール用のデリゲート。
KeysetScrollDelegate() - クラス org.springframework.data.jpa.repository.query. KeysetScrollDelegate のコンストラクター
KeysetScrollDelegate.QueryStrategy < E , P > - Interface in org.springframework.data.jpa.repository.query
スクロールクエリを構築するアダプター。
KeysetScrollSpecification< T > - Record Class in org.springframework.data.jpa.repository.query
Specification は、キーセットスクロールを使用してスクロールクエリを作成します。
KeysetScrollSpecification(KeysetScrollPosition, Sort, JpaEntityInformation<?, ?>) - Constructor for record class org.springframework.data.jpa.repository.query.KeysetScrollSpecification
KeysetScrollSpecification レコードクラスのインスタンスを作成します。

L

LOAD - Enum constant in enum class org.springframework.data.jpa.repository.EntityGraph.EntityGraphType
jakarta.persistence.loadgraph プロパティを使用してエンティティグラフを指定する場合、エンティティグラフの属性ノードで指定された属性は FetchType.EAGER として扱われ、指定されていない属性は指定されたまたはデフォルトの FetchType に従って扱われます。
LocalDateConverter() - クラス org.springframework.data.jpa.convert.threeten のコンストラクター。Jsr310JpaConverters.LocalDateConverter
LocalDateTimeConverter() - クラス org.springframework.data.jpa.convert.threeten のコンストラクター。Jsr310JpaConverters.LocalDateTimeConverter
LocalTimeConverter() - クラス org.springframework.data.jpa.convert.threeten のコンストラクター。Jsr310JpaConverters.LocalTimeConverter
Lock - Annotation Interface in org.springframework.data.jpa.repository
クエリの実行時に使用される LockModeType を指定するために使用されるアノテーション。

M

MergingPersistenceUnitManager - org.springframework.data.jpa.support のクラス
DefaultPersistenceUnitManager を拡張して、複数の persistence.xml ファイルに存在する 1 つの永続性ユニットの構成を 1 つにマージします。
MergingPersistenceUnitManager() - クラス org.springframework.data.jpa.support. MergingPersistenceUnitManager のコンストラクター
Meta - Class in org.springframework.data.jpa.repository.query
リポジトリメソッドに関するメタデータを保持する値オブジェクト。
Meta - Annotation Interface in org.springframework.data.jpa.repository
メタデータをリポジトリ操作に割り当てるためのアノテーション。
Meta() - Constructor for class org.springframework.data.jpa.repository.query.Meta
Modifying - Annotation Interface in org.springframework.data.jpa.repository
クエリメソッドは、実行する必要がある方法を変更するため、クエリの変更と見なす必要があることを示します。
modifyOnCreate() - Element in annotation interface org.springframework.data.jpa.repository.config.EnableJpaAuditing
エンティティが作成時に変更済みとしてマークされるかどうかを構成します。
MutableQueryHints - org.springframework.data.jpa.repository.support のクラス
MutableQueryHints.forCounts()/MutableQueryHints.withFetchGraphs(EntityManager) ヒントを切り替えるオプションなしの QueryHints の可変実装。
MutableQueryHints() - クラス org.springframework.data.jpa.repository.support. MutableQueryHints のコンストラクター

N

name - Variable in class org.springframework.data.jpa.repository.support.QueryHintValue
name() - Element in annotation interface org.springframework.data.jpa.repository.Query
使用される名前付きクエリ。
name() - Element in annotation interface org.springframework.data.jpa.repository.query.Procedure
EntityManager のプロシージャーの名前 - デフォルトは "" です。
namedQueriesLocation() - Element in annotation interface org.springframework.data.envers.repository.config.EnableEnversRepositories
Spring Data 名前付きクエリプロパティファイルの場所を設定します。
namedQueriesLocation() - Element in annotation interface org.springframework.data.jpa.repository.config.EnableJpaRepositories
Spring Data 名前付きクエリプロパティファイルの場所を設定します。
nativeQuery() - Element in annotation interface org.springframework.data.jpa.repository.Query
指定されたクエリがネイティブクエリであるかどうかを構成します。
not(Specification<T>) - Static method in interface org.springframework.data.jpa.domain.Specification
指定された Specification を否定します。

O

of(char) - Static method in class org.springframework.data.jpa.repository.query.EscapeCharacter
of(Attribute<?, ?>...) - Static method in class org.springframework.data.jpa.domain.JpaSort
デフォルトのソート方向で、指定された属性の新しい JpaSort を作成します。
of(Metamodel) - Static method in class org.springframework.data.jpa.util.JpaMetamodel
of(ScrollPosition.Direction) - Static method in class org.springframework.data.jpa.repository.query.KeysetScrollDelegate
正しい KeysetScrollDelegate を取得するための提供時の方法。
of(Sort.Direction, Attribute<?, ?>...) - Static method in class org.springframework.data.jpa.domain.JpaSort
指定された方向と属性の新しい JpaSort を作成します。
of(Sort.Direction, JpaSort.Path<?, ?>...) - Static method in class org.springframework.data.jpa.domain.JpaSort
指定された方向と JpaSort.Path に対して新しい JpaSort を作成します。
of(JpaSort.Path<?, ?>...) - Static method in class org.springframework.data.jpa.domain.JpaSort
指定された JpaSort.Path で新しい JpaSort インスタンスを作成します。
of(EscapeCharacter) - クラス org.springframework.data.jpa.repository.support.JpaEvaluationContextExtension.JpaRootObject の静的メソッド
or(Predicate, Predicate) - クラス org.springframework.data.jpa.repository.query のメソッド。JpaQueryCreator
or(List<P>) - インターフェース org.springframework.data.jpa.repository.query のメソッド。KeysetScrollDelegate.QueryStrategy
intermediate 述語を OR 結合します。
or(Specification<T>) - Method in interface org.springframework.data.jpa.domain.Specification
指定された仕様を現在の仕様に OR します。
org.springframework.data.envers.repository.config - パッケージ org.springframework.data.envers.repository.config
Envers リポジトリ構成サポートのクラス。
org.springframework.data.envers.repository.support - パッケージ org.springframework.data.envers.repository.support
Spring Data JPA 固有のコンバーターインフラストラクチャ。
org.springframework.data.jpa.convert - パッケージ org.springframework.data.jpa.convert
Spring Data JPA 固有のコンバーターインフラストラクチャ。
org.springframework.data.jpa.convert.threeten - パッケージ org.springframework.data.jpa.convert.threeten
Spring Data JPA 固有の JSR-310 コンバーター。
org.springframework.data.jpa.domain - パッケージ org.springframework.data.jpa.domain
ドメインクラスを実装するための JPA 固有のサポートクラス。
org.springframework.data.jpa.domain.support - パッケージ org.springframework.data.jpa.domain.support
JPA による監査の実装クラス。
org.springframework.data.jpa.mapping - パッケージ org.springframework.data.jpa.mapping
Spring Data マッピングサブシステムの JPA 固有のサポートクラス。
org.springframework.data.jpa.projection - パッケージ org.springframework.data.jpa.projection
org.springframework.data.jpa.provider - パッケージ org.springframework.data.jpa.provider
JPA プロバイダー固有のユーティリティ。
org.springframework.data.jpa.repository - パッケージ org.springframework.data.jpa.repository
JPA 固有のリポジトリのインターフェースとアノテーション。
org.springframework.data.jpa.repository.aot - パッケージ org.springframework.data.jpa.repository.aot
org.springframework.data.jpa.repository.cdi - パッケージ org.springframework.data.jpa.repository.cdi
Spring Data JPA リポジトリの CDI サポート。
org.springframework.data.jpa.repository.config - パッケージ org.springframework.data.jpa.repository.config
JPA 名前空間構成のクラス。
org.springframework.data.jpa.repository.query - パッケージ org.springframework.data.jpa.repository.query
JPA に対してクエリを実行するクエリ実装。
org.springframework.data.jpa.repository.support - パッケージ org.springframework.data.jpa.repository.support
JPA リポジトリの実装。
org.springframework.data.jpa.support - パッケージ org.springframework.data.jpa.support
JPA を使用するときに役立つさまざまなヘルパークラス。
org.springframework.data.jpa.util - パッケージ org.springframework.data.jpa.util
Spring Data JPA ユーティリティ。
outputParameterName() - Element in annotation interface org.springframework.data.jpa.repository.query.Procedure
outputParameter の名前は、デフォルトで "" です。

P

PageableUtils - org.springframework.data.jpa.support のクラス
Pageable をサポートする一連のユーティリティメソッドを提供します。
ParameterBinder - org.springframework.data.jpa.repository.query のクラス
ParameterBinder は、メソッドパラメーターを Query にバインドするために使用されます。
ParameterBinder(JpaParameters, Iterable<QueryParameterSetter>, boolean) - クラス org.springframework.data.jpa.repository.query. ParameterBinder のコンストラクター
指定された JpaParameters および QueryParameterSetter の新しい ParameterBinder を作成します。
parse(Element, ParserContext) - クラス org.springframework.data.jpa.repository.config のメソッド。AuditingBeanDefinitionParser
PartTreeJpaQuery - org.springframework.data.jpa.repository.query のクラス
PartTree に基づく AbstractJpaQuery 実装。
path(A) - Static method in class org.springframework.data.jpa.domain.JpaSort
指定された Attribute の新しい JpaSort.Path を作成します。
path(P) - Static method in class org.springframework.data.jpa.domain.JpaSort
指定された PluralAttribute の新しい JpaSort.Path を作成します。
PersistenceProvider - Enum Class in org.springframework.data.jpa.provider
使用する永続化プロバイダーを表す列挙体。
position() - Method in record class org.springframework.data.jpa.repository.query.KeysetScrollSpecification
position レコードコンポーネントの値を返します。
postProcess(BeanDefinitionBuilder, AnnotationRepositoryConfigurationSource) - クラス org.springframework.data.jpa.repository.config のメソッド。JpaRepositoryConfigExtension
postProcess(BeanDefinitionBuilder, RepositoryConfigurationSource) - クラス org.springframework.data.jpa.repository.config のメソッド。JpaRepositoryConfigExtension
postProcess(BeanDefinitionBuilder, XmlRepositoryConfigurationSource) - クラス org.springframework.data.jpa.repository.config のメソッド。JpaRepositoryConfigExtension
postProcessBeanFactory(ConfigurableListableBeanFactory) - クラス org.springframework.data.jpa.domain.support のメソッド。AuditingBeanFactoryPostProcessor
postProcessBeanFactory(ConfigurableListableBeanFactory) - クラス org.springframework.data.jpa.repository.support のメソッド。EntityManagerBeanDefinitionRegistrarPostProcessor
postProcessPersistenceUnitInfo(MutablePersistenceUnitInfo) - クラス org.springframework.data.jpa.support のメソッド。ClasspathScanningPersistenceUnitPostProcessor
postProcessPersistenceUnitInfo(MutablePersistenceUnitInfo) - クラス org.springframework.data.jpa.support のメソッド。MergingPersistenceUnitManager
postProcessResults(List<T>) - クラス org.springframework.data.jpa.repository.query のメソッド。KeysetScrollDelegate
potentiallyUnwrap(Object) - クラス org.springframework.data.jpa.repository.query のメソッド。JpaParametersParameterAccessor
可能性のあるアンラップを parameterValue に適用します。
Procedure - Annotation Interface in org.springframework.data.jpa.repository.query
JPA 2.1 ストアドプロシージャマッピングをリポジトリメソッドで直接宣言するためのアノテーション。
procedureName() - Element in annotation interface org.springframework.data.jpa.repository.query.Procedure
データベース内のプロシージャーの名前。デフォルトは "" です。
ProxyIdAccessor - Interface in org.springframework.data.jpa.provider
プロキシに保持されている識別子の永続性プロバイダー固有のアクセサーのインターフェース。

Q

Query - Annotation Interface in org.springframework.data.jpa.repository
リポジトリメソッドでファインダー照会を直接宣言するためのアノテーション。
QueryByExamplePredicateBuilder - org.springframework.data.jpa.convert のクラス
QueryByExamplePredicateBuilder は、特定の Example に対して単一の CriteriaBuilder.and(Predicate...) 結合 Predicate を作成します。
QueryByExamplePredicateBuilder() - クラス org.springframework.data.jpa.convert. QueryByExamplePredicateBuilder のコンストラクター
QueryComment - Interface in org.springframework.data.jpa.provider
コメントを Query に挿入するクエリヒントのさまざまな実装を非表示にするインターフェース。
Querydsl - Class in org.springframework.data.jpa.repository.support
Querydsl JPA クエリ API へのアクセスを容易にするヘルパーインスタンス。
Querydsl(EntityManager, PathBuilder<?>) - Constructor for class org.springframework.data.jpa.repository.support.Querydsl
指定された EntityManager および PathBuilder の新しい Querydsl を作成します。
QuerydslJpaPredicateExecutor< T > - Class in org.springframework.data.jpa.repository.support
QuerydslPredicateExecutor の実装で SimpleJpaRepository を継承するための Querydsl 固有のフラグメント。
QuerydslJpaPredicateExecutor(JpaEntityInformation<T, ?>, EntityManager, EntityPathResolver, CrudMethodMetadata) - クラス org.springframework.data.jpa.repository.support. QuerydslJpaPredicateExecutor のコンストラクター
指定されたドメインクラスと EntityManager から新しい QuerydslJpaPredicateExecutor を作成し、指定された EntityPathResolver を使用してドメインクラスを EntityPath に変換します。
QuerydslJpaRepository< T ,ID extends SerializableSE> - Class in org.springframework.data.jpa.repository.support
使用すべきではありません。
このクラスの代わりに QuerydslJpaPredicateExecutor を使用してください
QuerydslJpaRepository(JpaEntityInformation<T, ID>, EntityManager) - クラス org.springframework.data.jpa.repository.support. QuerydslJpaRepository のコンストラクター
使用すべきではありません。
指定されたドメインクラスと EntityManager から新しい QuerydslJpaRepository を作成します。
QuerydslJpaRepository(JpaEntityInformation<T, ID>, EntityManager, EntityPathResolver) - クラス org.springframework.data.jpa.repository.support. QuerydslJpaRepository のコンストラクター
使用すべきではありません。
指定されたドメインクラスと EntityManager から新しい QuerydslJpaRepository を作成し、指定された EntityPathResolver を使用してドメインクラスを EntityPath に変換します。
QuerydslRepositorySupport - org.springframework.data.jpa.repository.support のクラス
Querydsl ライブラリを使用してリポジトリを実装するための基本クラス。
QuerydslRepositorySupport(Class<?>) - クラス org.springframework.data.jpa.repository.support. QuerydslRepositorySupport のコンストラクター
指定されたドメイン型の新しい QuerydslRepositorySupport インスタンスを作成します。
QueryEnhancer - Interface in org.springframework.data.jpa.repository.query
このインターフェースは、特定のクエリを拡張するための API を記述します。
QueryEnhancerFactory - org.springframework.data.jpa.repository.query のクラス
DeclaredQuery から QueryEnhancer を作成するためのさまざまな戦略をカプセル化します。
QueryExtractor - Interface in org.springframework.data.jpa.provider
Query から元の JPA クエリ文字列を抽出するためにさまざまな実装を非表示にするインターフェース。
QueryHints - Interface in org.springframework.data.jpa.repository.support
QueryHints は、JPA EntityGraph を除いて、デフォルトで CrudMethodMetadata.getQueryHints() QueryHintList()} を介して定義されたクエリヒントへのアクセスを提供します。
QueryHints - Annotation Interface in org.springframework.data.jpa.repository
QueryHint アノテーションをメソッドにバインドできるようにするラッパーアノテーション。
QueryHints.NoHints - org.springframework.data.jpa.repository.support の Enum クラス
QueryHints の null オブジェクト実装。
QueryHintValue - org.springframework.data.jpa.repository.support のクラス
名前 / キーと値で構成されるクエリヒントを運ぶ値オブジェクト。
QueryHintValue(String, Object) - クラス org.springframework.data.jpa.repository.support. QueryHintValue のコンストラクター
queryLookupStrategy() - Element in annotation interface org.springframework.data.envers.repository.config.EnableEnversRepositories
クエリメソッドのルックアップクエリに使用される QueryLookupStrategy のキーを返します。
queryLookupStrategy() - Element in annotation interface org.springframework.data.jpa.repository.config.EnableJpaRepositories
クエリメソッドのルックアップクエリに使用される QueryLookupStrategy のキーを返します。
queryRewriter() - Element in annotation interface org.springframework.data.jpa.repository.Query
クエリが完全にアセンブルされた後にクエリ文字列に適用する必要がある QueryRewriter を定義します。
QueryRewriter - Interface in org.springframework.data.jpa.repository
クエリを書き換えて、定期的に検出可能なスキームに基づいて適用できない並べ替えとページネーションの設定を適用するためのコールバック。
QueryRewriter.IdentityQueryRewriter - org.springframework.data.jpa.repository の Enum クラス
クエリを変更しない QueryRewriter
QueryRewriterProvider - Interface in org.springframework.data.jpa.repository.query
JpaQueryMethod に基づいて QueryRewriter を提供します。
QueryUtils - org.springframework.data.jpa.repository.query のクラス
カスタムパーサーのデフォルト実装を使用して JPA クエリを作成するための単純なユーティリティクラス。

R

readPage(TypedQuery<S>, Class<S>, Pageable, Specification<S>) - クラス org.springframework.data.jpa.repository.support のメソッド。SimpleJpaRepository
指定された Pageable および Specification を適用して、指定された TypedQuery を Page に読み取ります。
readPage(TypedQuery<T>, Pageable, Specification<T>) - クラス org.springframework.data.jpa.repository.support のメソッド。SimpleJpaRepository
使用すべきではありません。
refCursor() - Element in annotation interface org.springframework.data.jpa.repository.query.Procedure
プロシージャがデータベースから参照カーソルを返すかどうか - デフォルトは false です。
ReflectionRevisionEntityInformation - org.springframework.data.envers.repository.support のクラス
リフレクションを使用して RevisionNumber でアノテーションが付けられたプロパティをインスペクションし、リビジョン番号の型を調べる RevisionEntityInformation
ReflectionRevisionEntityInformation(Class<?>) - クラス org.springframework.data.envers.repository.support. ReflectionRevisionEntityInformation のコンストラクター
指定されたリビジョンエンティティクラスをインスペクションする新しい ReflectionRevisionEntityInformation を作成します。
registerBeansForRoot(BeanDefinitionRegistry, RepositoryConfigurationSource) - クラス org.springframework.data.jpa.repository.config のメソッド。JpaRepositoryConfigExtension
registerMethodInvokerFactory(MethodInterceptorFactory) - クラス org.springframework.data.jpa.projection のメソッド。CollectionAwareProjectionFactory
repositoryBaseClass() - Element in annotation interface org.springframework.data.envers.repository.config.EnableEnversRepositories
この特定の構成のリポジトリプロキシを作成するために使用するリポジトリ基本クラスを構成します。
repositoryBaseClass() - Element in annotation interface org.springframework.data.jpa.repository.config.EnableJpaRepositories
この特定の構成のリポジトリプロキシを作成するために使用するリポジトリ基本クラスを構成します。
repositoryFactoryBeanClass() - Element in annotation interface org.springframework.data.envers.repository.config.EnableEnversRepositories
各リポジトリインスタンスに使用される FactoryBean クラスを返します。
repositoryFactoryBeanClass() - Element in annotation interface org.springframework.data.jpa.repository.config.EnableJpaRepositories
各リポジトリインスタンスに使用される FactoryBean クラスを返します。
repositoryImplementationPostfix() - Element in annotation interface org.springframework.data.envers.repository.config.EnableEnversRepositories
カスタムリポジトリの実装を検索するときに使用される接尾辞を返します。
repositoryImplementationPostfix() - Element in annotation interface org.springframework.data.jpa.repository.config.EnableJpaRepositories
カスタムリポジトリの実装を検索するときに使用される接尾辞を返します。
rewrite(String, Pageable) - クラス org.springframework.data.jpa.repository.query のメソッド。DelegatingQueryRewriter
rewrite(String, Pageable) - インターフェース org.springframework.data.jpa.repository のメソッド。QueryRewriter
アセンブルされたクエリを指定された Pageable で書き換えます。
rewrite(String, Sort) - クラス org.springframework.data.jpa.repository.query のメソッド。DelegatingQueryRewriter
rewrite(String, Sort) - 列挙クラス org.springframework.data.jpa.repository.QueryRewriter.IdentityQueryRewriter のメソッド
rewrite(String, Sort) - インターフェース org.springframework.data.jpa.repository のメソッド。QueryRewriter
アセンブルされたクエリを指定された Sort で書き換えます。

S

save(S) - クラス org.springframework.data.jpa.repository.support のメソッド。SimpleJpaRepository
saveAll(Iterable<S>) - クラス org.springframework.data.jpa.repository.support のメソッド。SimpleJpaRepository
saveAllAndFlush(Iterable<S>) - インターフェース org.springframework.data.jpa.repository のメソッド。JpaRepository
すべてのエンティティを保存し、変更を即座にフラッシュします。
saveAllAndFlush(Iterable<S>) - クラス org.springframework.data.jpa.repository.support のメソッド。SimpleJpaRepository
saveAndFlush(S) - インターフェース org.springframework.data.jpa.repository のメソッド。JpaRepository
エンティティを保存し、変更を即座にフラッシュします。
saveAndFlush(S) - クラス org.springframework.data.jpa.repository.support のメソッド。SimpleJpaRepository
scroll(Query, Sort, ScrollPosition) - クラス org.springframework.data.jpa.repository.query のメソッド。ScrollDelegate
Query を実行し、スクロール Window を返します。
ScrollDelegate< T > - Class in org.springframework.data.jpa.repository.query
scroll queries を実行し、結果 Window を作成するデリゲート。
ScrollDelegate(JpaEntityInformation<T, ?>) - クラス org.springframework.data.jpa.repository.query. ScrollDelegate のコンストラクター
serialVersionUID - Static variable in interface org.springframework.data.jpa.domain.Specification
setApplicationContext(ApplicationContext) - クラス org.springframework.data.jpa.repository.config のメソッド。JpaMetamodelMappingContextFactoryBean
setAuditingHandler(ObjectFactory<AuditingHandler>) - クラス org.springframework.data.jpa.domain.support のメソッド。AuditingEntityListener
タッチされたドメイン型に現在の監査人を設定するために使用される AuditingHandler を構成します。
setBeanClassLoader(ClassLoader) - クラス org.springframework.data.jpa.repository.support のメソッド。JpaRepositoryFactory
setBeanClassLoader(ClassLoader) - クラス org.springframework.data.jpa.projection のメソッド。CollectionAwareProjectionFactory
setBeanFactory(BeanFactory) - クラス org.springframework.data.jpa.repository.support のメソッド。JpaRepositoryFactory
BeanFactory が設定されている場合、これは明らかに Spring コンテキストにあるため、QueryRewriterProviderBeanFactoryQueryRewriterProvider であると捉えることができます。
setComment(String) - Method in class org.springframework.data.jpa.repository.query.Meta
プロファイルログに伝達されるクエリにコメントを追加します。
setCreatedBy(U) - クラス org.springframework.data.jpa.domain のメソッド。AbstractAuditable
setCreatedDate(LocalDateTime) - クラス org.springframework.data.jpa.domain のメソッド。AbstractAuditable
setDates() - Element in annotation interface org.springframework.data.jpa.repository.config.EnableJpaAuditing
作成日と変更日を設定するかどうかを構成します。
setEntityManager(EntityManager) - クラス org.springframework.data.jpa.repository.support のメソッド。JpaRepositoryFactoryBean
使用する EntityManager
setEntityManager(EntityManager) - クラス org.springframework.data.jpa.repository.support のメソッド。QuerydslRepositorySupport
EntityManager を注入する Setter
setEntityPathResolver(ObjectProvider<EntityPathResolver>) - クラス org.springframework.data.jpa.repository.support のメソッド。JpaRepositoryFactoryBean
使用する EntityPathResolver を構成します。
setEntityPathResolver(EntityPathResolver) - クラス org.springframework.data.jpa.repository.support のメソッド。JpaRepositoryFactory
使用する EntityPathResolver を構成します。
setEnvironment(Environment) - クラス org.springframework.data.jpa.support のメソッド。ClasspathScanningPersistenceUnitPostProcessor
setEscapeCharacter(char) - クラス org.springframework.data.jpa.repository.support のメソッド。JpaRepositoryFactoryBean
setEscapeCharacter(EscapeCharacter) - インターフェース org.springframework.data.jpa.repository.support のメソッド。JpaRepositoryConfigurationAware
リポジトリで使用する EscapeCharacter を構成します。
setEscapeCharacter(EscapeCharacter) - クラス org.springframework.data.jpa.repository.support のメソッド。JpaRepositoryFactory
派生クエリ用に作成された類似表現に使用されるエスケープ文字を設定します。
setEscapeCharacter(EscapeCharacter) - クラス org.springframework.data.jpa.repository.support のメソッド。SimpleJpaRepository
setId(PK) - クラス org.springframework.data.jpa.domain のメソッド。AbstractPersistable
エンティティの ID を設定します。
setLastModifiedBy(U) - クラス org.springframework.data.jpa.domain のメソッド。AbstractAuditable
setLastModifiedDate(LocalDateTime) - クラス org.springframework.data.jpa.domain のメソッド。AbstractAuditable
setMappingContext(MappingContext<?, ?>) - クラス org.springframework.data.jpa.repository.support のメソッド。JpaRepositoryFactoryBean
setMappingFileNamePattern(String) - クラス org.springframework.data.jpa.support のメソッド。ClasspathScanningPersistenceUnitPostProcessor
ファイル名パターンを構成します。JPA エンティティマッピングファイルはクラスパスからスキャンされます。
setProjectionFactory(ProjectionFactory) - インターフェース org.springframework.data.jpa.repository.support のメソッド。JpaRepositoryConfigurationAware
リポジトリで使用する ProjectionFactory を構成します。
setProjectionFactory(ProjectionFactory) - クラス org.springframework.data.jpa.repository.support のメソッド。QuerydslJpaPredicateExecutor
setProjectionFactory(ProjectionFactory) - クラス org.springframework.data.jpa.repository.support のメソッド。SimpleJpaRepository
setQueryMethodFactory(JpaQueryMethodFactory) - クラス org.springframework.data.jpa.repository.support のメソッド。JpaRepositoryFactory
使用する JpaQueryMethodFactory を構成します。
setQueryMethodFactory(JpaQueryMethodFactory) - クラス org.springframework.data.jpa.repository.support のメソッド。JpaRepositoryFactoryBean
使用する JpaQueryMethodFactory を構成します。
setQueryRewriterProvider(QueryRewriterProvider) - クラス org.springframework.data.jpa.repository.support のメソッド。JpaRepositoryFactory
使用する QueryRewriterProvider を構成します。
setRepositoryMethodMetadata(CrudMethodMetadata) - インターフェース org.springframework.data.jpa.repository.support のメソッド。JpaRepositoryConfigurationAware
リポジトリで使用する CrudMethodMetadata を構成します。
setRepositoryMethodMetadata(CrudMethodMetadata) - クラス org.springframework.data.jpa.repository.support のメソッド。QuerydslJpaPredicateExecutor
setRepositoryMethodMetadata(CrudMethodMetadata) - クラス org.springframework.data.jpa.repository.support のメソッド。SimpleJpaRepository
LockModeType を検出するために使用されるカスタム CrudMethodMetadata と、クエリに適用されるクエリヒントを構成します。
setResourceLoader(ResourceLoader) - クラス org.springframework.data.jpa.support のメソッド。ClasspathScanningPersistenceUnitPostProcessor
setRevisionEntityClass(Class<?>) - クラス org.springframework.data.envers.repository.support のメソッド。EnversRevisionRepositoryFactoryBean
リビジョンエンティティクラスを構成します。
shouldCreatePersistentEntityFor(TypeInformation<?>) - クラス org.springframework.data.jpa.mapping のメソッド。JpaMetamodelMappingContext
shouldUseAccessorFor(Object) - インターフェース org.springframework.data.jpa.provider のメソッド。ProxyIdAccessor
指定されたエンティティに ProxyIdAccessor を使用する必要があるかどうかを返します。
simple() - Static method in interface org.springframework.data.jpa.repository.query.QueryRewriterProvider
BeanUtils.instantiateClass(Class) を使用して QueryRewriter インスタンスを取得する単純な QueryRewriterProvider を返します。
SimpleJpaRepository< T ,ID> - Class in org.springframework.data.jpa.repository.support
CrudRepository インターフェースのデフォルト実装。
SimpleJpaRepository(Class<T>, EntityManager) - クラス org.springframework.data.jpa.repository.support. SimpleJpaRepository のコンストラクター
指定されたドメイン型のオブジェクトを管理する新しい SimpleJpaRepository を作成します。
SimpleJpaRepository(JpaEntityInformation<T, ?>, EntityManager) - クラス org.springframework.data.jpa.repository.support. SimpleJpaRepository のコンストラクター
指定された JpaEntityInformation のオブジェクトを管理する新しい SimpleJpaRepository を作成します。
sort() - Method in record class org.springframework.data.jpa.repository.query.KeysetScrollSpecification
sort レコードコンポーネントの値を返します。
Specification< T > - Interface in org.springframework.data.jpa.domain
ドメイン駆動設計という意味での仕様。

T

Temporal - Annotation Interface in org.springframework.data.jpa.repository
クエリメソッドパラメーターで適切な TemporalType を宣言するためのアノテーション。
toOrders(Sort, From<?, ?>, CriteriaBuilder) - Static method in class org.springframework.data.jpa.repository.query.QueryUtils
指定された Sort を Order に変換します。
toPredicate(Root<T>, CriteriaQuery<?>, CriteriaBuilder) - Method in interface org.springframework.data.jpa.domain.Specification
指定された Root および CriteriaQuery の Predicate の形式で参照エンティティのクエリの WHERE 句を作成します。
toPredicate(Root<T>, CriteriaQuery<?>, CriteriaBuilder) - Method in record class org.springframework.data.jpa.repository.query.KeysetScrollSpecification
toString() - クラス org.springframework.data.envers.repository.support のメソッド。DefaultRevisionMetadata
toString() - クラス org.springframework.data.jpa.domain のメソッド。AbstractPersistable
toString() - クラス org.springframework.data.jpa.domain のメソッド。JpaSort.Path
toString() - クラス org.springframework.data.jpa.repository.query のメソッド。EscapeCharacter
toString() - クラス org.springframework.data.jpa.repository.query のメソッド。JpaEntityGraph
toString() - Method in record class org.springframework.data.jpa.repository.query.KeysetScrollSpecification
このレコードクラスの文字列表現を返します。
toString() - クラス org.springframework.data.jpa.repository.support のメソッド。QueryHintValue
touchForCreate(Object) - クラス org.springframework.data.jpa.domain.support のメソッド。AuditingEntityListener
永続イベントに Auditable を実装する場合に備えて、ターゲットオブジェクトに変更と作成の日付と監査を設定します。
touchForUpdate(Object) - クラス org.springframework.data.jpa.domain.support のメソッド。AuditingEntityListener
更新イベントで Auditable を実装する場合に備えて、ターゲットオブジェクトに変更と作成の日付と監査を設定します。
transactionManagerRef() - Element in annotation interface org.springframework.data.envers.repository.config.EnableEnversRepositories
PlatformTransactionManager Bean 定義の名前を構成して、このアノテーションで検出されたリポジトリを作成するために使用します。
transactionManagerRef() - Element in annotation interface org.springframework.data.jpa.repository.config.EnableJpaRepositories
PlatformTransactionManager Bean 定義の名前を構成して、このアノテーションで検出されたリポジトリを作成するために使用します。
type() - Element in annotation interface org.springframework.data.jpa.repository.EntityGraph
使用する EntityGraph の EntityGraph.EntityGraphType は、デフォルトで EntityGraph.EntityGraphType.FETCH になります。

U

unsafe(String...) - Static method in class org.springframework.data.jpa.domain.JpaSort
指定されたプロパティに基づいて、安全でない新しい JpaSort を作成します。
unsafe(Sort.Direction, String...) - Static method in class org.springframework.data.jpa.domain.JpaSort
指定された Sort.Direction とプロパティに基づいて、新しい安全でない JpaSort を作成します。
unsafe(Sort.Direction, List<String>) - Static method in class org.springframework.data.jpa.domain.JpaSort
指定された Sort.Direction とプロパティに基づいて、新しい安全でない JpaSort を作成します。
unwrapTypedParameterValue(Object) - Static method in enum class org.springframework.data.jpa.provider.PersistenceProvider
Hibernate の TypedParameterValue は null をラップするためにのみ使用されるため、クエリ作成のために null に置き換えてください。
update(EntityPath<?>) - クラス org.springframework.data.jpa.repository.support のメソッド。QuerydslRepositorySupport
新しい UpdateClause を返します。

V

validate() - クラス org.springframework.data.jpa.repository.support のメソッド。QuerydslRepositorySupport
構成を確認するためのコールバック。
value - Variable in class org.springframework.data.jpa.repository.support.QueryHintValue
value() - Element in annotation interface org.springframework.data.envers.repository.config.EnableEnversRepositories
EnableEnversRepositories.basePackages() 属性のエイリアス。
value() - Element in annotation interface org.springframework.data.jpa.repository.config.EnableJpaRepositories
EnableJpaRepositories.basePackages() 属性のエイリアス。
value() - Element in annotation interface org.springframework.data.jpa.repository.EntityGraph
使用する EntityGraph の名前。
value() - Element in annotation interface org.springframework.data.jpa.repository.Lock
アノテーション付きクエリまたは CRUD メソッドを実行するときに使用される LockModeType
value() - Element in annotation interface org.springframework.data.jpa.repository.query.Procedure
データベース内のプロシージャーの名前。デフォルトは "" です。
value() - Element in annotation interface org.springframework.data.jpa.repository.Query
アノテーション付きメソッドが呼び出されたときに実行される JPA クエリを定義します。
value() - Element in annotation interface org.springframework.data.jpa.repository.QueryHints
クエリが実行されるときに適用される QueryHint
value() - Element in annotation interface org.springframework.data.jpa.repository.Temporal
アノテーション付きパラメーターに使用する TemporalType を定義します。
valueOf(String) - Static method in enum class org.springframework.data.jpa.provider.PersistenceProvider
指定された名前でこのクラスの列挙型定数を返します。
valueOf(String) - 列挙クラス org.springframework.data.jpa.repository.EntityGraph.EntityGraphType の静的メソッド
指定された名前でこのクラスの列挙型定数を返します。
valueOf(String) - 列挙クラス org.springframework.data.jpa.repository.QueryRewriter.IdentityQueryRewriter の静的メソッド
指定された名前でこのクラスの列挙型定数を返します。
valueOf(String) - 列挙クラス org.springframework.data.jpa.repository.support.QueryHints.NoHints の静的メソッド
指定された名前でこのクラスの列挙型定数を返します。
values() - Static method in enum class org.springframework.data.jpa.provider.PersistenceProvider
この列挙型クラスの定数を含む配列を、宣言されている順序で返します。
values() - 列挙クラス org.springframework.data.jpa.repository.EntityGraph.EntityGraphType の静的メソッド
この列挙型クラスの定数を含む配列を、宣言されている順序で返します。
values() - Method in class org.springframework.data.jpa.repository.query.Meta
設定されたメタ値の IterableSE を取得します。
values() - 列挙クラス org.springframework.data.jpa.repository.QueryRewriter.IdentityQueryRewriter の静的メソッド
この列挙型クラスの定数を含む配列を、宣言されている順序で返します。
values() - 列挙クラス org.springframework.data.jpa.repository.support.QueryHints.NoHints の静的メソッド
この列挙型クラスの定数を含む配列を、宣言されている順序で返します。

W

where(Specification<T>) - Static method in interface org.springframework.data.jpa.domain.Specification
Specification の周囲に構文糖を追加する単純な静的ファクトリメソッド。
with(Sort.Direction) - クラス org.springframework.data.jpa.domain のメソッド。JpaSort.JpaOrder
with(Sort.NullHandling) - クラス org.springframework.data.jpa.domain のメソッド。JpaSort.JpaOrder
withFetchGraphs(EntityManager) - クラス org.springframework.data.jpa.repository.support のメソッド。MutableQueryHints
withFetchGraphs(EntityManager) - 列挙クラス org.springframework.data.jpa.repository.support.QueryHints.NoHints のメソッド
withFetchGraphs(EntityManager) - インターフェース org.springframework.data.jpa.repository.support のメソッド。QueryHints
EntityGraph を含む新しい QueryHints インスタンスを作成して返します。
withUnsafe(String...) - クラス org.springframework.data.jpa.domain のメソッド。JpaSort.JpaOrder
安全でない可能性のある Sort.Order インスタンスを含む新しい Sort を作成します。

Z

ZoneIdConverter() - クラス org.springframework.data.jpa.convert.threeten のコンストラクター。Jsr310JpaConverters.ZoneIdConverter
A B C D E F G H I J K L M N O P Q R S T U V W Z
すべてのクラスとインターフェース | すべてのパッケージ | 定数フィールド値 | 直列化された形式