Class JmixStructuredQuery
java.lang.Object
io.jmix.core.impl.repository.query.JmixAbstractQuery
io.jmix.core.impl.repository.query.JmixStructuredQuery
- All Implemented Interfaces:
org.springframework.data.repository.query.RepositoryQuery
- Direct Known Subclasses:
JmixCountQuery
,JmixListQuery
Base
RepositoryQuery
class for repository queries constructed by method name.-
Field Summary
Fields inherited from class io.jmix.core.impl.repository.query.JmixAbstractQuery
dataManager, factory, fetchPlan, fetchPlanIndex, jmixMetadata, metadata, method, namedParametersBindings, pageableIndex, queryHints, queryMethod, sortIndex
-
Constructor Summary
ConstructorDescriptionJmixStructuredQuery
(DataManager dataManager, Metadata jmixMetadata, Method method, org.springframework.data.repository.core.RepositoryMetadata metadata, org.springframework.data.projection.ProjectionFactory factory, org.springframework.data.repository.query.parser.PartTree qryTree) -
Method Summary
Methods inherited from class io.jmix.core.impl.repository.query.JmixAbstractQuery
buildNamedParametersMap, formatMethod, getDataManager, getQueryMethod, processSpecialParameters, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.springframework.data.repository.query.RepositoryQuery
execute
-
Field Details
-
conditions
-
distinct
protected boolean distinct -
maxResults
-
-
Constructor Details
-
JmixStructuredQuery
public JmixStructuredQuery(DataManager dataManager, Metadata jmixMetadata, Method method, org.springframework.data.repository.core.RepositoryMetadata metadata, org.springframework.data.projection.ProjectionFactory factory, org.springframework.data.repository.query.parser.PartTree qryTree)
-
-
Method Details
-
getQueryDescription
- Overrides:
getQueryDescription
in classJmixAbstractQuery
-