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
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetJpql()
getLimit()
getName()
boolean
boolean
void
setAnonymousAllowed
(boolean anonymousAllowed) void
setCacheable
(boolean cacheable) void
setEntityName
(String entityName) void
setFetchPlanName
(String fetchPlanName) void
void
void
void
void
void
setViewName
(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
-