E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
parameterType
Mybatis获取刚插入数据库中的记录的ID(MYSQL)
<insert id="createGroup"
parameterType
="Group" useGeneratedKeys
mcj8089
·
2012-03-19 14:00
mybatis
mybatis
<insert id="addAlarmLinkage"
parameterType
="alarmLinkage"> <selectKey
zyshaw
·
2012-03-13 16:00
mybatis
mybatis foreach标签模糊查询
<select id="searchByRouteStatus"
parameterType
="java.util.Map" resultMap
wang_ping001
·
2012-02-29 09:00
mybatis
mybatis foreach标签模糊查询
<select id="searchByRouteStatus"
parameterType
="java.util.Map" resultMap
wang_ping001
·
2012-02-29 09:00
mybatis
mybatis模糊查询
<select id="searchRoutes"
parameterType
="com.xaeds.taecs.domain.xlzx.TouristRoute
wang_ping001
·
2012-02-28 10:00
mybatis
mybatis模糊查询
<select id="searchRoutes"
parameterType
="com.xaeds.taecs.domain.xlzx.TouristRoute
wang_ping001
·
2012-02-28 10:00
mybatis
Mybatis insert 序列
<insert id="addAreaServiceMapping"
parameterType
="AreaServiceMappings">
tx2099
·
2012-02-20 18:00
mybatis
序列
insert
mybatis查询时返回重复数据的解决办法
相关代码如下: mapper.xml的代码: <select id="findByCurrentMonthScheduler"
parameterType
="
tcrct
·
2012-02-11 14:00
java
xml
mybatis
mapper
Mybatis学习笔记三(Mybatis SQL映射文件)
select可以可以说是使用最多的元素,使用也很简单select*fromtbl_userwhereid=#{id}元素中的一些属性(红色为用的较多的属性)id在命名空间中唯一的标识符,可以被用来引用这条语句
parameterType
akwolf
·
2012-02-04 22:17
Mybatis
MyBatis insert操作返回主键 (db2)
如果业务层需要得到记录的主键时,可以通过配置的方式来完成这个功能 针对Sequence主键而言,可以采用如下配置方式: <insert id="insertGroup"
parameterType
guoqingcun
·
2012-01-06 17:00
java
mybatis
通过MyBatis 访问数据库
直奔主题吧:首先你得引入jar包,我所只用的jar包为:mybatis-3.0.6.jar然后创建两个配置文件放入“src”下,具体代码如下:DBMapper.xml
parameterType
zlb824
·
2011-12-31 17:00
Hibernate
String
jdbc
ibatis
Derby
encoding
mybatis 报Result Maps collection already异常
Maps collection already,百思不得其解,后来在一个一个删除后添加的字符串,终于发现了问题所以: <select id="getResource"
parameterType
tcrct
·
2011-12-01 23:00
Collection
Mybatis-There is no getter for property named 'id' in 'class java.lang.String'
<select id="findNoteByID"
parameterType
="string" resultType="note
Copperfield
·
2011-11-23 20:00
property
mybatis中的一个OOXX
mybatis : mybatis XML中执行多条语句: <update id="dao-bs_cc_o_stk_sq_item.update.zlljg"
parameterType
543089122
·
2011-11-08 15:00
mybatis
mybatis中虽然有外键但是查询的字段就是主键表的字段,没有必要JOIN表查询
-- 根据用户id查询某一个人的寻宝 --> <select id="selectTreasureLogListByUseId"
parameterType
="
ocaicai
·
2011-10-27 16:00
sql
xml
mybatis
MyBatis之传入参数
在MyBatis的select、insert、update、delete这些元素中都提到了
parameterType
这个属性。
liaoxiaohua1981
·
2011-10-11 14:00
java
xml
Date
String
delete
insert
MyBatis之增加删除修改
三个元素配置基本相同配置细节如下: 属性描述取值默认id在这个模式下唯一的标识符,可被其它语句引用
parameterType
传给此语句的参数的完整类名或别名 flushCache如果设为true,
liaoxiaohua1981
·
2011-10-11 14:00
sql
数据库
jdbc
server
insert
sqlserver
email
MyBatis之select
查询语句是使用MyBatis时最常用的元素之一 select元素配置细节如下属性描述取值默认id在这个模式下唯一的标识符,可被其它语句引用
parameterType
传给此语句的参数的完整类名或别名
liaoxiaohua1981
·
2011-10-11 13:00
JOIN
c
Blog
Integer
scroll
MyBatis中的批量删除操作
MyBatis中的删除使用delete节点完成,如: <delete id = "delete"
parameterType
zhaohuihugh
·
2011-10-01 21:00
MyBatis获取插入记录的自增长字段值
<insert id="insert"
parameterType
="Spares" useGeneratedKeys="true" keyProperty
hellostory
·
2011-09-19 15:00
mybatis
mybatis 插入时返回刚插入记录的主键值
<insert id="insert"
parameterType
="cn.***.beans.LogObject" > <selectKey
530247683
·
2011-08-31 12:00
mybatis
返回主键值
BEFORE
AFTER
oracle mysql
ibatis的动态sql语句中的foreach具体解释
<select id="selectMessageByIds" resultType="message"
parameterType
="int"
宝同小虾
·
2011-08-29 17:00
foreach
myBatis3之java.util.Date类型如何映射到mysql的datetime类型
类型如何映射到mysql的datetime类型 ---------- 如例: <update id="updateOrderStatus"
parameterType
fhd001
·
2011-08-25 17:00
DateTime
MyBatis普通查询与一对一映射查询
configibatisConfiguration.xml://类型别名设置//数据源配置//映射表ArticleMapper.xml//sql标签,用于标记常用的字符.article_id,title,author,classid//
parameterType
上帝禁区
·
2011-08-09 23:44
string
encoding
session
include
class
interface
JAVA
MyBatis普通查询与一对一映射查询
数据源配置 //映射表 ArticleMapper.xml //sql标签,用于标记常用的字符. article_id,title,author,classid //
parameterType
a600423444
·
2011-08-09 23:00
String
session
Class
include
interface
encoding
myBatis3之SQL映射的XML文件(动态SQL之三)
trim, where, set 我们再来看看if的例子,如: <select id=”findActiveBlogLike”
parameterType
fhd001
·
2011-07-22 16:00
Mybatis3
myBatis3之SQL映射的XML文件(动态SQL之二)
比如: <select id=”findActiveBlogWithTitleLike”
parameterType
=”Blog” resultType=”Blog”>
fhd001
·
2011-07-22 11:00
Mybatis3
myBatis3之SQL映射的XML文件(resultMap元素之二)
-- Very Complex Statement --> <select id="selectBlogDetails"
parameterType
=
fhd001
·
2011-07-21 14:00
resultMap
myBatis3之SQL映射的XML文件(resultMap元素之一)
比如: <select id=”selectUsers”
parameterType
=”int” resultType=”hashmap”> select id,
fhd001
·
2011-07-21 11:00
resultMap
jsp+mybatis+struts+spring+分页
xml文件 分页查询: <select id="fenyeFind" resultMap="sBookResultMap"
parameterType
xlaohe1
·
2011-07-21 10:00
mysql
mybatis
struts
分页
myBatis3之SQL映射的XML文件(Parameters)
对于简单的做法,大概90%的情况,是不用太多的,比如: <select id="selectUsers"
parameterType
="int" resul
fhd001
·
2011-07-20 17:00
parameter
mark
HowToSelectMultipleParams Solution Add the @Param("name") to your Mapper.java Change the
parameterType
momantang
·
2011-07-20 15:00
myBatis3之SQL映射的XML文件(select元素)
比如: <select id="selectPerson"
parameterType
="int" resultType="hashmap"
fhd001
·
2011-07-20 14:00
Mybatis3
mybatis 改进之处
--StudentMapper.java--> <select id="getStudentList"
parameterType
="java.util.Map
jvortex
·
2011-06-28 17:00
xml
ibatis
ibatis3 参数有list ,IN
<select id="findCompatibilityMTs" resultType="String"
parameterType
="java.util.List
329087553
·
2011-06-23 15:00
ibatis
ibatis 传递多个参数
-- 使用HashMap传递多个参数
parameterType
可以是别名或完全限定名 ,map->jav
ruilin215
·
2011-06-13 21:00
ibatis
ibatis 传递多个参数
-- 使用HashMap传递多个参数
parameterType
可以是别名或完全限定名 ,map->jav
wapysun
·
2011-06-13 21:00
ibatis
mybatis模糊查询
<select id="selectByName"
parameterType
="String" resultType="Student"
maihoney
·
2011-05-12 09:00
mybatis
动态sql
otherwise) trim(where,set) foreach ognl表达式 if <select id=”findActiveBlogWithTitleLike”
parameterType
liyixing1
·
2011-05-05 17:00
sql
编程
ibatis
Blog
Mybatis/Ibatis例子(添加,修改,删除,获得结果集)
关键词: Mybatis,Ibatis,添加,修改,删除,获得结果集 1.获得结果集 <select id="selectUserFromId"
parameterType
javapub
·
2011-01-10 12:00
java
ibatis
Mybatis/Ibatis例子(添加,修改,删除,获得结果集)
关键词: Mybatis,Ibatis,添加,修改,删除,获得结果集 1.获得结果集 <select id="selectUserFromId"
parameterType
javapub
·
2011-01-10 12:00
java
ibatis
test5
ibatis3.x 5.ibatis3.x比ibatis2.x使用更简单,语法有的类似JSP中的JSTL语法 <select id="dynamicGetAccountList"
parameterType
dengyulong
·
2010-12-15 11:00
jsp
mybatis模糊查询
<select id="selectByName"
parameterType
="String" resultType="Student"
234390216
·
2010-11-09 10:00
mybatis模糊查询
<select id="selectByName"
parameterType
="String" resultType="Student"
234390216
·
2010-11-09 10:00
mybatis模糊查询
<select id="selectByName"
parameterType
="String" resultType="Student"
234390216
·
2010-11-09 10:00
mybatis模糊查询
<select id="selectByName"
parameterType
="String" resultType="Student"
234390216
·
2010-11-09 10:00
mybatis模糊查询
<select id="selectByName"
parameterType
="String" resultType="Student"
234390216
·
2010-11-09 10:00
mybatis模糊查询
<select id="selectByName"
parameterType
="String" resultType="Student"
234390216
·
2010-11-09 10:00
mybatis模糊查询
<select id="selectByName"
parameterType
="String" resultType="Student"
234390216
·
2010-11-09 10:00
mybatis模糊查询
<select id="selectByName"
parameterType
="String" resultType="Student"
234390216
·
2010-11-09 10:00
上一页
14
15
16
17
18
19
20
21
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他