ibatis
How do I query subset of columns from PostGIS using MyBatis?
I\'m trying to query data from a PostGIS database using MyBatis, ignoring the geospatial data. I have the following table in the database:[详细]
2023-04-13 09:58 分类:问答Adressing array index in iBATIS 2
It\'s possibile to adress an array by index in a sqlmap? What I want is: class A { String[] foo = {\"\",\"\"};[详细]
2023-04-12 16:29 分类:问答In iBatis with C#, how to check for if a lazy loaded property is null
I have an object (Cart) which have a one-to-one relation to a Case. This relation is allowed to be null and is lazyloaded.[详细]
2023-04-12 06:43 分类:问答create dynamic query Ibatis
Is there any way to pass dynamic column names ? we can pass values ussing ## value# Where #columnName# = #value#[详细]
2023-04-11 18:01 分类:问答Dynamic database connection with iBatis
In my current project I am writing a service that receives configuration commands \'from above\' and has to distribute those configurations to databases stored locally on the machines being configured[详细]
2023-04-10 02:00 分类:问答How to use a parameterized class as resultClass in iBATIS
We have the following class public class TemporalData<T> { private T data; private String opCode; private Date updateTime;[详细]
2023-04-09 03:40 分类:问答ibatis / mybatis caching within a restful webservice
I am using mybatis withi开发者_如何学JAVAn a Jax-RS (Jersey) restful web app. So automatically, I dont have a session or state management.[详细]
2023-04-08 13:50 分类:问答MyBatis 3.0.5 and mappers loading problem
I\'m using MyBatis 3.0.5 and I have problems about the loading of mappers as resources. I\'m on Windows 7 64, I use Eclipse Indigo 64bit and jdk7 64. MyBatis is initialized in a Grizzly Web Container[详细]
2023-04-07 10:02 分类:问答How can I make an iBatis parameter mapping for a query with multiple series of various paramaters?
I need to map a sql statement of this general form: SELECT ... FROM x, y, z WHERE ( x.id = #x1# OR x.id = #x2# OR ... )[详细]
2023-04-06 10:11 分类:问答one-to-many insert with iBATIS
I have got the type Word with the property Topics which is a List object. I have two tables in the database: Words and Topics. I want write a word in Words table and store each topic with its correspo[详细]
2023-04-06 09:20 分类:问答