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
     

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

    getDomainClass, getEntityInformation, getName, getNamedQueryName, getParameters, getResultProcessor, getReturnedObjectType, isCollectionQuery, isModifyingQuery, isPageQuery, isQueryForEntity, 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