ibatis.net Questions

8

Solved

I have a class like this public SomeClass { private List<string> _strings = new List<string>(); public IEnumerable<string> Strings { { get return _strings; } } } How woul...
Quadrangle asked 14/7, 2009 at 20:56

2

For most of my applications I use iBatis.Net for database access/modeling and log4Net for logging. In doing this, I need a number of *.config files for each project. For example, for a simple appli...

4

Solved

A search query returned this error. I have a feeling its because the in clause is ginormous on a subordinant object, when I'm trying to ORM the other object. Apparently in clauses shouldn't be bui...
Subplot asked 22/6, 2009 at 17:44

3

Solved

I am looking for some up to date information comparing NHibernate and iBATIS.NET. I found some information searching Google, but a good bit of it applies either to the Java versions of these produc...
Sonya asked 29/3, 2009 at 12:16

3

Solved

I've got an OR mapper (iBatis.Net) that returns an IList. // IList<T> QueryForList<T>(string statementName, object parameterObject); var data = mapper.QueryForList<Something>(sta...
Pulley asked 21/1, 2009 at 9:9
1

© 2022 - 2024 — McMap. All rights reserved.