I have no clue.   I'm still wresting with with large scale changes between 1
and 3.

On Mon, Jun 1, 2009 at 1:19 AM, Yaojian <sky...@gmail.com> wrote:

> The Apache.Ibatis.DataMapper.DefaultMapperFactory does not implement the
> IMapperFactory.GetMapper<TInterface>();
>
> so the only way AFAIK to get the IDataMapper is to use a type cast as:
>
>             IMapperFactory mapperFactory =
> configurationEngine.BuildMapperFactory();
>             IDataMapper dataMapper =
> ((IDataMapperAccessor)mapperFactory).DataMapper;   //since GetInterface<T>
> has not been implemented.
>
> Any one have idea about what the GetInterface<T> intend to be?
>



-- 
Michael J. McCurrey
Read with me at http://www.mccurrey.com

Reply via email to