ibatis
Setting the FROM clause via parameter in MyBatis
I haven\'t been able to see anything in the documentation which speaks to my question, and upon deploying it, my app does not quite work right (more on that in a sec).I am trying to do something like[详细]
2023-03-13 11:59 分类:问答How to map query for iBATIS with parameterized column in select clause?
I want to have a method that finds a certain value from a column of a particular table in the database, where the name of the column is passed in as a parameter. So the Java method would have the foll[详细]
2023-03-08 23:49 分类:问答MyBatis/iBatis - reusable sql fragments in a separate SQL Map file?
I would like to put sql fragments used by several of my SQL Map XML files in a separate file. At the moment, the <sql> elements with these fragments are in one of the mappers together with other[详细]
2023-03-07 00:54 分类:问答MyBatis - how use a REF CURSOR in MyBatis? [closed]
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current form. For help clari[详细]
2023-03-07 00:48 分类:问答MyBatis - how to create w dynamic WHERE Clause
The service gets an unknown object containing a list of three values [column, operator, value] For example,[详细]
2023-03-06 19:33 分类:问答oracle collection as function return type
We have a database function to cache sequence values. It accepts a sequence object name and a fetch size, increments the sequence and return the values.[详细]
2023-03-06 08:04 分类:问答How can I efficiently map complex collection properties in ibatis 2.3.4
I have a domain object which represents a 1:n relationship between database tables. public class ObservationWithData {[详细]
2023-02-27 19:40 分类:问答How to set program name in ibatis config XML?
I am attempting to set the program name to something other than \"jdbc thin client\" using the iBatis dao config.[详细]
2023-02-27 06:22 分类:问答Question about solution - Access to database. Hibernate? iBatis? or what?
my project has a lot of time restrictions on access to functionality. Layer view, I have a very fast, but I have a problem with DAO layer. Currently my DAO layer uses hibernate. But I noticed that I h[详细]
2023-02-25 00:47 分类:问答myBatis Generator - how to generate only select/update/insert/delete SQLs?
My config file is: <?xml version=\"1.0\" encoding=\"UTF-8\" ?> <!DOCTYPE generatorConfiguration PUBLIC \"-//mybatis.org//DTD MyBatis Generator Configuration 1.0//EN\" \"http://mybatis.org/dt[详细]
2023-02-24 09:37 分类:问答