Package io.jmix.rest
Class RestProperties
java.lang.Object
io.jmix.rest.RestProperties
-
Constructor Summary
ConstructorDescriptionRestProperties
(boolean optimisticLockingEnabled, boolean responseFetchPlanEnabled, int defaultMaxFetchSize, Map<String, Integer> entityMaxFetchSize) -
Method Summary
-
Constructor Details
-
RestProperties
-
-
Method Details
-
isOptimisticLockingEnabled
public boolean isOptimisticLockingEnabled()- See Also:
-
optimisticLockingEnabled
-
isResponseFetchPlanEnabled
public boolean isResponseFetchPlanEnabled()- See Also:
-
responseFetchPlanEnabled
-
getEntityMaxFetchSize
-