Uses of Interface
org.springframework.data.repository.core.NamedQueries
Packages that use NamedQueries
Package
Description
Base classes to implement CDI support for repositories.
Base classes to implement repositories for various data stores.
Support classes to work with query methods.
-
Uses of NamedQueries in org.springframework.data.repository.cdi
Methods in org.springframework.data.repository.cdi that return types with arguments of type NamedQueriesModifier and TypeMethodDescriptiondefault Optional<NamedQueries>CdiRepositoryConfiguration.getNamedQueries()Return theNamedQueriesto use. -
Uses of NamedQueries in org.springframework.data.repository.core.support
Classes in org.springframework.data.repository.core.support that implement NamedQueriesModifier and TypeClassDescriptionclassNamedQueriesimplementation backed by aPropertiesinstance.Fields in org.springframework.data.repository.core.support declared as NamedQueriesMethods in org.springframework.data.repository.core.support with parameters of type NamedQueriesModifier and TypeMethodDescriptionvoidRepositoryFactoryBeanSupport.setNamedQueries(NamedQueries namedQueries) Setter to inject aNamedQueriesinstance.voidRepositoryFactorySupport.setNamedQueries(NamedQueries namedQueries) Configures aNamedQueriesinstance to be handed to theQueryLookupStrategyfor query creation. -
Uses of NamedQueries in org.springframework.data.repository.query
Methods in org.springframework.data.repository.query with parameters of type NamedQueriesModifier and TypeMethodDescriptionQueryLookupStrategy.resolveQuery(Method method, RepositoryMetadata metadata, ProjectionFactory factory, NamedQueries namedQueries) Resolves aRepositoryQueryfrom the givenQueryMethodthat can be executed afterwards.