Refactor XML discriminator configuration
----------------------------------------
Key: IBATISNET-281
URL: https://issues.apache.org/jira/browse/IBATISNET-281
Project: iBatis for .NET
Issue Type: Improvement
Components: DataMapper
Affects Versions: DataMapper 3.0
Reporter: Gilles Bayon
Fix For: DataMapper 3.0
The discriminator defnition is now as
<discriminator column="" javaType="" jdbcType="">
<case value="" resultMap=""/>
<case value="" resultMap=""/>
<default resultMap=""/>
</discriminator>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.