Top "Ibatis.net" questions

iBATIS is a simple but complete framework that makes it easy to map objects to SQL statements or stored procedures.

How do you map a List<string> in iBatis?

I have a class like this public SomeClass { private List<string> _strings = new List<string>(); public …

c# mapping ibatis.net
Too many parameters were provided in this RPC request. The maximum is 2100.?

A search query returned this error. I have a feeling its because the in clause is ginormous on a subordinant …

c# .net sql-server ibatis.net
Mybatis No Getter Property

I'm working with Mybatis 3.2.6 and implementing a custom resulthandler. I've done this before using a simple datatype parameter and have …

java orm mybatis ibatis ibatis.net