Interface JpaQueryMethodFactory

All Known Implementing Classes:
DefaultJpaQueryMethodFactory

public interface JpaQueryMethodFactory
A factory interface for creating JpaQueryMethodFactory instances. This may be implemented by extensions to Spring Data JPA in order create instances of custom subclasses.
Since:
2.3
Author:
RĂ©da Housni Alaoui
  • Method Summary

    Modifier and Type
    Method
    Description
    build(Method method, org.springframework.data.repository.core.RepositoryMetadata metadata, org.springframework.data.projection.ProjectionFactory factory)
    Creates a JpaQueryMethod.
  • Method Details

    • build

      JpaQueryMethod build(Method method, org.springframework.data.repository.core.RepositoryMetadata metadata, org.springframework.data.projection.ProjectionFactory factory)
      Creates a JpaQueryMethod.
      Parameters:
      method - must not be null
      metadata - must not be null
      factory - must not be null