Class JmixQueryMethod

java.lang.Object
org.springframework.data.repository.query.QueryMethod
io.jmix.core.impl.repository.query.JmixQueryMethod

public class JmixQueryMethod extends org.springframework.data.repository.query.QueryMethod
QueryMethod extension required to support FetchPlan special parameter.
  • Constructor Summary

    Constructors
    Constructor
    Description
    JmixQueryMethod(Method method, org.springframework.data.repository.core.RepositoryMetadata metadata, org.springframework.data.projection.ProjectionFactory factory)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected JmixParameters
     
    protected org.springframework.data.repository.query.Parameters<?,?>
    createParameters(org.springframework.data.repository.query.ParametersSource parametersSource)
     

    Methods inherited from class org.springframework.data.repository.query.QueryMethod

    createParameters, getDomainClass, getEntityInformation, getName, getNamedQueryName, getParameters, getResultProcessor, getReturnedObjectType, isCollectionQuery, isModifyingQuery, isPageQuery, isQueryForEntity, isScrollQuery, isSliceQuery, isStreamQuery, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • JmixQueryMethod

      public JmixQueryMethod(Method method, org.springframework.data.repository.core.RepositoryMetadata metadata, org.springframework.data.projection.ProjectionFactory factory)
  • Method Details

    • createParameters

      protected JmixParameters createParameters(Method method)
      Overrides:
      createParameters in class org.springframework.data.repository.query.QueryMethod
    • createParameters

      protected org.springframework.data.repository.query.Parameters<?,?> createParameters(org.springframework.data.repository.query.ParametersSource parametersSource)
      Overrides:
      createParameters in class org.springframework.data.repository.query.QueryMethod