temp for @青
4层方法
IBaseController | BaseControllerImpl | IBaseService | BaseServiceImpl | IBaseComponent | IBaseComponentImpl | IBaseRepository | BaseRepositoryImpl |
/findPagination findPagination(Map<String, Object> parameters, Integer from, Integer limit, String sorting ) |
/findPagination findPagination(Map<String, Object> parameters, Integer from, Integer limit, String sorting ) |
/findPagination findPagination(Map<String, Object> parameters, Integer from, Integer limit, String sorting ) |
/findPagination findPagination(Map<String, Object> parameters, Integer from, Integer limit, String sorting ) |
findPagination(String condition, Integer from, Integer limit, String sorting , Map<String, Object> parameters) |
findPagination(String condition, Integer from, Integer limit, String sorting , Map<String, Object> parameters) |
findCountByCondition(condition, parameters) listByCondition(condition, parameters, from, limit) |
findCountByCondition(condition, parameters) listByCondition(condition, parameters, from, limit) |
/findById findById |
/findById findById |
/findById findById |
/findById findById |
findById | findById | findById | findById |
/deleteById deleteById |
/deleteById deleteById |
/deleteById deleteById |
/deleteById deleteById |
deleteById | deleteById | deleteByPk | deleteByPk |
/saveMap saveMap |
/saveMap saveMap |
/saveMap saveMap |
/saveMap saveMap |
insert(entity) delete(entity) update(entity) |
insert(entity) delete(entity) update(entity) |
insert(entity) delete(entity) update(entity) |
insert(entity) delete(entity) update(entity) |
/insert insert |
/insert insert |
insert | insert(entity) | insert(entity) | insert | ||
/getEntitysByIds getEntitysByIds |
/getEntitysByIds getEntitysByIds |
/getEntitysByIds getEntitysByPrimaryKey |
/@StdRequestMapping未添加 getEntitysByPrimaryKey |
getEntitysByPrimaryKey | getEntitysByPrimaryKey(P[] pks) | getEntitysByPrimaryKey | getEntitysByPrimaryKey(P[] pks) |
/save save |
/save save |
/saveEntity saveEntity |
/saveEntity saveEntity |
insert(entity) delete(entity) update(entity) |
insert(entity) delete(entity) update(entity) |
insert(entity) delete(entity) update(entity) |
insert(entity) delete(entity) update(entity) |
/saveMapAll saveMapAll for循环使用saveMap |
/saveMapAll saveMapAll for循环使用saveMap |
insert(entity) delete(entity) update(entity) |
insert(entity) delete(entity) update(entity) |
insert(entity) delete(entity) update(entity) |
insert(entity) delete(entity) update(entity) |
||
/insertAll insertAll |
/insertAll insertAll |
insertAll |
insertAll(List<T> paramList) |
insertAll | insertAll | ||
/insertOrUpdate insertOrUpdate |
/insertOrUpdate insertOrUpdate |
insertOrUpdate | insertOrUpdate(T paramT) |
findById update insert |
insertOrUpdate | ||
/deleteEntity delete |
/deleteEntity delete |
delete | delete(entity) | delete | delete | ||
/deleteByIds deleteByIds |
/deleteByIds deleteByIds |
deleteById | deleteById(primaryKey) | deleteById | deleteByPk | ||
/update update |
/update update |
update | update(T paramT) | update | update | ||
/updateAll updateAll |
/updateAll updateAll |
updateAll | updateAll(List<T> paramList) | updateAll | updateAll | ||
deleteAll | deleteAll | deleteAll | deleteAll | ||||
getAll | getAll | findAllById | |||||
getPrimaryKey | getPrimaryKey | getPrimaryKey | |||||
insertOrUpdateAll | |||||||
flush | flush | getEntityName | |||||
createInstance | createInstance | firstResult | |||||
deleteByCondition | |||||||
flush | |||||||
findByCondition 2种 | |||||||
getEntityType | |||||||
findCountByCondition | |||||||
getPrimaryKeyType | |||||||
listByCondition 3种 | |||||||
/search search |
clear |
temp for @青的更多相关文章
- C# 7 函数 青歌赛打分 天气预报
函数: 数据类型--变量常量--运算符表达式--语句(顺序,分支,循环)--数组--函数 程序里的函数:能完成一个相对独立功的代码块. 数学里的函数:高度抽象. 函数四要素:函数名,输入,输出,加工 ...
- ORA-01652:无法通过128(在表空间temp中)扩展temp段 解决方法
ORA-01652:无法通过128(在表空间temp中)扩展temp段 解决方法 (2016-10-21 16:49:53) 今天在做一个查询的时候,报了一个"ORA-01652无法通过 ...
- ora-01652无法通过128(在表空间temp中)扩展temp段
今天提交请求后,提示ORA-01652: 无法通过 128 (在表空间 TEMP 中) 扩展 temp 段.最后通过ALTER DATABASE TEMPFILE '/*/*/db/apps_st/d ...
- 解决ora-01652无法通过128(在temp表空间中)扩展temp段的过程
解决ora-01652无法通过128(在temp表空间中)扩展temp段的过程 昨天开发人员跟我说,执行一个sql语句后,大约花了10分钟,好不容易有一个结果,但是报了一个ora-01652错误,查阅 ...
- windows server 注意windows的temp目录
windows解压缩包.安装软件时,会生成一些临时文件存放在temp目录中,windows不会自动删除这些文件. 临时文件目录可以在环境变量中查看和配置 在工作机or个人PC机中中这个目录一般不会有什 ...
- ORA-14450: attempt to access a transactional temp table already in use
在ORACLE数据中修改会话级临时表时,有可能会遇到ORA-14550错误,那么为什么会话级全局临时表会报ORA-14450错误呢,如下所示,我们先从一个小小案例入手: 案例1: SQL> CR ...
- 5Hibernate入门----青软S2SH(笔记)
这里有个问题,就是这本书第五章的示例代码中的hibernate的jar包有问题,各种找不到类,把lib下的包后换成第六章里的包就好了. 换成5.1的就好了,而且如果只是简单使用hibernate的话, ...
- 1JavaEE应用简介----青软S2SH(笔记)
这本书主要是讲解Struts2,spring,Hibernate框架的, 因为工作中用的较多的是SpringMVC,Struts2用的较少,所以想系统学习一下,就买了这本书. 这本书是青软的,虽然是培 ...
- java.sql.SQLException: Incorrect key file for table 'C:\Windows\TEMP\#sql578_6e2_68d.MYI'; try to repair it
java.sql.SQLException: Incorrect key file for table 'C:\Windows\TEMP\#sql578_6e2_68d.MYI'; try to re ...
随机推荐
- 03-python 学习第三天:文件操作
今天学习了打开文件.读取文件.追加内容的操作. 操作实例1:修改文件 思路: 1.修改文件一般有两种方法,一是将文件读取后加载到内存中修改然后写入磁盘,第二种方法是逐行读取并处理.小的文件用第一种方法 ...
- springboot思维导图
- Python中的urlparse、urllib抓取和解析网页(一)
对搜索引擎.文件索引.文档转换.数据检索.站点备份或迁移等应用程序来说,经常用到对网页(即HTML文件)的解析处理.事实上,通过Python 语言提供的各种模块,我们无需借助Web服务器或者Web浏览 ...
- github 访问加速
http://nullpointer.pw/github%E4%BB%A3%E7%A0%81clone%E5%8A%A0%E9%80%9F.html hosts:https://raw.githubu ...
- c++类成员函数的重载和覆盖有什么区别
1.成员函数被重载的特征: (1)相同的范围(在同一个类中): (2)函数名字相同: (3)参数不同: (4)virtual 关键字可有可无. 2.覆盖是指派生类函数覆盖基类函数,特征是: (1)不同 ...
- Java导出excel文件(使用jxl)
首先要导入jxl的jar包,可以去maven仓库下载:https://mvnrepository.com/artifact/net.sourceforge.jexcelapi/jxl 通过模拟实现创建 ...
- LRU Cache数据结构简介
什么是LRU Cache LRU是Least Recently Used的缩写,意思是最近最少使用,它是一种Cache替换算法. 什么是Cache?狭义的Cache指的是位于CPU和主存间的快速RAM ...
- mysql api 不支持source命令
今天写了个代码 <?php ..... mysql_query("source /tmp/cr.sql",$link); ..... ?> 结果死活cr.sql的SQL ...
- MySQL 普通注册插入优化。
普通做法是: 用户通过手机号注册.默认是根据这个手机号去用户表里查询,看有没有这个手机号,有那么就提示已注册.否则就执行注册插入数据库操作.这里其实正常注册流程是两次数据库操作的(查询,插入): 优化 ...
- JAVA面试常见问题之进程和线程篇
1.线程和进程的概念.并行和并发的概念 进程:计算机中的程序关于某数据集合上的一次运行活动,是系统进行资源分配和调度的基本单位,是操作系统结构的基础.在早期面向进程设计的计算机结构中,进程是程序的基本 ...