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 Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier 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
 - 
cacheable
protected boolean cacheable - 
anonymousAllowed
protected boolean anonymousAllowed - 
params
 
 - 
 - 
Constructor Details
- 
QueryInfo
public QueryInfo() 
 - 
 - 
Method Details
- 
getLimit
 - 
setLimit
 - 
getFetchPlanName
 - 
setFetchPlanName
 - 
getOffset
 - 
setOffset
 - 
getName
 - 
setName
 - 
getJpql
 - 
setJpql
 - 
getEntityName
 - 
setEntityName
 - 
getViewName
 - 
setViewName
 - 
isCacheable
public boolean isCacheable() - 
setCacheable
public void setCacheable(boolean cacheable)  - 
isAnonymousAllowed
public boolean isAnonymousAllowed() - 
setAnonymousAllowed
public void setAnonymousAllowed(boolean anonymousAllowed)  - 
getParams
 - 
setParams
 
 -