Uses of Class
com.liangjian.web.common.service.crud.NameServiceMapper
-
Packages that use NameServiceMapper Package Description com.liangjian.web.common.config com.liangjian.web.common.controller -
-
Uses of NameServiceMapper in com.liangjian.web.common.config
Methods in com.liangjian.web.common.config that return NameServiceMapper Modifier and Type Method Description NameServiceMapper
RestfulCrudConfig. nameServiceMapper()
-
Uses of NameServiceMapper in com.liangjian.web.common.controller
Fields in com.liangjian.web.common.controller declared as NameServiceMapper Modifier and Type Field Description protected NameServiceMapper
RestfulCrudController. nameServiceMapper
Constructors in com.liangjian.web.common.controller with parameters of type NameServiceMapper Constructor Description RestfulCrudController(NameServiceMapper nameServiceMapper)
-