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
SqlMapConfig
Spring 事物
Angi For Ever Spring管理iBatis事务 <
sqlMapConfig
> <sqlMap resource="
liu_jiaqiang
·
2014-07-05 06:00
spring
mybatis入门例子
开发步骤: 1.创建java工程 2.加入jar包(依赖包、驱动包) 3.创建
sqlMapConfig
.xml 4.创建数据库,数据库表USER_C,插入测试记录 5.创建PO对象
·
2014-06-20 14:00
mybatis
MyEclipse添加ibatis DTD文件实现xml的自动提示功能
这就需要我们添加DTD文件
SqlMapConfig
.xml中开头部分有这么一句话1、MyEclipse中打开window-->Preferences-->MyEclipse-->FilesandEditors
itmyhome
·
2014-06-10 22:00
xml
MyEclipse
ibatis
dtd
自动提示
MyEclipse添加ibatis DTD文件实现xml的自动提示功能
这就需要我们添加DTD文件
SqlMapConfig
.xml中开头部分有这么一句话1、MyEclipse中打开window-->Preferences-->MyEclipse-->FilesandEditors
·
2014-06-10 22:00
MyEclipse
ibatis返回Date不带时分秒
HashMap实际上是可以解决的,通过配置一个typeHandler,让TypeHandler在转换的时候把java.sql.Date转换成java.sql.Timestamp,这样就能返回精确的时间了在
sqlMapConfig
yfisaboy
·
2014-05-29 20:00
oracle
Date
ibatis
HashMap
map
Spring+Ibatis集成开发实例
DOCTYPE
sqlMapConfig
PUBLIC "-//iBATIS.com//DTD SQL Map Config 2.0//EN" "http://www.ibatis.com
技术改变世界
·
2014-04-30 17:00
Ibatis配置文件详解
ibatis学习笔记(一)>>>>>>>
sqlMapConfig
.xml文件详解1.
sqlMapConfig
.xml配置文件详解:Xml代码 1. 2. 5. 6. 8.
村长kylin
·
2014-04-23 13:00
01 基本用法
url=jdbc:oracle:thin:@localhost:1521:orcl username=username password=password2导包,iBatis必要jar和odbc驱动,
sqlMapConfig
.xml
DexterFreeman
·
2014-04-17 17:00
Ibatis2.0使用说明(二)——配置篇(1)
以下是SQLMap配置文件的一个例子:
SqlMapConfig
.xml下面详细讨论SQLMap配置文件的各组成部分。
ding43930053
·
2014-03-26 21:00
Ibatis2.0使用说明(一)——入门实例篇
一个简单的IBatis应用包含以下基本步骤:一、配置文件1.配置
SqlMapConfig
.properties文件2.配置
SqlMapConfig
.xml文件3.配置SqlMap.xml文件(可能有多个文件
ding43930053
·
2014-03-26 21:00
SqlMapCofig.xml引用JDBC配置文件
DOCTYPE
sqlMapConfig
PUBLIC "-//ibatis.apache.org//DTD SQL Map Config 2.0//EN" "http:
花開有時
·
2014-03-24 14:00
sqlmap
SqlMapCofig.xml引用JDBC配置文件
DOCTYPE
sqlMapConfig
PUBLIC "-//ibatis.apache.org//DTD SQL Map Config 2.0//EN" "http:
花開有時
·
2014-03-24 14:00
sqlmap
iBatis-iBatis配置环境(eclipse+mysql)
一、iBatis环境的配置只需三步1.引入jar包2.配置
sqlMapConfig
.xml文件3.配置SqlMap.xml文件二、概览iBatis环境所需文件 三、配置iBatis
mazhaojuan
·
2014-03-22 20:00
ibatis
环境配置
ibatis配置
DOCTYPE
sqlMapConfig
PUBLIC "-//iBATIS.com//DTD SQL Map Config 2.0//EN" &
aoyouzi
·
2014-03-18 20:00
ibatis
applicationContext.xml数据源配置
jdbc.driverClassName} ${jdbc.url} ${jdbc.username} ${jdbc.password} classpath:
sqlMapConfig
.xml
chenzheng8975
·
2014-03-17 13:00
数据源
SqlMapConfig
.xml文件详细说明
DOCTYPE
sqlMapConfig
PUBLIC "-//iBATIS.com//DTD SQL Map Config 2.0//EN" "http://
zyjustin9
·
2014-03-12 09:00
java
mysql
ibatis
ibatis 实例配置
以以下配置为例说明Ibatis的配置: <
sqlMapConfig
> <settings  
aoyouzi
·
2014-03-02 20:00
ibatis
配置
实例
ibatis Clob对象处理
Spring配置文件:classpath:resource/
SqlMapConfig
.xmlIbatis配置文件:
v512345
·
2014-03-01 22:58
ibatis
Clob对象处理
ibatis cache使用
43419968200861835828417/ IBATIS是针对数据作缓存的(若缓存对象,那些对象必实现了Serializable接口),为了避免每次查库,这里会有数据同步问题了; 使用缓存两个注意点: 1、在
sqlMapConfig
.xml
lf6627926
·
2014-02-27 15:00
ibatis
ibatiS的缓存机制用法
1,
sqlMapConfig
.xml中配置 1.1.
SqlMapConfig
.xml中 2.
shyboy0358
·
2014-01-24 23:00
ibatis
iBatis SqlMap文件配置
SqlMap配置文件是iBatis配置的核心,从数据库连接到执行SQL时使用的sqlMap文件都是通过此文件中的配置提供给框架的,它通常命名为
sqlMapConfig
.xml。
oHeHeHou
·
2014-01-03 00:00
iBatis环境搭建示例:创建一个最简单的iBatis应用
3.src目录下创建
sqlMapConfig
配置文件 transactionManager下的元素配置了连接数据库的信息。
oHeHeHou
·
2014-01-03 00:00
Ibatis实例程序
Ibatis实例程序一、搭建开发环境:所需jar包:ibatis-2.3.0.677.jar数据库驱动:ojdbc14.jar二、配置文件:1、
SqlMapConfig
.xml2、SqlMap.propertiesdriver
xdw111
·
2014-01-02 00:39
ibatis
SqlMapConfig
.xml中的setting属性设置
【转】
SqlMapConfig
.xml中的setting属性设置 1来源:(http://blog.sina.com.cn/s/blog_44167fca0100eiqx.html)-
SqlMapConfig
.xml
细雨纷纷欲断魂
·
2013-12-23 15:00
config
Ibatis的
sqlMapConfig
.xml
Ibatis的配置文件通常命名为
sqlMapConfig
.xml ,但不是绝对的,只是通常习惯的命名。
hai_cheng001
·
2013-12-11 23:00
ibatis+spring WEB-INF\
SqlMapConfig
.xml (系统找不到指定的路径。) -转
ibatis+springWEB-INF\
SqlMapConfig
.xml(系统找不到指定的路径。)
kelly的小空间
·
2013-12-05 13:00
ibatis学习笔记_
sqlmapconfig
.xml 配置
DOCTYPE
sqlMapConfig
PUBLIC "-//iBATIS.com//DTD SQL Map Config 2.0//EN" "http://www.ibatis.com
fenwudexin
·
2013-11-29 11:00
ibatis
ibatis
SqlMapConfig
.xml 配置
阅读更多ibatisSqlMapConfig.xml配置maxRequests同时执行SQL语句的最大线程数。大于这个值的线程将阻塞直到另一个线程执行完成。不同的DBMS有不同的限制值,但任何数据库都有这些限制。通常这个值应该至少是maxTransactions(参见以下)的10倍,并且总是大于maxSessions和maxTranactions。减小这个参数值通常能提高性能。例如:maxRequ
不爱不见
·
2013-11-27 19:00
ibatis
参数配置
ibatis
SqlMapConfig
.xml 配置
阅读更多ibatisSqlMapConfig.xml配置maxRequests同时执行SQL语句的最大线程数。大于这个值的线程将阻塞直到另一个线程执行完成。不同的DBMS有不同的限制值,但任何数据库都有这些限制。通常这个值应该至少是maxTransactions(参见以下)的10倍,并且总是大于maxSessions和maxTranactions。减小这个参数值通常能提高性能。例如:maxRequ
不爱不见
·
2013-11-27 19:00
ibatis
参数配置
ibatis
SqlMapConfig
.xml 配置
ibatis
SqlMapConfig
.xml <settings>配置 <settings cacheModelsEnabled="true" enhancementEnabled
不爱不见
·
2013-11-27 19:00
ibatis
参数配置
don’t forget ibatis
sqlMapConfig
settings
上一页
15
16
17
18
19
20
21
22
下一页
按字母分类:
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
其他