Uses of Class
net.risesoft.api.persistence.model.log.Log
-
Packages that use Log Package Description net.risesoft.api.persistence.log net.risesoft.api.persistence.log.impl -
-
Uses of Log in net.risesoft.api.persistence.log
Methods in net.risesoft.api.persistence.log that return types with arguments of type Log Modifier and Type Method Description net.risedata.jdbc.commons.LPage<Log>LogService. searchForLog(Log log, LPageable pageable)查询日志net.risedata.jdbc.commons.LPage<Log>LogService. searchForLog(Log log, LPageable pageable, Map<String,Operation> context)Methods in net.risesoft.api.persistence.log with parameters of type Log Modifier and Type Method Description voidLogService. addLog(Log log, String ip)添加日志net.risedata.jdbc.commons.LPage<Log>LogService. searchForLog(Log log, LPageable pageable)查询日志net.risedata.jdbc.commons.LPage<Log>LogService. searchForLog(Log log, LPageable pageable, Map<String,Operation> context) -
Uses of Log in net.risesoft.api.persistence.log.impl
Methods in net.risesoft.api.persistence.log.impl that return types with arguments of type Log Modifier and Type Method Description net.risedata.jdbc.commons.LPage<Log>LogServiceImpl. searchForLog(Log log, LPageable pageable)net.risedata.jdbc.commons.LPage<Log>LogServiceImpl. searchForLog(Log log, LPageable pageable, Map<String,Operation> context)Methods in net.risesoft.api.persistence.log.impl with parameters of type Log Modifier and Type Method Description voidLogServiceImpl. addLog(Log log, String ip)net.risedata.jdbc.commons.LPage<Log>LogServiceImpl. searchForLog(Log log, LPageable pageable)net.risedata.jdbc.commons.LPage<Log>LogServiceImpl. searchForLog(Log log, LPageable pageable, Map<String,Operation> context)
-