Class JpaQueryMethod


  • public class JpaQueryMethod
    extends org.springframework.data.jpa.repository.query.JpaQueryMethod
    Extension of Spring's JpaQueryMethod to allow for creation of a special version of JpaParameters that recognizes additional special types to ignore for binding.
    Author:
    Jeff Fischer
    • Constructor Summary

      Constructors 
      Constructor Description
      JpaQueryMethod​(Method method, org.springframework.data.repository.core.RepositoryMetadata metadata, org.springframework.data.projection.ProjectionFactory factory, org.springframework.data.jpa.provider.QueryExtractor extractor)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected JpaParameters createParameters​(Method method)  
      • Methods inherited from class org.springframework.data.jpa.repository.query.JpaQueryMethod

        getEntityInformation, getNamedQueryName, getParameters, isCollectionQuery, isModifyingQuery, isProcedureQuery
      • Methods inherited from class org.springframework.data.repository.query.QueryMethod

        getDomainClass, getName, getResultProcessor, getReturnedObjectType, isPageQuery, isQueryForEntity, isSliceQuery, isStreamQuery, toString
    • Constructor Detail

      • JpaQueryMethod

        public JpaQueryMethod​(Method method,
                              org.springframework.data.repository.core.RepositoryMetadata metadata,
                              org.springframework.data.projection.ProjectionFactory factory,
                              org.springframework.data.jpa.provider.QueryExtractor extractor)
    • Method Detail

      • createParameters

        protected JpaParameters createParameters​(Method method)
        Overrides:
        createParameters in class org.springframework.data.jpa.repository.query.JpaQueryMethod