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
ConstructorsConstructorDescriptionJmixQueryMethod(Method method, org.springframework.data.repository.core.RepositoryMetadata metadata, org.springframework.data.projection.ProjectionFactory factory)  - 
Method Summary
Modifier and TypeMethodDescriptionprotected JmixParameterscreateParameters(Method method) 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 
- 
Constructor Details
- 
JmixQueryMethod
public JmixQueryMethod(Method method, org.springframework.data.repository.core.RepositoryMetadata metadata, org.springframework.data.projection.ProjectionFactory factory)  
 - 
 - 
Method Details
- 
createParameters
- Overrides:
 createParametersin classorg.springframework.data.repository.query.QueryMethod
 - 
createParameters
protected org.springframework.data.repository.query.Parameters<?,?> createParameters(org.springframework.data.repository.query.ParametersSource parametersSource) - Overrides:
 createParametersin classorg.springframework.data.repository.query.QueryMethod
 
 -