ibatis
PostgreSQL stored procedure using iBatis
The error occurred while applying a parameter map: --- Check the newSubs-InlineParameterMap. --- Check the statement (query failed).[详细]
2023-01-31 23:02 分类:问答PLSQL stored procedure returning sysrefcursor
I have code stored procedure that returns sysrefcursor as the OUT 开发者_运维知识库parameter.[详细]
2023-01-31 04:57 分类:问答Ibatis + j2ee + web service layer + statless bean
I have a j2ee project using ibatis to connect to the database and stateless bean to create web service and it works but i have a d开发者_如何转开发oubt[详细]
2023-01-30 17:53 分类:问答spring @Transactional don't work?
i currently build an application use spring as framework. and i want to test batch transaction using spring. here is my code :[详细]
2023-01-29 04:15 分类:问答Issue returning id with Postgres 8.4
I am trying to do an insert for return generated id INSERT RETURNING id. In postgres editor it work without problems, but in code execution - java 1.6 with iBatis 3 (8.4 postgres driver version 8.开发[详细]
2023-01-29 03:06 分类:问答mybatis: Using mapper interfaces with XML config for global parameters
I like the XML notation for specifying global parameters such as connection strings. I also like Mapper annotations. When I try to combine the two, I get this exception.[详细]
2023-01-27 05:12 分类:问答How do you use ibatis in a service oriented architecture efficienty?
We have several services, each of which should ideally operate independently of each other.The primary use of the services is to support our webapp.We are searching for the best way to use ibatis with[详细]
2023-01-23 20:18 分类:问答MyBatis: Sybase stored procedure returns zero rows
I have copied the text from here: http://code.google.com/p/mybatis/issues/detail?id=164, but we faced the same issue.[详细]
2023-01-23 09:40 分类:问答iBatis.NET to insert record with Oracle stored procedure, return record ID
I am attempting to insert a record in an Oracle table with a Function, which would be called through iBatis.NET. Function works as expected in Oracle when called directly.[详细]
2023-01-23 07:18 分类:问答Return a Single Map in IBATIS
I have a SqlMap query that returns 2 columns, an ID and a string.I know how to return a list of maps where the ID is the key and the string is the value.There is one list item for each row returned.[详细]
2023-01-23 01:11 分类:问答