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
ConstructorDescriptionJmixQueryMethod
(Method method, org.springframework.data.repository.core.RepositoryMetadata metadata, org.springframework.data.projection.ProjectionFactory factory) -
Method Summary
Methods inherited from class org.springframework.data.repository.query.QueryMethod
getDomainClass, getEntityInformation, getName, getNamedQueryName, getParameters, getResultProcessor, getReturnedObjectType, isCollectionQuery, isModifyingQuery, isPageQuery, isQueryForEntity, 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:
createParameters
in classorg.springframework.data.repository.query.QueryMethod
-