Uses of Class
cn.toint.jdy4j.core.model.JdySelectOneRequest
Packages that use JdySelectOneRequest
Package
Description
-
Uses of JdySelectOneRequest in cn.toint.jdy4j.core.model
Methods in cn.toint.jdy4j.core.model that return JdySelectOneRequestModifier and TypeMethodDescriptionstatic JdySelectOneRequest获取一条数据static JdySelectOneRequest获取一条数据 -
Uses of JdySelectOneRequest in cn.toint.jdy4j.core.service
Methods in cn.toint.jdy4j.core.service with parameters of type JdySelectOneRequestModifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.node.ObjectNodeJdyDataService.selectOne(JdySelectOneRequest selectOneRequest) 获取一条数据<T> TJdyDataService.selectOne(JdySelectOneRequest selectOneRequest, com.fasterxml.jackson.core.type.TypeReference<T> toValueTypeRef) 获取一条数据<T> TJdyDataService.selectOne(JdySelectOneRequest selectOneRequest, Class<T> toValueType) 获取一条数据 -
Uses of JdySelectOneRequest in cn.toint.jdy4j.core.service.impl
Methods in cn.toint.jdy4j.core.service.impl with parameters of type JdySelectOneRequestModifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.node.ObjectNodeJdyDataServiceImpl.selectOne(JdySelectOneRequest selectOneRequest) <T> TJdyDataServiceImpl.selectOne(JdySelectOneRequest selectOneRequest, com.fasterxml.jackson.core.type.TypeReference<T> toValueTypeRef) <T> TJdyDataServiceImpl.selectOne(JdySelectOneRequest selectOneRequest, Class<T> toValueType)