Uses of Interface
com.liangjian.web.common.service.crud.DynamicApiService
-
Packages that use DynamicApiService Package Description com.liangjian.web.common.service.crud -
-
Uses of DynamicApiService in com.liangjian.web.common.service.crud
Classes in com.liangjian.web.common.service.crud that implement DynamicApiService Modifier and Type Class Description class
JpaDynamicApiService<T>
Created by huangziqi on 2020/1/13class
JpaDynamicQueryService<T>
Created by huangziqi on 2020/1/13class
MpDynamicApiService<M extends com.baomidou.mybatisplus.core.mapper.BaseMapper<T>,T>
Created by huangziqi on 2020/1/13class
MpDynamicQueryService<M extends com.baomidou.mybatisplus.core.mapper.BaseMapper<T>,T>
Created by huangziqi on 2020/1/13Methods in com.liangjian.web.common.service.crud that return types with arguments of type DynamicApiService Modifier and Type Method Description Optional<DynamicApiService>
NameServiceMapper. getDynamicApiService(String modelName)
-