インデックス
すべてのクラスとインターフェース | すべてのパッケージ | 定数フィールド値 | 連載形式
A
- abstractAuditable - Static variable in class org.springframework.data.jpa.domain.QAbstractAuditable
- AbstractAuditable< U ,
PK extends SerializableSE> - Class in org.springframework.data.jpa.domain - 監査可能なエンティティの抽象基本クラス。
- AbstractAuditable() - クラス org.springframework.data.jpa.domain. AbstractAuditable のコンストラクター
- AbstractAuditable_ - Class in org.springframework.data.jpa.domain
- AbstractAuditable_() - Constructor for class 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を作成します。 - AbstractJpaQuery.TupleConverter - org.springframework.data.jpa.repository.query のクラス
- abstractPersistable - Static variable in class org.springframework.data.jpa.domain.QAbstractPersistable
- AbstractPersistable<PK extends SerializableSE> - Class in org.springframework.data.jpa.domain
- エンティティの抽象基本クラス。
- AbstractPersistable() - クラス org.springframework.data.jpa.domain. AbstractPersistable のコンストラクター
- AbstractPersistable_ - Class in org.springframework.data.jpa.domain
- AbstractPersistable_() - Constructor for class 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 のメソッド。DefaultQueryEnhancer
- applySorting(Sort) - Method in class org.springframework.data.jpa.repository.query.JSqlParserQueryEnhancer
- 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
- 非推奨、削除予定: この API 要素は、将来のバージョンで削除される可能性があります。
- as(Class<R>) - インターフェース org.springframework.data.jpa.repository のメソッド。JpaSpecificationExecutor.SpecificationFluentQuery
- 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
- 現在のプリンシパルを検索するために使用する
AuditorAwareBean を構成します。
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.jpa.repository.config.EnableJpaRepositories
- アノテーション付きコンポーネントをスキャンするパッケージを指定するための、
EnableJpaRepositories.basePackages()の型安全な代替。 - 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.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から元のクエリ文字列を抽出できるかどうかを返します。 - checkSortExpression(Sort.Order) - Static method in class org.springframework.data.jpa.repository.query.QueryUtils
- 指定された
JpaSort.JpaOrder.isUnsafe()順序に、QueryUtils.PUNCTATION_PATTERNに違反するプロパティが少なくとも 1 つ存在するかどうかを確認し、式によって潜在的に安全でない順序を示すExceptionSE をスローします。 - class_ - Static variable in class org.springframework.data.jpa.domain.AbstractAuditable_
- class_ - Static variable in class org.springframework.data.jpa.domain.AbstractPersistable_
- 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.jpa.repository.config.EnableJpaRepositories
- ネストされたリポジトリインターフェース(たとえば、内部クラスとして定義されている)をリポジトリインフラストラクチャで検出するかどうかを構成します。
- contribute(AotRepositoryContext, GenerationContext) - クラス org.springframework.data.jpa.repository.config のメソッド。JpaRepositoryConfigExtension.JpaRepositoryRegistrationAotProcessor
- convert(Object) - クラス org.springframework.data.jpa.repository.query のメソッド。AbstractJpaQuery.TupleConverter
- 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.NativeQuery
- ページネーションが使用されているときにカウントクエリを実行するために使用される
NamedQueryの名前を返します。 - countName() - Element in annotation interface org.springframework.data.jpa.repository.Query
- ページネーションが使用されているときにカウントクエリを実行するために使用される
NamedQueryの名前を返します。 - countProjection() - Element in annotation interface org.springframework.data.jpa.repository.NativeQuery
- ページネーション用に生成されるカウントクエリの射影部分を定義します。
- countProjection() - Element in annotation interface org.springframework.data.jpa.repository.Query
- ページネーション用に生成されるカウントクエリの射影部分を定義します。
- countQuery() - Element in annotation interface org.springframework.data.jpa.repository.NativeQuery
- ページネーションクエリでページの要素の合計数を検索するために使用される特別なカウントクエリを定義します。
- 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
- 使用すべきではありません。
- create(EntityManager, JpaQueryMethodFactory, QueryLookupStrategy.Key, ValueExpressionDelegate, QueryRewriterProvider, EscapeCharacter) - Static method in class org.springframework.data.jpa.repository.query.JpaQueryLookupStrategy
- 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を作成します。 - CREATED_BY - Static variable in class org.springframework.data.jpa.domain.AbstractAuditable_
- CREATED_DATE - Static variable in class org.springframework.data.jpa.domain.AbstractAuditable_
- createdBy - Static variable in class org.springframework.data.jpa.domain.AbstractAuditable_
- createdBy - Variable in class org.springframework.data.jpa.domain.QAbstractAuditable
- createdDate - Static variable in class org.springframework.data.jpa.domain.AbstractAuditable_
- createdDate - Variable in class org.springframework.data.jpa.domain.QAbstractAuditable
- 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
- 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.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 のカスタマイズを可能にするDateTimeProviderBean 名を構成します。 - 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 のコンストラクター
- 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を使用した Regex ベースのQueryEnhancerの実装。- DefaultQueryEnhancer(DeclaredQuery) - クラス org.springframework.data.jpa.repository.query. DefaultQueryEnhancer のコンストラクター
- DelegatingQueryRewriter - org.springframework.data.jpa.repository.query のクラス
- 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.jpa.repository.config.EnableJpaRepositories
- Spring Data JPA リポジトリのデフォルトトランザクションを有効にするかどうかを構成します。
- 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は、アプリケーションコンテキストで見つかったすべてのEntityManagerFactoryBean 定義の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.jpa.repository.config.EnableJpaRepositories
- このアノテーションでディスカバーされたリポジトリを作成するために使用される
EntityManagerFactoryBean 定義の名前を構成します。 - 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.jpa.repository.config.EnableJpaRepositories
- contains、startsWith、endsWith 句を含む派生クエリでワイルドカード _ および % をエスケープするために使用する文字を構成します。
- 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.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
- findAll(Specification<T>, Specification<T>, Pageable) - インターフェース org.springframework.data.jpa.repository のメソッド。JpaSpecificationExecutor
- 指定された
Specificationに一致するエンティティのPageを返します。 - findAll(Specification<T>, Specification<T>, Pageable) - クラス 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<? super JpaSpecificationExecutor.SpecificationFluentQuery<S>, R>) - インターフェース org.springframework.data.jpa.repository のメソッド。JpaSpecificationExecutor
- クエリとその結果の型を定義する
queryFunctionを適用して、指定されたSpecificationに一致するエンティティを返します。 - findBy(Specification<T>, Function<? super JpaSpecificationExecutor.SpecificationFluentQuery<S>, R>) - クラス org.springframework.data.jpa.repository.support のメソッド。SimpleJpaRepository
- findById(ID) - クラス org.springframework.data.jpa.repository.support のメソッド。SimpleJpaRepository
- 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のルックアップをカスタマイズします。 - 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.getEntityManagerFactory()を介してEntityManagerFactoryをイントロスペクトし、指定されたEntityManagerからPersistenceProviderを決定します。- fromEntityManagerFactory(EntityManagerFactory) - Static method in enum class org.springframework.data.jpa.provider.PersistenceProvider
- 指定された
EntityManagerFactoryから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
EntityManagerFactoryのBeanDefinitionを返します。- 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
EntityManagerFactoryのBeanDefinitionの 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
- 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
- 指定されたドメインクラスと
EntityManagerのJpaEntityInformationを作成します。 - 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階層に登録されているすべてのBeanDefinitionのBeanDefinitionUtils.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 属性に対して存在するクエリを実行するためのクエリ文字列を返します。
- getExpression() - クラス org.springframework.data.jpa.repository.query のメソッド。ParameterMetadataProvider.ParameterMetadata
ParameterExpressionを返します。- getExpressions() - クラス org.springframework.data.jpa.repository.query のメソッド。ParameterMetadataProvider
- 構築されたすべての
ParameterMetadataProvider.ParameterMetadataを返します。 - 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
- 非推奨、削除予定: この API 要素は、将来のバージョンで削除される可能性があります。
- 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
- 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
- getProjectionInputProperties(JpaEntityInformation<?, ?>, Collection<String>, Sort) - Static method in class org.springframework.data.jpa.repository.query.KeysetScrollDelegate
- キーセットのスクロール再開に必要なすべてのキーセットおよび識別子プロパティを含む、キーセット選択クエリを構築するために必要なプロパティ名のコレクションを返します。
- 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
- 非推奨、削除予定: この API 要素は、将来のバージョンで削除される可能性があります。
- 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
- getQuery(Specification<T>, Pageable) - クラス org.springframework.data.jpa.repository.support のメソッド。SimpleJpaRepository
- 指定された
Specificationから新しいTypedQueryを作成します。 - getQuery(Specification<T>, Sort) - クラス org.springframework.data.jpa.repository.support のメソッド。SimpleJpaRepository
- 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
- getQueryHintsForCount() - インターフェース org.springframework.data.jpa.repository.support のメソッド。CrudMethodMetadata
- CRUD メソッドに対して実行されるクエリに適用されるリスト内のすべてのクエリヒントを返します。
- getQueryHintsForCount() - クラス org.springframework.data.jpa.repository.support のメソッド。SimpleJpaRepository
- カウントクエリの現在の
CrudMethodMetadataに関するクエリヒントを含むQueryHintsを返します。 - getQueryLookupStrategy(QueryLookupStrategy.Key, ValueExpressionDelegate) - クラス 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
JpaQueryMethodのQueryRewriterのインスタンスを取得します。- 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
- getReturnedType() - インターフェース org.springframework.data.jpa.repository.query のメソッド。QueryEnhancer.QueryRewriteInformation
- getRootObject() - クラス org.springframework.data.jpa.repository.support のメソッド。JpaEvaluationContextExtension
- getSelectionAliases() - Method in class org.springframework.data.jpa.repository.query.JSqlParserQueryEnhancer
- getSort() - インターフェース org.springframework.data.jpa.repository.query のメソッド。QueryEnhancer.QueryRewriteInformation
- 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
- 指定された
EntityManagerでJpaRepositoryインスタンスを作成するコールバック - getTemplates() - Method in class org.springframework.data.jpa.repository.support.Querydsl
- 構成された
EntityManagerのJPQLTemplatesを取得します。 - getType() - クラス org.springframework.data.jpa.repository.query のメソッド。JpaEntityGraph
- 使用する
EntityGraphのEntityGraph.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 のメソッド。DefaultQueryEnhancer
- hasConstructorExpression() - Method in class org.springframework.data.jpa.repository.query.JSqlParserQueryEnhancer
- 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
- id - Static variable in class org.springframework.data.jpa.domain.AbstractPersistable_
- id - Variable in class org.springframework.data.jpa.domain.QAbstractAuditable
- id - Variable in class org.springframework.data.jpa.domain.QAbstractPersistable
- ID - Static variable in class org.springframework.data.jpa.domain.AbstractPersistable_
- ignoreCase() - クラス org.springframework.data.jpa.domain のメソッド。JpaSort.JpaOrder
- 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
- 非推奨、削除予定: この API 要素は、将来のバージョンで削除される可能性があります。使用される評価としての 3.5 は、
JpaEntityGraphが動的であるかどうかを表すものではないためです。 - isBindable() - クラス org.springframework.data.jpa.repository.query のメソッド。JpaParameters.JpaParameter
- isCollectionQuery() - クラス org.springframework.data.jpa.repository.query のメソッド。JpaQueryMethod
- isConstructorCompatible(Constructor<?>, List<Class<?>>) - クラス org.springframework.data.jpa.repository.query.AbstractJpaQuery.TupleConverter の静的メソッド
- isEmbeddable() - インターフェース org.springframework.data.jpa.mapping のメソッド。JpaPersistentProperty
- プロパティが埋め込み可能と見なされるかどうかを返します。
- isIsNullParameter() - クラス org.springframework.data.jpa.repository.query のメソッド。ParameterMetadataProvider.ParameterMetadata
- パラメーターが IS NULL パラメーターと見なされるかどうかを返します。
- 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 のクラス
- 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 のクラス
- 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を作成します。- JpaQueryMethod(Method, RepositoryMetadata, ProjectionFactory, QueryExtractor, Function<ParametersSource, JpaParameters>) - クラス 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 < T、S > - org.springframework.data.jpa.domain のクラス
Attributeのコレクションを抽象化する値オブジェクト。- JpaSpecificationExecutor< T > - Interface in org.springframework.data.jpa.repository
- JPA 条件 API に基づいて
Specificationの実行を許可するインターフェース。 - JpaSpecificationExecutor.SpecificationFluentQuery <T> - org.springframework.data.jpa.repository のインターフェース
FluentQuery.FetchableFluentQueryの拡張により、カスタムカウント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
- 使用すべきではありません。内部ユーティリティクラス。
- 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 > - 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
- LAST_MODIFIED_BY - Static variable in class org.springframework.data.jpa.domain.AbstractAuditable_
- LAST_MODIFIED_DATE - Static variable in class org.springframework.data.jpa.domain.AbstractAuditable_
- lastModifiedBy - Static variable in class org.springframework.data.jpa.domain.AbstractAuditable_
- lastModifiedBy - Variable in class org.springframework.data.jpa.domain.QAbstractAuditable
- lastModifiedDate - Static variable in class org.springframework.data.jpa.domain.AbstractAuditable_
- lastModifiedDate - Variable in class org.springframework.data.jpa.domain.QAbstractAuditable
- limit(int) - インターフェース org.springframework.data.jpa.repository のメソッド。JpaSpecificationExecutor.SpecificationFluentQuery
- 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.NativeQuery
- 使用される名前付きクエリ。
- 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.jpa.repository.config.EnableJpaRepositories
- Spring Data 名前付きクエリプロパティファイルの場所を設定します。
- nameGenerator() - Element in annotation interface org.springframework.data.jpa.repository.config.EnableJpaRepositories
- リポジトリ Bean を作成するときに使用する特定の
BeanNameGeneratorを構成します。 - nativeQuery() - Element in annotation interface org.springframework.data.jpa.repository.Query
- 指定されたクエリがネイティブクエリであるかどうかを構成します。
- NativeQuery - Annotation Interface in org.springframework.data.jpa.repository
- リポジトリクエリメソッドでネイティブクエリを直接宣言するためのアノテーション。
- next(Part) - クラス org.springframework.data.jpa.repository.query のメソッド。ParameterMetadataProvider
- next(Part, Class<T>) - クラス org.springframework.data.jpa.repository.query のメソッド。ParameterMetadataProvider
- 指定された
Partと型の新しいParameterMetadataProvider.ParameterMetadataを構築します。 - 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.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.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
- page(Pageable, Specification<?>) - インターフェース org.springframework.data.jpa.repository のメソッド。JpaSpecificationExecutor.SpecificationFluentQuery
Pageableに一致する要素のページを取得し、カスタムcount specificationを提供します。- 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 のコンストラクター
- ParameterMetadata(ParameterExpression<T>, Part, Object, EscapeCharacter) - クラス org.springframework.data.jpa.repository.query のコンストラクター。ParameterMetadataProvider.ParameterMetadata
- 新しい
ParameterMetadataProvider.ParameterMetadataを作成します。 - ParameterMetadataProvider - org.springframework.data.jpa.repository.query のクラス
ParameterMetadataProvider.ParameterMetadataを簡単に作成できるようにするヘルパークラス。- ParameterMetadataProvider(CriteriaBuilder, Parameters<?, ?>, EscapeCharacter) - クラス org.springframework.data.jpa.repository.query. ParameterMetadataProvider のコンストラクター
- 指定された
CriteriaBuilderとParametersから、PersistenceProviderを介したパラメーター値のカスタマイズをサポートする新しいParameterMetadataProviderを作成します。 - ParameterMetadataProvider(CriteriaBuilder, ParametersParameterAccessor, EscapeCharacter) - クラス org.springframework.data.jpa.repository.query. ParameterMetadataProvider のコンストラクター
- ParameterMetadataProvider.ParameterMetadata <T> - org.springframework.data.jpa.repository.query のクラス
- 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に適用します。 - prepare(Object) - クラス org.springframework.data.jpa.repository.query のメソッド。ParameterMetadataProvider.ParameterMetadata
- オブジェクトが実際に {@link jakarta.persistence.Query;} にバインドされる前に準備します。
- 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
- データベース内のプロシージャーの名前。デフォルトは
""です。 - project(String...) - インターフェース org.springframework.data.jpa.repository のメソッド。JpaSpecificationExecutor.SpecificationFluentQuery
- project(Collection<String>) - インターフェース org.springframework.data.jpa.repository のメソッド。JpaSpecificationExecutor.SpecificationFluentQuery
- ProxyIdAccessor - Interface in org.springframework.data.jpa.provider
- プロキシに保持されている識別子の永続性プロバイダー固有のアクセサーのインターフェース。
Q
- QAbstractAuditable - Class in org.springframework.data.jpa.domain
- QAbstractAuditable は、AbstractAuditable の Querydsl クエリ型です。
- QAbstractAuditable(Path<? extends AbstractAuditable>) - Constructor for class org.springframework.data.jpa.domain.QAbstractAuditable
- QAbstractAuditable(PathMetadata) - Constructor for class org.springframework.data.jpa.domain.QAbstractAuditable
- QAbstractAuditable(String) - Constructor for class org.springframework.data.jpa.domain.QAbstractAuditable
- QAbstractPersistable - Class in org.springframework.data.jpa.domain
- QAbstractPersistable は、AbstractPersistable の Querydsl クエリ型です。
- QAbstractPersistable(Path<? extends AbstractPersistable>) - Constructor for class org.springframework.data.jpa.domain.QAbstractPersistable
- QAbstractPersistable(PathMetadata) - Constructor for class org.springframework.data.jpa.domain.QAbstractPersistable
- QAbstractPersistable(String) - Constructor for class org.springframework.data.jpa.domain.QAbstractPersistable
- 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
- 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 を記述します。
- QueryEnhancer.QueryRewriteInformation - org.springframework.data.jpa.repository.query のインターフェース
- クエリを書き換えるために必要な情報を記述するためのインターフェース。
- 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を除くQueryHints()で定義されたクエリヒントへのアクセスを提供します。 - 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.jpa.repository.config.EnableJpaRepositories
- クエリメソッドのルックアップクエリに使用される
QueryLookupStrategyのキーを返します。 - queryRewriter() - Element in annotation interface org.springframework.data.jpa.repository.NativeQuery
- クエリが完全にアセンブルされた後にクエリ文字列に適用する必要がある
QueryRewriterを定義します。 - 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
- 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です。 - 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.jpa.repository.config.EnableJpaRepositories
- この特定の構成のリポジトリプロキシを作成するために使用するリポジトリ基本クラスを構成します。
- repositoryFactoryBeanClass() - Element in annotation interface org.springframework.data.jpa.repository.config.EnableJpaRepositories
- 各リポジトリインスタンスに使用される
FactoryBeanクラスを返します。 - 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で書き換えます。 - rewrite(QueryEnhancer.QueryRewriteInformation) - クラス org.springframework.data.jpa.repository.query のメソッド。DefaultQueryEnhancer
- rewrite(QueryEnhancer.QueryRewriteInformation) - Method in class org.springframework.data.jpa.repository.query.JSqlParserQueryEnhancer
- rewrite(QueryEnhancer.QueryRewriteInformation) - インターフェース org.springframework.data.jpa.repository.query のメソッド。QueryEnhancer
- 並べ替えを含めるようにクエリを書き直し、
ReturnedTypeカスタマイズを適用します。
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 コンテキストにあるため、QueryRewriterProviderがBeanFactoryQueryRewriterProviderであると捉えることができます。- 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
- 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
- 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レコードコンポーネントの値を返します。- sortBy(Sort) - インターフェース org.springframework.data.jpa.repository のメソッド。JpaSpecificationExecutor.SpecificationFluentQuery
- Specification< T > - Interface in org.springframework.data.jpa.domain
- ドメイン駆動設計という意味での仕様。
- sqlResultSetMapping() - Element in annotation interface org.springframework.data.jpa.repository.NativeQuery
- このクエリに適用する
@SqlResultSetMapping(name)の名前。
T
- Temporal - Annotation Interface in org.springframework.data.jpa.repository
- クエリメソッドパラメーターで適切な
TemporalTypeを宣言するためのアノテーション。 - toExpressionRecursively(From<?, ?>, PropertyPath, boolean) - Static method in class org.springframework.data.jpa.repository.query.QueryUtils
- 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.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.jpa.repository.config.EnableJpaRepositories
PlatformTransactionManagerBean 定義の名前を構成して、このアノテーションで検出されたリポジトリを作成するために使用します。- TupleConverter(ReturnedType) - クラス org.springframework.data.jpa.repository.query のコンストラクター。AbstractJpaQuery.TupleConverter
- 指定された
ReturnedTypeの新しいAbstractJpaQuery.TupleConverterを作成します。 - TupleConverter(ReturnedType, boolean) - クラス org.springframework.data.jpa.repository.query のコンストラクター。AbstractJpaQuery.TupleConverter
- 指定された
ReturnedTypeの新しいAbstractJpaQuery.TupleConverterを作成します。 - type() - Element in annotation interface org.springframework.data.jpa.repository.EntityGraph
- 使用する EntityGraph の
EntityGraph.EntityGraphTypeは、デフォルトでEntityGraph.EntityGraphType.FETCHになります。
U
- unrestricted() - Static method in interface org.springframework.data.jpa.domain.Specification
- マッチングに参加しない仕様を作成するための単純な静的ファクトリメソッド。
- 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.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.NativeQuery
- アノテーション付きメソッドが呼び出されたときに実行されるネイティブクエリを定義します。
- 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
- 非推奨、削除予定: この API 要素は、将来のバージョンで削除される可能性があります。3.5 以降、4.0 で削除される予定です。これは、null 指定をサポートしないためです。代わりに
Specification.unrestricted()を使用してください。 - 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
_
- _ 素晴らしい - Variable in class org.springframework.data.jpa.domain.QAbstractAuditable
すべてのクラスとインターフェース | すべてのパッケージ | 定数フィールド値 | 連載形式
QueryEnhancer.rewrite(QueryRewriteInformation)を使用してください。