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
ibatis
sqlmapConfig
.xml
如果
sqlmapConfig
.xml不与Spring的applicationContext.xml放在一个目录下,而是放在有其它地方,applicationContext.xml中对
sqlmapConfig
.xml
cyf-123456
·
2009-06-14 10:00
spring
xml
ibatis
SQL Map XML配置文件
DOCTYPE
sqlMapConfig
lemo
·
2009-05-20 18:00
sql
xml
ibatis
jdbc
配置管理
ibatis集成c3p0
ibatis原生不支持c3p0,要使用c3p0需要做一些扩展 1、把下面的文件下下来 2、把com包放入你的src下 3、把jar包放你的lib中 4、配置
SqlMapConfig
.xml
JLK
·
2009-05-18 17:00
apache
sql
mysql
ibatis
jdbc
ibatis集成c3p0
ibatis原生不支持c3p0,要使用c3p0需要做一些扩展 1、把下面的文件下下来 2、把com包放入你的src下 3、把jar包放你的lib中 4、配置
SqlMapConfig
.xml
JLK
·
2009-05-18 17:00
apache
sql
mysql
jdbc
ibatis
ibatis基础开发
一、
SqlMapConfig
.xml为工程ibatis的配置文件com.test.domain.Employe.java为一个Employ的实体类com.sql.Employ.xml为Employ.java
sunhj000java
·
2009-05-18 10:00
sql
sql
xml
ibatis
jdbc
server
persistence solution
-------- Persistent Manager hibernate.cfg.xml 3. iBatis: SqlMap ------- Persistent Manager
SqlMapConfig
.xml
echohfut
·
2009-05-16 22:00
spring
bean
Hibernate
jdbc
ibatis
iBATIS也支持延迟加载
阅读更多配置完ibatis的关系后,做单元测试发现关联的对象并没有被查询出来,review了一遍,没发现有什么问题,查了一下,发现是延迟加载的问题.iBATIS支持延迟加载,可以在
sqlMapConfig
.xml
weishuwei
·
2009-05-12 15:00
iBATIS
单元测试
XML
iBATIS也支持延迟加载
iBATIS支持延迟加载,可以在
sqlMapConfig
.xml中配置lazyLoadingEnabled来设置,默认情况下为true,即默认开启延迟加载。
weishuwei
·
2009-05-12 15:00
xml
ibatis
单元测试
ibatis缓存
阅读更多1.
SqlMapConfig
.xml中2.cacheModelcacheModel的属性值等于指定的cacheModel元素的name属性值。
weishuwei
·
2009-05-12 15:00
iBATIS
Cache
SQL
ibatis缓存
1.
SqlMapConfig
.xml中 <settings cacheModelsEnabled="true" //设置为true enhancementEnabled
weishuwei
·
2009-05-12 15:00
sql
ibatis
cache
ibatis连接数据库的配置文件
SqlMapConfig
.xml---解析
DOCTYPE
sqlMapConfig
PUBLIC "-//iBATIS.com//DTD SQL Map Config 2.0//EN" " http://www.ibatis.com
yangzb
·
2009-05-12 12:00
sql
xml
ibatis
jdbc
配置管理
ibatis连接数据库的配置文件
SqlMapConfig
.xml---解析
DOCTYPE
sqlMapConfig
PUBLIC "-//iBATIS.com//DTD SQL Map Config 2.0//EN" " http://www.ibatis.com
yangzb
·
2009-05-12 12:00
sql
xml
ibatis
jdbc
配置管理
ibatis连接数据库的配置文件
SqlMapConfig
.xml---解析
DOCTYPE
sqlMapConfig
PUBLIC "-//iBATIS.com//DTD SQL Map Config 2.0//EN" " http://www.ibatis.com
yangzb
·
2009-05-12 12:00
sql
xml
ibatis
jdbc
配置管理
ibatis连接数据库的配置文件
SqlMapConfig
.xml---解析
DOCTYPE
sqlMapConfig
PUBLIC "-//iBATIS.com//DTD SQL Map Config 2.0//EN" " http://www.ibatis.com
yangzb
·
2009-05-12 12:00
sql
xml
ibatis
jdbc
配置管理
ibatis SQL Map demo
ibatis的SQL Map配置文件是xml形式,一般叫
SqlMapConfig
.xml,如下: <?
quqtalk
·
2009-05-10 17:00
sql
xml
mysql
jdbc
ibatis
ibatis SQL Map demo
ibatis的SQL Map配置文件是xml形式,一般叫
SqlMapConfig
.xml,如下: <?
quqtalk
·
2009-05-10 17:00
sql
mysql
xml
ibatis
jdbc
spring ibatis入门
阅读更多一、applicationContext.xmlclasspath:
sqlMapConfig
.xml二、
sqlMapConfig
.xml三、User.javapackagecom.ibatis.model
log_cd
·
2009-04-20 14:00
iBATIS
Spring
log4j
SQL
Java
struts2+spring2+ibates
(可对些文件分为其它文件,在web.xml中注册即可)5、配置struts.xml6、配置
sqlmapconfig
.xml,如果有includ
shenang博客技术文档
·
2009-04-10 11:00
ibatis与weblogic集成中JTA方式的配置
用JDBC方式基本配置都很简单,weblogic的数据源JNDI名字是:TestDatasource那么ibatis的
SqlMapConfig
.xml的配置如下
Ordinary hut
·
2009-04-08 09:00
ibatis缓存
首先要设置开放缓存 在
SqlMapConfig
.xml中 <settings cacheModelsEnabled
Callan
·
2009-03-26 11:00
xml
ibatis
cache
ibatis缓存
首先要设置开放缓存 在
SqlMapConfig
.xml中 <settings cacheModelsEnabled
Callan
·
2009-03-26 11:00
xml
ibatis
cache
ibatis的sqlMap配置文件(包含第三章)
(1):
sqlMapConfig
.xml文件是Ibatis的核心配置文件(注意也可以不用这个名字)Ibatis的所有东西都是通过这个文件传递给应用程序的。下面是一个基本的配置文件。 <?
chenhua_1984
·
2009-03-20 14:00
sql
应用服务器
Web
ibatis
jdbc
iBatis 配置文件详解
DOCTYPE
sqlMapConfig
lin23871
·
2009-02-27 16:00
mysql
ibatis
jdbc
项目管理
配置管理
iBATIS学习总结
iBATIS学习总结===========================
SqlMapConfig
===========================1、classpath依赖项目 下载最新ibatis-x.x.x.xxx.zip
guo_rui22
·
2009-02-14 14:00
sql
bean
ibatis
properties
jdbc
insert
iBatis的核心配置文件
SqlMapConfig
.xml
properties 标签 这个标签就是引用properties文件,在接下来的属性中,就直接可以使用此文件的键值对,比如 ${driver} setting 标签 这个属性就是设置iBatis属性的一个标签。 有如下几个属性: lazyLoadingEnabled 延迟加载,默认值为true cacheModelsEnabled 数据缓存,默认值为true enhan
njuptsoz
·
2009-01-24 23:00
sql
xml
ibatis
jdbc
配置管理
初始iBatis
首先,先配置
SqlMapConfig
.xml 。
njuptsoz
·
2009-01-23 01:00
spring
sql
mysql
ibatis
jdbc
ibatis学习笔记
配置ibatis: 1)
SqlMapConfig
.xml <setting>元素: 1,
jubin2002
·
2009-01-18 18:00
sql
xml
ibatis
ibatis的主要几个配置文件(举例)
sqlMapconfig
.xml --------------------------------------------------------- <?
hackbomb
·
2009-01-05 11:00
sql
mysql
xml
ibatis
jdbc
ibatis的主要几个配置文件(举例)
sqlMapconfig
.xml --------------------------------------------------------- <?
hackbomb
·
2009-01-05 11:00
sql
xml
mysql
ibatis
jdbc
iBATIS
sqlMapConfig
配置详解
DOCTYPE
sqlMapConfig
PUBLIC "-//ibatis.apache.org//DTD SQL Map Config 2.0//EN"
Chrislee
·
2008-12-23 10:00
sql
应用服务器
ibatis
jdbc
配置管理
ibatis与struts结合编程
src/sqlmap/
SqlMapConfig
.properties文件是对数据库的配置。
PointOnLine
·
2008-12-21 16:00
编程
xml
ibatis
struts
spring ibatis struts2 整合
如果使用 abator(abator-1.1.0-426) 生成一些 dao 相关的文件,应在
sqlMapConfig
中将 useStatementNamespaces 属性设置为 true. 2
zhouzhao21
·
2008-12-05 01:00
DAO
spring
sql
ibatis
struts
Spring+Struts2+IBatis 项目整合(二)
7.在项目的WEB-INF 下 新建配置文件
SqlMapConfig
.xml: <?
sunxiang0918
·
2008-11-19 01:00
spring
AOP
bean
ibatis
项目管理
部署IBatis例子JPetstore源码-IBatis中配置JNDI(第二步)
DOCTYPE
sqlMapConfig
PUBLIC "-//ibatis.apache.org//DTD SQL Map Config 2.0//EN" &nbs
llhdf
·
2008-11-16 22:00
sql
tomcat
xml
ibatis
jdbc
部署IBatis例子JPetstore源码-IBatis中配置JNDI(第二步)
DOCTYPE
sqlMapConfig
PUBLIC "-//ibatis.apache.org//DTD SQL Map Config 2.0//EN" &nbs
llhdf
·
2008-11-16 22:00
sql
tomcat
xml
ibatis
jdbc
iabtis 测试通过的例子
所需jar包:mysql-connector-java-5.0.4-bin.jar ;ibatis-2.3.0.677.jar
SqlMapConfig
.xml文件 <?
ybbtgvusr
·
2008-10-14 17:00
sql
xml
mysql
ibatis
spring+ibatis实例
commons-dbcp.jar,commons-logging.jar,commons-pool.jar,ibatis-2.3.0.677.jar,ojdbc14_g.jar,spring.jar1.
sqlMapConfig
.xml
静水流深......
·
2008-10-09 16:00
spring+ibatis实例
commons-dbcp.jar, commons-logging.jar, commons-pool.jar, ibatis-2.3.0.677.jar, ojdbc14_g.jar, spring.jar 1.
sqlMapConfig
.xml
jiujiubuzui
·
2008-10-09 16:00
spring
Spring MVC+ibaties
在 src下分别建立applicationContext.xml,info.xml,
SqlMapConfig
.xml 在WEB-INF下分别配置web.xml,建立view.xml
yanghaiskys
·
2008-09-24 13:00
spring
mvc
bean
ibatis
servlet
ibatis-2.3.3.720的simple_example
SqlMapConfig
.xml --> Account.xml
elifefly
·
2008-09-15 20:00
jdbc
Class
HSQLDB
email
encoding
使用ibatis时遇到Error parsing XPath '/
sqlMapConfig
/sqlMap'的一个低级错误
使用ibatis时,遇到一错误,是手误造成的路径问题。仅作记录,以备参考。 从报错的Cause: java.lang.ClassNotFoundException: com.ibatis.User提示中知道User.xml文件中的属性写错了,应该为。 报错如下:java.lang.ExceptionInInitializerErrorCaused by: java.lang.RuntimeE
elifefly
·
2008-09-15 17:00
ibatis
user
Parsing
ibatis缓存
1.首先在
sqlmapconfig
.xml中加入 <settings cacheModelsEnabled="true"  
learnmore
·
2008-09-04 11:00
sql
xml
cache
ibatis
IBatis 配置详解
DOCTYPE
sqlMapConfig
PUBLIC "-//iBATIS.com//DTD SQL Ma
tidus2005
·
2008-08-26 00:00
mysql
jdbc
ibatis
配置管理
项目管理
IBatis 配置详解
DOCTYPE
sqlMapConfig
PUBLIC "-//iBATIS.com//DTD SQL Ma
tidus2005
·
2008-08-26 00:00
mysql
ibatis
jdbc
配置管理
项目管理
ibatis配置文件
SqlMapConfig
.xml文件用的是sql-map-config-2.dtd 映射文件用的是sql-map-2.dtd
SqlMapConfig
.xml文件没有什么好看的,都是一般的数据库配置
xyk0830
·
2008-08-15 15:00
sql
xml
ibatis
Google
还是ibatis的中文乱码问题
多方查找资料,仍无法解决;源码如下:
sqlMapConfig
.xml <?xml version="1.0" encoding="UTF-8" ?
hhl0209
·
2008-08-13 08:00
java
eclipse
sql
xml
ibatis
Ibatis2.0使用说明(一)——入门实例篇 jackey
配置
SqlMapConfig
.properties文件 2. 配置
SqlMapConfig
.xml文件 3.
qsfwy
·
2008-07-22 18:00
sql
xml
mysql
ibatis
jdbc
iBatis 配置文件详解
DOCTYPE
sqlMapConfig
 
qsfwy
·
2008-07-22 18:00
mysql
jdbc
ibatis
项目管理
配置管理
SqlMapConfig
.xml是ibatis连接数据库的配置文件
DOCTYPE
sqlMapConfig
PUBLIC "-//iBATIS.com//DTD SQL Map Config 2.0//EN" "http://www.ibatis.com
qsfwy
·
2008-07-22 17:00
sql
xml
ibatis
jdbc
配置管理
ibatis配置详解
ibatis与hibernate都是持久层的额技术框架,这里看看ibatis的配置:作为自己以后的参考: ibstis的配置主要由两种文件, (一)有关项目的总体配置,如连接的数据源,连接池,缓存等的配置,也即
sqlmapconfig
.xml
hellofuck
·
2008-07-18 12:00
oracle
sql
xml
ibatis
配置管理
上一页
20
21
22
23
24
25
26
27
下一页
按字母分类:
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
其他