ibatis
EasyMock and Ibatis
In my DAO layer I am doing all my database work by calling stored procedures. I was wondering has anyone been successful in testing their DAO layer using EasyMock?[详细]
2023-02-14 23:10 分类:问答iBATIS's SqlMapper.Update method is returning -1
I\'m new to Oracle and iBATIS. I have an update procedure in a package in the DB. If I call the Update method of an SqlMapper object to execute this procedure, the procedure runs properly (I can see t[详细]
2023-02-14 13:55 分类:问答Scala Database Mapping Library Similar to iBATIS
I\'ve been using iBATIS for years and have been very happy with it. iBATIS is very good about letting one write their own SQL while handling the mundane work of mapping data to/from the objects/databa[详细]
2023-02-13 02:01 分类:问答How to use file.seperator in ibatis resource attribute of sql-map tag
I am using ibatis for OR mapping of my application. me and my team is working on two different operating systems, systems are UBUNTU and Windows xp. I have a sqlmapconfig.xml file in which I refer my[详细]
2023-02-12 21:34 分类:问答FileNotFoundException while running Spring and Ibatis based application on Tomcat
I am using Spring, ibatis for ORM. My app-config.xml look like <bean id=\"dataSource\" class=\"org.apache.commons.dbcp.BasicDataSource\"[详细]
2023-02-12 16:51 分类:问答IBatis and SQL Server on Java
I\'m trying to make a Java connection with SQL Server, but I\'m facing some problemas. I believe I not specifying correctly the database name. My SQL Map is something like[详细]
2023-02-10 19:18 分类:问答create table in ibatis with array data type
I\'m trying to use ibatis with HSSQL to create a table in an in memory database at runtime but using the following returns an error, presumably because the square brackets confuse Ibatis, which result[详细]
2023-02-10 14:35 分类:问答Is it possible to create iBatis/MyBatis artifacts for Views in SQL?
I am new to iBatis. I want to know - Is it possible to create ibatis Artifacts (.j开发者_开发知识库ava files) for views in SQL Server 2005?[详细]
2023-02-09 08:03 分类:问答iBATIS - Defining 'javaType' and 'jdbcType'
While defining the resultMap in iBatis, it provides an option to set the javaType and jdbcType for each property to column mapping.[详细]
2023-02-08 12:32 分类:问答Mapping Composition in MyBatis
I\'m having some trouble with a mapping in MyBatis for Java and would appreciate some help. My class structure is as below:[详细]
2023-02-06 09:54 分类:问答