Uses of Interface
org.springframework.data.jpa.repository.query.QueryEnhancerSelector
Packages that use QueryEnhancerSelector
Package
Description
Ahead-of-Time (AOT) generation for Spring Data JPA repositories.
Query implementation to execute queries against JPA.
JPA repository implementations.
-
Uses of QueryEnhancerSelector in org.springframework.data.jpa.repository.aot
Constructors in org.springframework.data.jpa.repository.aot with parameters of type QueryEnhancerSelectorModifierConstructorDescriptionprotectedAotRepositoryFragmentSupport(QueryEnhancerSelector selector, RepositoryMetadata repositoryMetadata, ValueExpressionDelegate valueExpressions, ProjectionFactory projectionFactory) protectedAotRepositoryFragmentSupport(QueryEnhancerSelector selector, RepositoryFactoryBeanSupport.FragmentCreationContext context) -
Uses of QueryEnhancerSelector in org.springframework.data.jpa.repository.query
Classes in org.springframework.data.jpa.repository.query that implement QueryEnhancerSelectorModifier and TypeClassDescriptionstatic classDefaultQueryEnhancerSelectorimplementation using class-path information to determine enhancer availability.Fields in org.springframework.data.jpa.repository.query declared as QueryEnhancerSelectorModifier and TypeFieldDescriptionstatic final QueryEnhancerSelectorQueryEnhancerSelector.DEFAULT_SELECTORDefault selector strategy.Methods in org.springframework.data.jpa.repository.query that return QueryEnhancerSelectorMethods in org.springframework.data.jpa.repository.query with parameters of type QueryEnhancerSelectorModifier and TypeMethodDescriptionstatic EntityQueryEntityQuery.create(DeclaredQuery query, QueryEnhancerSelector selector) Constructors in org.springframework.data.jpa.repository.query with parameters of type QueryEnhancerSelectorModifierConstructorDescriptionJpaQueryConfiguration(QueryRewriterProvider queryRewriter, QueryEnhancerSelector selector, ValueExpressionDelegate valueExpressionDelegate, EscapeCharacter escapeCharacter) -
Uses of QueryEnhancerSelector in org.springframework.data.jpa.repository.support
Methods in org.springframework.data.jpa.repository.support with parameters of type QueryEnhancerSelectorModifier and TypeMethodDescriptionvoidJpaRepositoryFactory.setQueryEnhancerSelector(QueryEnhancerSelector queryEnhancerSelector) Configures theQueryEnhancerSelectorto be used.voidJpaRepositoryFactoryBean.setQueryEnhancerSelectorSource(QueryEnhancerSelector queryEnhancerSelectorSource) Configures theQueryEnhancerSelectorto be used.Method parameters in org.springframework.data.jpa.repository.support with type arguments of type QueryEnhancerSelectorModifier and TypeMethodDescriptionvoidJpaRepositoryFactoryBean.setQueryEnhancerSelector(Class<? extends QueryEnhancerSelector> queryEnhancerSelectorType) Configures theQueryEnhancerSelectorto be used.