Package io.jmix.rest.impl.config
Class RestQueriesConfiguration.QueryInfo
java.lang.Object
io.jmix.rest.impl.config.RestQueriesConfiguration.QueryInfo
- Enclosing class:
- RestQueriesConfiguration
Class stores an information about the predefined JPQL query
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptiongetJpql()getLimit()getName()booleanbooleanvoidsetAnonymousAllowed(boolean anonymousAllowed) voidsetCacheable(boolean cacheable) voidsetEntityName(String entityName) voidsetFetchPlanName(String fetchPlanName) voidvoidvoidvoidvoidvoidsetViewName(String viewName) 
- 
Field Details- 
name
- 
jpql
- 
entityName
- 
viewName
- 
fetchPlanName
- 
limit
- 
offset
- 
cacheableprotected boolean cacheable
- 
anonymousAllowedprotected boolean anonymousAllowed
- 
params
 
- 
- 
Constructor Details- 
QueryInfopublic QueryInfo()
 
- 
- 
Method Details- 
getLimit
- 
setLimit
- 
getFetchPlanName
- 
setFetchPlanName
- 
getOffset
- 
setOffset
- 
getName
- 
setName
- 
getJpql
- 
setJpql
- 
getEntityName
- 
setEntityName
- 
getViewName
- 
setViewName
- 
isCacheablepublic boolean isCacheable()
- 
setCacheablepublic void setCacheable(boolean cacheable) 
- 
isAnonymousAllowedpublic boolean isAnonymousAllowed()
- 
setAnonymousAllowedpublic void setAnonymousAllowed(boolean anonymousAllowed) 
- 
getParams
- 
setParams
 
-