ibatis
How to call function over data being passed in ibatis
I need to call a internal function say \'calculateValue(value)\' which returns some string based on the value passed.[详细]
2023-02-23 23:06 分类:问答Why am I receiving a SqlMapException when inserting data?
I\'m trying to use iBatis to insert some data that get sent by a user in a contact us form. I\'m using a Liferay/Spring MVC/iBatis/MySQL setup but I think the problem is caused by the iBatis configur[详细]
2023-02-23 05:51 分类:问答ibatis database name with special characters
I have to generate an html report regarding a few databases. I am using ibatis on the server side. One of the tables has a \'degree\' sign as a part of its name.[详细]
2023-02-23 05:46 分类:问答iBATIS - Request and Session Scope
I came across the following comment from Larry Meadors here With readOnly=\"true\" and serialize=\"false\", you are only going[详细]
2023-02-22 19:10 分类:问答placing XML files in non-resources of jar with Maven
Thi开发者_开发知识库s is more of a pattern question. I am using maven to create a three module project.[详细]
2023-02-19 19:55 分类:问答How many data object layers is a good practice?
We have a medium 开发者_C百科sized Java server that has data flowing in the following way: SQL Database -> Data Layer -> Business Layer -> XML Serialization[详细]
2023-02-19 00:56 分类:问答MyBatis mapping properties to database columns when inserting & updating (using annotations)
I\'m just starting to learn MyBatis and I\'m wondering, when I\'m creating insert or update queries, is there a way that I can make property names a bit more friendly to refactoring?I\'ll explain in m[详细]
2023-02-18 09:58 分类:问答Running multiple mysql statements in one transaction in Mybatis migration tool
I\'m using the Mybatis migration tool to maintain the schema to our database but I\'m having the following problem.[详细]
2023-02-18 08:55 分类:问答In which state is MyBatis' (iBatis) Abator? Is there any other tool?
I stumbled accross Abator @ http://ibatis.apache.org/docs/tools/abator/ by chance, which promises to be a code generator for myBatis (iBatis) mappin开发者_JAVA技巧g files. Looks promising, but I canno[详细]
2023-02-15 15:07 分类:问答General Transaction Question dealing with many records
I\'m working with a code base that is new to me, and it uses iBatis. I need to update or add to an existing table, and it may involve 20,000+ records.[详细]
2023-02-15 09:18 分类:问答