Uses of Class
io.github.xezzon.zeroweb.core.odata.ODataQueryOption
Packages that use ODataQueryOption
Package
Description
-
Uses of ODataQueryOption in io.github.xezzon.zeroweb.common.jpa
Methods in io.github.xezzon.zeroweb.common.jpa with parameters of type ODataQueryOptionModifier and TypeMethodDescriptionorg.springframework.data.domain.Page<T>
BaseDAO.findAll
(ODataQueryOption odata) 分页查询数据 -
Uses of ODataQueryOption in io.github.xezzon.zeroweb.core.odata
Methods in io.github.xezzon.zeroweb.core.odata that return ODataQueryOption -
Uses of ODataQueryOption in io.github.xezzon.zeroweb.dict
Methods in io.github.xezzon.zeroweb.dict with parameters of type ODataQueryOptionModifier and TypeMethodDescriptionorg.springframework.data.domain.Page<Dict>
DictDAO.findAll
(ODataQueryOption odata) 分页查询 -
Uses of ODataQueryOption in io.github.xezzon.zeroweb.openapi
Methods in io.github.xezzon.zeroweb.openapi with parameters of type ODataQueryOptionModifier and TypeMethodDescriptionorg.springframework.data.domain.Page<Openapi>
OpenapiDAO.findAll
(ODataQueryOption odata) org.springframework.data.domain.Page<Openapi>
OpenapiDAO.listPublishedOpenapi
(ODataQueryOption odata) org.springframework.data.domain.Page<Openapi>
OpenapiService.listPublishedOpenapi
(ODataQueryOption odata) -
Uses of ODataQueryOption in io.github.xezzon.zeroweb.openapi.service
Methods in io.github.xezzon.zeroweb.openapi.service with parameters of type ODataQueryOptionModifier and TypeMethodDescriptionorg.springframework.data.domain.Page<Openapi>
IOpenapiService4Subscription.listPublishedOpenapi
(ODataQueryOption odata) 查询符合条件的OpenAPI列表 -
Uses of ODataQueryOption in io.github.xezzon.zeroweb.subscription
Methods in io.github.xezzon.zeroweb.subscription with parameters of type ODataQueryOptionModifier and TypeMethodDescriptionorg.springframework.data.domain.Page<Subscription>
SubscriptionService.listSubscription
(ODataQueryOption odata, String appId) -
Uses of ODataQueryOption in io.github.xezzon.zeroweb.subscription.service
Methods in io.github.xezzon.zeroweb.subscription.service with parameters of type ODataQueryOptionModifier and TypeMethodDescriptionorg.springframework.data.domain.Page<Subscription>
ISubscriptionService4ThirdPartyApp.listSubscription
(ODataQueryOption odata, String appId) 获取订阅列表 -
Uses of ODataQueryOption in io.github.xezzon.zeroweb.third_party_app
Methods in io.github.xezzon.zeroweb.third_party_app with parameters of type ODataQueryOptionModifier and TypeMethodDescriptionorg.springframework.data.domain.Page<ThirdPartyApp>
ThirdPartyAppDAO.findAll
(ODataQueryOption odata) org.springframework.data.domain.Page<ThirdPartyApp>
ThirdPartyAppDAO.findAllWithUserId
(ODataQueryOption odata, String userId)