You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user-cs@ibatis.apache.org by FMT <fl...@mercer.com> on 2009/12/03 23:14:52 UTC

Re: Does iBatis support generic TypeHandlerCallbacks spanning multiple assemblies?

Roger, thank you! That did the trick.  All i had to do was double the square
brackets as in:

<alias>
   <typeAlias alias="MySpecialTypeHandler"
type="myFirstNamespace.MyGenericTypeHandlerCallback`1[[mysecondNamespace.MySpecialType,
mySecondAssembly]], myFirstAssembly"/>
 </alias>

I did not have to use the fully qualified name, but it probably wouldn't
hurt :-)

Frankly i'm amazed that iBatis can do this.  Kudos to the iBatis team on
this!

~
-- 
View this message in context: http://old.nabble.com/Does-iBatis-support-generic-TypeHandlerCallbacks-spanning-multiple-assemblies--tp26633442p26634195.html
Sent from the iBATIS - User - Cs mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: user-cs-unsubscribe@ibatis.apache.org
For additional commands, e-mail: user-cs-help@ibatis.apache.org