类的使用
com.codingapi.springboot.fast.jpa.map.MapViewResult
使用MapViewResult的程序包
-
com.codingapi.springboot.fast.jpa中MapViewResult的使用
返回变量类型为MapViewResult的类型的com.codingapi.springboot.fast.jpa中的方法修饰符和类型方法说明JPAQuery.listMapQuery(QueryColumns columns, String sql, Object... params) org.springframework.data.domain.Page<MapViewResult>JPAQuery.pageMapQuery(QueryColumns columns, String sql, String countSql, org.springframework.data.domain.PageRequest pageRequest, Object... params) -
com.codingapi.springboot.fast.jpa.repository中MapViewResult的使用
返回变量类型为MapViewResult的类型的com.codingapi.springboot.fast.jpa.repository中的方法修饰符和类型方法说明default List<MapViewResult>DynamicRepository.dynamicMapListQuery(QueryColumns columns, String sql, Object... params) default org.springframework.data.domain.Page<MapViewResult>DynamicRepository.dynamicMapPageQuery(QueryColumns columns, String sql, String countSql, org.springframework.data.domain.PageRequest request, Object... params)