Uses of Class
kr.com.inspect.dto.JsonLog
-
Packages that use JsonLog Package Description kr.com.inspect.dao kr.com.inspect.dao.impl -
-
Uses of JsonLog in kr.com.inspect.dao
Methods in kr.com.inspect.dao that return types with arguments of type JsonLog Modifier and Type Method Description java.util.List<JsonLog>PostgreDao. getJsonLog(int limit, int offset, java.lang.String search_word)JsonLog 테이블을 검색어를 통해 가져옴 -
Uses of JsonLog in kr.com.inspect.dao.impl
Methods in kr.com.inspect.dao.impl that return types with arguments of type JsonLog Modifier and Type Method Description java.util.List<JsonLog>PostgreDaoImpl. getJsonLog(int limit, int offset, java.lang.String search_word)JsonLog 테이블을 검색어를 통해 가져옴
-