You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ibatis.apache.org by gb...@apache.org on 2005/05/09 20:11:06 UTC

svn commit: r169342 - in /incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper: ./ Configuration/ParamaterMapping/ Configuration/ResultMapping/ Configuration/Sql/SimpleDynamic/ Configuration/Statements/ MappedStatements/ TypeHandlers/ TypeHandlers/.svn/ TypesHandler/

Author: gbayon
Date: Mon May  9 11:11:04 2005
New Revision: 169342

URL: http://svn.apache.org/viewcvs?rev=169342&view=rev
Log:
Fixed grammer police for "TypesHandler" should be "TypeHandlers".

Added:
    incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper/TypeHandlers/
      - copied from r169336, incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper/TypesHandler/
    incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper/TypeHandlers/.svn/
    incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper/TypeHandlers/.svn/empty-file
    incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper/TypeHandlers/.svn/entries
Removed:
    incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper/TypesHandler/
Modified:
    incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper/CacheKey.cs
    incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper/Configuration/ParamaterMapping/InlineParameterMapParser.cs
    incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper/Configuration/ParamaterMapping/ParameterProperty.cs
    incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper/Configuration/ResultMapping/ResultProperty.cs
    incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper/Configuration/Sql/SimpleDynamic/SimpleDynamicSql.cs
    incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper/Configuration/Statements/Statement.cs
    incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper/IBatisNet.DataMapper.csproj
    incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper/MappedStatements/MappedStatement.cs
    incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper/TypeHandlers/BaseTypeHandler.cs
    incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper/TypeHandlers/BooleanTypeHandler.cs
    incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper/TypeHandlers/ByteArrayTypeHandler.cs
    incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper/TypeHandlers/ByteTypeHandler.cs
    incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper/TypeHandlers/CharTypeHandler.cs
    incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper/TypeHandlers/CustomTypeHandler.cs
    incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper/TypeHandlers/DateTimeTypeHandler.cs
    incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper/TypeHandlers/DecimalTypeHandler.cs
    incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper/TypeHandlers/DoubleTypeHandler.cs
    incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper/TypeHandlers/EnumTypeHandler.cs
    incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper/TypeHandlers/GuidTypeHandler.cs
    incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper/TypeHandlers/IParameterSetter.cs
    incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper/TypeHandlers/IResultGetter.cs
    incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper/TypeHandlers/ITypeHandler.cs
    incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper/TypeHandlers/ITypeHandlerCallback.cs
    incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper/TypeHandlers/Int16TypeHandler.cs
    incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper/TypeHandlers/Int32TypeHandler.cs
    incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper/TypeHandlers/Int64TypeHandler.cs
    incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper/TypeHandlers/ObjectTypeHandler.cs
    incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper/TypeHandlers/ParameterSetterImpl.cs
    incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper/TypeHandlers/ResultGetterImpl.cs
    incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper/TypeHandlers/SingleTypeHandler.cs
    incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper/TypeHandlers/StringTypeHandler.cs
    incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper/TypeHandlers/TimeSpanTypeHandler.cs
    incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper/TypeHandlers/TypeHandlerFactory.cs
    incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper/TypeHandlers/UnknownTypeHandler.cs

Modified: incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper/CacheKey.cs
URL: http://svn.apache.org/viewcvs/incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper/CacheKey.cs?rev=169342&r1=169341&r2=169342&view=diff
==============================================================================
--- incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper/CacheKey.cs (original)
+++ incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper/CacheKey.cs Mon May  9 11:11:04 2005
@@ -32,7 +32,7 @@
 
 using IBatisNet.Common.Utilities.Objects;
 
-using IBatisNet.DataMapper.TypesHandler;
+using IBatisNet.DataMapper.TypeHandlers;
 #endregion
 
 

Modified: incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper/Configuration/ParamaterMapping/InlineParameterMapParser.cs
URL: http://svn.apache.org/viewcvs/incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper/Configuration/ParamaterMapping/InlineParameterMapParser.cs?rev=169342&r1=169341&r2=169342&view=diff
==============================================================================
--- incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper/Configuration/ParamaterMapping/InlineParameterMapParser.cs (original)
+++ incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper/Configuration/ParamaterMapping/InlineParameterMapParser.cs Mon May  9 11:11:04 2005
@@ -31,7 +31,7 @@
 
 using IBatisNet.DataMapper.Configuration.Sql.Dynamic;
 using IBatisNet.DataMapper.Scope;
-using IBatisNet.DataMapper.TypesHandler;
+using IBatisNet.DataMapper.TypeHandlers;
 using IBatisNet.DataMapper.Exceptions;
 
 using IBatisNet.Common.Utilities;

Modified: incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper/Configuration/ParamaterMapping/ParameterProperty.cs
URL: http://svn.apache.org/viewcvs/incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper/Configuration/ParamaterMapping/ParameterProperty.cs?rev=169342&r1=169341&r2=169342&view=diff
==============================================================================
--- incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper/Configuration/ParamaterMapping/ParameterProperty.cs (original)
+++ incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper/Configuration/ParamaterMapping/ParameterProperty.cs Mon May  9 11:11:04 2005
@@ -33,7 +33,7 @@
 using IBatisNet.Common.Utilities;
 using IBatisNet.Common.Utilities.Objects;
 using IBatisNet.DataMapper.Scope;
-using IBatisNet.DataMapper.TypesHandler;
+using IBatisNet.DataMapper.TypeHandlers;
 
 #endregion
 

Modified: incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper/Configuration/ResultMapping/ResultProperty.cs
URL: http://svn.apache.org/viewcvs/incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper/Configuration/ResultMapping/ResultProperty.cs?rev=169342&r1=169341&r2=169342&view=diff
==============================================================================
--- incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper/Configuration/ResultMapping/ResultProperty.cs (original)
+++ incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper/Configuration/ResultMapping/ResultProperty.cs Mon May  9 11:11:04 2005
@@ -30,7 +30,7 @@
 using System.Xml.Serialization;
 using IBatisNet.Common.Exceptions;
 using IBatisNet.DataMapper.Scope;
-using IBatisNet.DataMapper.TypesHandler;
+using IBatisNet.DataMapper.TypeHandlers;
 using IBatisNet.Common.Utilities;
 #endregion
 

Modified: incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper/Configuration/Sql/SimpleDynamic/SimpleDynamicSql.cs
URL: http://svn.apache.org/viewcvs/incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper/Configuration/Sql/SimpleDynamic/SimpleDynamicSql.cs?rev=169342&r1=169341&r2=169342&view=diff
==============================================================================
--- incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper/Configuration/Sql/SimpleDynamic/SimpleDynamicSql.cs (original)
+++ incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper/Configuration/Sql/SimpleDynamic/SimpleDynamicSql.cs Mon May  9 11:11:04 2005
@@ -34,7 +34,7 @@
 using IBatisNet.DataMapper.Configuration.Statements;
 using IBatisNet.DataMapper.Scope;
 using IBatisNet.DataMapper.Exceptions;
-using IBatisNet.DataMapper.TypesHandler;
+using IBatisNet.DataMapper.TypeHandlers;
 using IBatisNet.Common.Utilities;
 using IBatisNet.Common.Utilities.Objects;
 #endregion

Modified: incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper/Configuration/Statements/Statement.cs
URL: http://svn.apache.org/viewcvs/incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper/Configuration/Statements/Statement.cs?rev=169342&r1=169341&r2=169342&view=diff
==============================================================================
--- incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper/Configuration/Statements/Statement.cs (original)
+++ incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper/Configuration/Statements/Statement.cs Mon May  9 11:11:04 2005
@@ -35,7 +35,7 @@
 using IBatisNet.Common.Utilities.TypesResolver;
 
 using IBatisNet.DataMapper.Configuration.Alias;
-using IBatisNet.DataMapper.TypesHandler;
+using IBatisNet.DataMapper.TypeHandlers;
 using IBatisNet.DataMapper.Configuration.ResultMapping;
 using IBatisNet.DataMapper.Configuration.ParameterMapping;
 using IBatisNet.DataMapper.Configuration.Cache;

Modified: incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper/IBatisNet.DataMapper.csproj
URL: http://svn.apache.org/viewcvs/incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper/IBatisNet.DataMapper.csproj?rev=169342&r1=169341&r2=169342&view=diff
==============================================================================
--- incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper/IBatisNet.DataMapper.csproj (original)
+++ incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper/IBatisNet.DataMapper.csproj Mon May  9 11:11:04 2005
@@ -671,132 +671,132 @@
                     BuildAction = "Compile"
                 />
                 <File
-                    RelPath = "TypesHandler\BaseTypeHandler.cs"
+                    RelPath = "TypeHandlers\BaseTypeHandler.cs"
                     SubType = "Code"
                     BuildAction = "Compile"
                 />
                 <File
-                    RelPath = "TypesHandler\BooleanTypeHandler.cs"
+                    RelPath = "TypeHandlers\BooleanTypeHandler.cs"
                     SubType = "Code"
                     BuildAction = "Compile"
                 />
                 <File
-                    RelPath = "TypesHandler\ByteArrayTypeHandler.cs"
+                    RelPath = "TypeHandlers\ByteArrayTypeHandler.cs"
                     SubType = "Code"
                     BuildAction = "Compile"
                 />
                 <File
-                    RelPath = "TypesHandler\ByteTypeHandler.cs"
+                    RelPath = "TypeHandlers\ByteTypeHandler.cs"
                     SubType = "Code"
                     BuildAction = "Compile"
                 />
                 <File
-                    RelPath = "TypesHandler\CharTypeHandler.cs"
+                    RelPath = "TypeHandlers\CharTypeHandler.cs"
                     SubType = "Code"
                     BuildAction = "Compile"
                 />
                 <File
-                    RelPath = "TypesHandler\CustomTypeHandler.cs"
+                    RelPath = "TypeHandlers\CustomTypeHandler.cs"
                     SubType = "Code"
                     BuildAction = "Compile"
                 />
                 <File
-                    RelPath = "TypesHandler\DateTimeTypeHandler.cs"
+                    RelPath = "TypeHandlers\DateTimeTypeHandler.cs"
                     SubType = "Code"
                     BuildAction = "Compile"
                 />
                 <File
-                    RelPath = "TypesHandler\DecimalTypeHandler.cs"
+                    RelPath = "TypeHandlers\DecimalTypeHandler.cs"
                     SubType = "Code"
                     BuildAction = "Compile"
                 />
                 <File
-                    RelPath = "TypesHandler\DoubleTypeHandler.cs"
+                    RelPath = "TypeHandlers\DoubleTypeHandler.cs"
                     SubType = "Code"
                     BuildAction = "Compile"
                 />
                 <File
-                    RelPath = "TypesHandler\EnumTypeHandler.cs"
+                    RelPath = "TypeHandlers\EnumTypeHandler.cs"
                     SubType = "Code"
                     BuildAction = "Compile"
                 />
                 <File
-                    RelPath = "TypesHandler\GuidTypeHandler.cs"
+                    RelPath = "TypeHandlers\GuidTypeHandler.cs"
                     SubType = "Code"
                     BuildAction = "Compile"
                 />
                 <File
-                    RelPath = "TypesHandler\Int16TypeHandler.cs"
+                    RelPath = "TypeHandlers\Int16TypeHandler.cs"
                     SubType = "Code"
                     BuildAction = "Compile"
                 />
                 <File
-                    RelPath = "TypesHandler\Int32TypeHandler.cs"
+                    RelPath = "TypeHandlers\Int32TypeHandler.cs"
                     SubType = "Code"
                     BuildAction = "Compile"
                 />
                 <File
-                    RelPath = "TypesHandler\Int64TypeHandler.cs"
+                    RelPath = "TypeHandlers\Int64TypeHandler.cs"
                     SubType = "Code"
                     BuildAction = "Compile"
                 />
                 <File
-                    RelPath = "TypesHandler\IParameterSetter.cs"
+                    RelPath = "TypeHandlers\IParameterSetter.cs"
                     SubType = "Code"
                     BuildAction = "Compile"
                 />
                 <File
-                    RelPath = "TypesHandler\IResultGetter.cs"
+                    RelPath = "TypeHandlers\IResultGetter.cs"
                     SubType = "Code"
                     BuildAction = "Compile"
                 />
                 <File
-                    RelPath = "TypesHandler\ITypeHandler.cs"
+                    RelPath = "TypeHandlers\ITypeHandler.cs"
                     SubType = "Code"
                     BuildAction = "Compile"
                 />
                 <File
-                    RelPath = "TypesHandler\ITypeHandlerCallback.cs"
+                    RelPath = "TypeHandlers\ITypeHandlerCallback.cs"
                     SubType = "Code"
                     BuildAction = "Compile"
                 />
                 <File
-                    RelPath = "TypesHandler\ObjectTypeHandler.cs"
+                    RelPath = "TypeHandlers\ObjectTypeHandler.cs"
                     SubType = "Code"
                     BuildAction = "Compile"
                 />
                 <File
-                    RelPath = "TypesHandler\ParameterSetterImpl.cs"
+                    RelPath = "TypeHandlers\ParameterSetterImpl.cs"
                     SubType = "Code"
                     BuildAction = "Compile"
                 />
                 <File
-                    RelPath = "TypesHandler\ResultGetterImpl.cs"
+                    RelPath = "TypeHandlers\ResultGetterImpl.cs"
                     SubType = "Code"
                     BuildAction = "Compile"
                 />
                 <File
-                    RelPath = "TypesHandler\SingleTypeHandler.cs"
+                    RelPath = "TypeHandlers\SingleTypeHandler.cs"
                     SubType = "Code"
                     BuildAction = "Compile"
                 />
                 <File
-                    RelPath = "TypesHandler\StringTypeHandler.cs"
+                    RelPath = "TypeHandlers\StringTypeHandler.cs"
                     SubType = "Code"
                     BuildAction = "Compile"
                 />
                 <File
-                    RelPath = "TypesHandler\TimeSpanTypeHandler.cs"
+                    RelPath = "TypeHandlers\TimeSpanTypeHandler.cs"
                     SubType = "Code"
                     BuildAction = "Compile"
                 />
                 <File
-                    RelPath = "TypesHandler\TypeHandlerFactory.cs"
+                    RelPath = "TypeHandlers\TypeHandlerFactory.cs"
                     SubType = "Code"
                     BuildAction = "Compile"
                 />
                 <File
-                    RelPath = "TypesHandler\UnknownTypeHandler.cs"
+                    RelPath = "TypeHandlers\UnknownTypeHandler.cs"
                     SubType = "Code"
                     BuildAction = "Compile"
                 />

Modified: incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper/MappedStatements/MappedStatement.cs
URL: http://svn.apache.org/viewcvs/incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper/MappedStatements/MappedStatement.cs?rev=169342&r1=169341&r2=169342&view=diff
==============================================================================
--- incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper/MappedStatements/MappedStatement.cs (original)
+++ incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper/MappedStatements/MappedStatement.cs Mon May  9 11:11:04 2005
@@ -43,7 +43,7 @@
 using IBatisNet.DataMapper.Configuration.ParameterMapping;
 using IBatisNet.DataMapper.Configuration.Sql.SimpleDynamic;
 using IBatisNet.DataMapper.Configuration.Sql.Static;
-using IBatisNet.DataMapper.TypesHandler;
+using IBatisNet.DataMapper.TypeHandlers;
 using IBatisNet.DataMapper.Exceptions;
 using IBatisNet.DataMapper.Scope;
 

Added: incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper/TypeHandlers/.svn/empty-file
URL: http://svn.apache.org/viewcvs/incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper/TypeHandlers/.svn/empty-file?rev=169342&view=auto
==============================================================================
    (empty)

Added: incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper/TypeHandlers/.svn/entries
URL: http://svn.apache.org/viewcvs/incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper/TypeHandlers/.svn/entries?rev=169342&view=auto
==============================================================================
--- incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper/TypeHandlers/.svn/entries (added)
+++ incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper/TypeHandlers/.svn/entries Mon May  9 11:11:04 2005
@@ -0,0 +1,281 @@
+<?xml version="1.0" encoding="utf-8"?>
+<wc-entries
+   xmlns="svn:">
+<entry
+   committed-rev="169155"
+   name=""
+   committed-date="2005-05-08T20:07:11.408892Z"
+   url="https://svn.apache.org/repos/asf/incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper/TypeHandlers"
+   copied="true"
+   last-author="roberto"
+   kind="dir"
+   uuid="13f79535-47bb-0310-9956-ffa450edef68"
+   copyfrom-rev="169336"
+   schedule="add"
+   revision="169336"
+   copyfrom-url="https://svn.apache.org/repos/asf/incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper/TypesHandler"/>
+<entry
+   committed-rev="169140"
+   name="ResultGetterImpl.cs"
+   text-time="2005-05-09T16:34:11.453125Z"
+   committed-date="2005-05-08T16:20:30.556296Z"
+   checksum="8f178bb0eb67059d618c6a9519d5eda5"
+   copied="true"
+   last-author="gbayon"
+   kind="file"
+   prop-time="2005-05-09T16:34:11.453125Z"/>
+<entry
+   committed-rev="169140"
+   name="CharTypeHandler.cs"
+   text-time="2005-05-09T16:34:11.515625Z"
+   committed-date="2005-05-08T16:20:30.556296Z"
+   checksum="abb668806f36b3c5575163aa25c8f24f"
+   copied="true"
+   last-author="gbayon"
+   kind="file"
+   prop-time="2005-05-09T16:34:11.500000Z"/>
+<entry
+   committed-rev="169155"
+   name="BooleanTypeHandler.cs"
+   text-time="2005-05-09T16:34:11.546875Z"
+   committed-date="2005-05-08T20:07:11.408892Z"
+   checksum="0eef61097d9c87e03b23ff5fc49e4815"
+   copied="true"
+   last-author="roberto"
+   kind="file"
+   prop-time="2005-05-09T16:34:11.546875Z"/>
+<entry
+   committed-rev="169140"
+   name="TimeSpanTypeHandler.cs"
+   text-time="2005-05-09T16:34:11.578125Z"
+   committed-date="2005-05-08T16:20:30.556296Z"
+   checksum="1a39a5c955f7f1085d5c36953b40f422"
+   copied="true"
+   last-author="gbayon"
+   kind="file"
+   prop-time="2005-05-09T16:34:11.578125Z"/>
+<entry
+   committed-rev="169142"
+   name="IParameterSetter.cs"
+   text-time="2005-05-09T16:34:11.609375Z"
+   committed-date="2005-05-08T16:23:53.485795Z"
+   checksum="612359031bb043d31157e56c90d8c355"
+   copied="true"
+   last-author="gbayon"
+   kind="file"
+   prop-time="2005-05-09T16:34:11.593750Z"/>
+<entry
+   name=".svn"
+   kind="dir"
+   schedule="add"/>
+<entry
+   committed-rev="169140"
+   name="SingleTypeHandler.cs"
+   text-time="2005-05-09T16:34:11.625000Z"
+   committed-date="2005-05-08T16:20:30.556296Z"
+   checksum="a7d1936ca1aa819372bb628fe1de5e8e"
+   copied="true"
+   last-author="gbayon"
+   kind="file"
+   prop-time="2005-05-09T16:34:11.609375Z"/>
+<entry
+   committed-rev="169140"
+   name="ITypeHandler.cs"
+   text-time="2005-05-09T16:34:11.640625Z"
+   committed-date="2005-05-08T16:20:30.556296Z"
+   checksum="f36d4c3d5ed60b898e12b2be59e6a8a0"
+   copied="true"
+   last-author="gbayon"
+   kind="file"
+   prop-time="2005-05-09T16:34:11.640625Z"/>
+<entry
+   committed-rev="169155"
+   name="GuidTypeHandler.cs"
+   text-time="2005-05-09T16:34:11.671875Z"
+   committed-date="2005-05-08T20:07:11.408892Z"
+   checksum="ed4a615c8c88ed973053827c8fb59bc0"
+   copied="true"
+   last-author="roberto"
+   kind="file"
+   prop-time="2005-05-09T16:34:11.656250Z"/>
+<entry
+   committed-rev="169140"
+   name="ParameterSetterImpl.cs"
+   text-time="2005-05-09T16:34:11.671875Z"
+   committed-date="2005-05-08T16:20:30.556296Z"
+   checksum="58f3d4832f4afaa4e5868d82397cff45"
+   copied="true"
+   last-author="gbayon"
+   kind="file"
+   prop-time="2005-05-09T16:34:11.671875Z"/>
+<entry
+   committed-rev="169140"
+   name="DateTimeTypeHandler.cs"
+   text-time="2005-05-09T16:34:11.687500Z"
+   committed-date="2005-05-08T16:20:30.556296Z"
+   checksum="d32c4076c41eeb42c73ef3ff65b998fd"
+   copied="true"
+   last-author="gbayon"
+   kind="file"
+   prop-time="2005-05-09T16:34:11.687500Z"/>
+<entry
+   committed-rev="169140"
+   name="DecimalTypeHandler.cs"
+   text-time="2005-05-09T16:34:11.703125Z"
+   committed-date="2005-05-08T16:20:30.556296Z"
+   checksum="e345c48b72b33a82c258a395753cfc17"
+   copied="true"
+   last-author="gbayon"
+   kind="file"
+   prop-time="2005-05-09T16:34:11.703125Z"/>
+<entry
+   committed-rev="169140"
+   name="Int32TypeHandler.cs"
+   text-time="2005-05-09T16:34:11.734375Z"
+   committed-date="2005-05-08T16:20:30.556296Z"
+   checksum="6e94ee94ebdff8340d304ac8f109d218"
+   copied="true"
+   last-author="gbayon"
+   kind="file"
+   prop-time="2005-05-09T16:34:11.734375Z"/>
+<entry
+   committed-rev="169140"
+   name="UnknownTypeHandler.cs"
+   text-time="2005-05-09T16:34:11.718750Z"
+   committed-date="2005-05-08T16:20:30.556296Z"
+   checksum="acab5d0b978372cd3a3d38dddc26f989"
+   copied="true"
+   last-author="gbayon"
+   kind="file"
+   prop-time="2005-05-09T16:34:11.718750Z"/>
+<entry
+   committed-rev="169140"
+   name="Int16TypeHandler.cs"
+   text-time="2005-05-09T16:34:11.750000Z"
+   committed-date="2005-05-08T16:20:30.556296Z"
+   checksum="34adab72fcf6755bdea70f8fb3d8823e"
+   copied="true"
+   last-author="gbayon"
+   kind="file"
+   prop-time="2005-05-09T16:34:11.750000Z"/>
+<entry
+   committed-rev="169140"
+   name="ByteArrayTypeHandler.cs"
+   text-time="2005-05-09T16:34:11.781250Z"
+   committed-date="2005-05-08T16:20:30.556296Z"
+   checksum="681445b0893480bff03b5fa2fcdf5364"
+   copied="true"
+   last-author="gbayon"
+   kind="file"
+   prop-time="2005-05-09T16:34:11.781250Z"/>
+<entry
+   committed-rev="169142"
+   name="IResultGetter.cs"
+   text-time="2005-05-09T16:34:11.765625Z"
+   committed-date="2005-05-08T16:23:53.485795Z"
+   checksum="f9b870645124ab0fe8f6e47f44284823"
+   copied="true"
+   last-author="gbayon"
+   kind="file"
+   prop-time="2005-05-09T16:34:11.765625Z"/>
+<entry
+   committed-rev="169155"
+   name="ByteTypeHandler.cs"
+   text-time="2005-05-09T16:34:11.796875Z"
+   committed-date="2005-05-08T20:07:11.408892Z"
+   checksum="6e1ceaef7595b373ab41b99394a81ceb"
+   copied="true"
+   last-author="roberto"
+   kind="file"
+   prop-time="2005-05-09T16:34:11.796875Z"/>
+<entry
+   committed-rev="169140"
+   name="Int64TypeHandler.cs"
+   text-time="2005-05-09T16:34:11.828125Z"
+   committed-date="2005-05-08T16:20:30.556296Z"
+   checksum="a1ee865e6797f0216c5448542dddb226"
+   copied="true"
+   last-author="gbayon"
+   kind="file"
+   prop-time="2005-05-09T16:34:11.812500Z"/>
+<entry
+   committed-rev="169140"
+   name="EnumTypeHandler.cs"
+   text-time="2005-05-09T16:34:11.843750Z"
+   committed-date="2005-05-08T16:20:30.556296Z"
+   checksum="7f31df5a2eef69d370657e3c57c6ed22"
+   copied="true"
+   last-author="gbayon"
+   kind="file"
+   prop-time="2005-05-09T16:34:11.843750Z"/>
+<entry
+   committed-rev="169140"
+   name="ITypeHandlerCallback.cs"
+   text-time="2005-05-09T16:34:11.859375Z"
+   committed-date="2005-05-08T16:20:30.556296Z"
+   checksum="a6858f7f740086087bffae6b8883af87"
+   copied="true"
+   last-author="gbayon"
+   kind="file"
+   prop-time="2005-05-09T16:34:11.859375Z"/>
+<entry
+   committed-rev="169140"
+   name="ObjectTypeHandler.cs"
+   text-time="2005-05-09T16:34:11.890625Z"
+   committed-date="2005-05-08T16:20:30.556296Z"
+   checksum="a14df23374665d307c1f462e04913078"
+   copied="true"
+   last-author="gbayon"
+   kind="file"
+   prop-time="2005-05-09T16:34:11.890625Z"/>
+<entry
+   committed-rev="169140"
+   name="StringTypeHandler.cs"
+   text-time="2005-05-09T16:34:11.875000Z"
+   committed-date="2005-05-08T16:20:30.556296Z"
+   checksum="f05bc3910c2f9e8ef7137440bf418397"
+   copied="true"
+   last-author="gbayon"
+   kind="file"
+   prop-time="2005-05-09T16:34:11.875000Z"/>
+<entry
+   committed-rev="169140"
+   name="TypeHandlerFactory.cs"
+   text-time="2005-05-09T16:34:11.906250Z"
+   committed-date="2005-05-08T16:20:30.556296Z"
+   checksum="a30af00839757382271752fad3dd0a43"
+   copied="true"
+   last-author="gbayon"
+   kind="file"
+   prop-time="2005-05-09T16:34:11.906250Z"/>
+<entry
+   committed-rev="169140"
+   name="DoubleTypeHandler.cs"
+   text-time="2005-05-09T16:34:11.921875Z"
+   committed-date="2005-05-08T16:20:30.556296Z"
+   checksum="871080791af056689db135ba518cdeb9"
+   copied="true"
+   last-author="gbayon"
+   kind="file"
+   prop-time="2005-05-09T16:34:11.921875Z"/>
+<entry
+   committed-rev="169140"
+   name="BaseTypeHandler.cs"
+   text-time="2005-05-09T16:34:11.937500Z"
+   committed-date="2005-05-08T16:20:30.556296Z"
+   checksum="6cec774d9e276a8f4b1e780d0b1d8d1a"
+   copied="true"
+   last-author="gbayon"
+   kind="file"
+   prop-time="2005-05-09T16:34:11.937500Z"/>
+<entry
+   committed-rev="169140"
+   name="CustomTypeHandler.cs"
+   text-time="2005-05-09T16:34:11.953125Z"
+   committed-date="2005-05-08T16:20:30.556296Z"
+   checksum="253e8cd451427d218f48206a4f547c5d"
+   copied="true"
+   last-author="gbayon"
+   kind="file"
+   prop-time="2005-05-09T16:34:11.953125Z"/>
+</wc-entries>

Modified: incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper/TypeHandlers/BaseTypeHandler.cs
URL: http://svn.apache.org/viewcvs/incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper/TypeHandlers/BaseTypeHandler.cs?rev=169342&r1=169336&r2=169342&view=diff
==============================================================================
--- incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper/TypeHandlers/BaseTypeHandler.cs (original)
+++ incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper/TypeHandlers/BaseTypeHandler.cs Mon May  9 11:11:04 2005
@@ -33,7 +33,7 @@
 
 #endregion 
 
-namespace IBatisNet.DataMapper.TypesHandler
+namespace IBatisNet.DataMapper.TypeHandlers
 {
 	/// <summary>
 	/// Summary description for BaseTypeHandler.

Modified: incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper/TypeHandlers/BooleanTypeHandler.cs
URL: http://svn.apache.org/viewcvs/incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper/TypeHandlers/BooleanTypeHandler.cs?rev=169342&r1=169336&r2=169342&view=diff
==============================================================================
--- incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper/TypeHandlers/BooleanTypeHandler.cs (original)
+++ incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper/TypeHandlers/BooleanTypeHandler.cs Mon May  9 11:11:04 2005
@@ -34,7 +34,7 @@
 
 #endregion 
 
-namespace IBatisNet.DataMapper.TypesHandler
+namespace IBatisNet.DataMapper.TypeHandlers
 {
 	/// <summary>
 	/// Boolean TypeHandler.

Modified: incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper/TypeHandlers/ByteArrayTypeHandler.cs
URL: http://svn.apache.org/viewcvs/incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper/TypeHandlers/ByteArrayTypeHandler.cs?rev=169342&r1=169336&r2=169342&view=diff
==============================================================================
--- incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper/TypeHandlers/ByteArrayTypeHandler.cs (original)
+++ incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper/TypeHandlers/ByteArrayTypeHandler.cs Mon May  9 11:11:04 2005
@@ -24,7 +24,7 @@
  ********************************************************************************/
 #endregion
 
-#region Imports
+#region using
 using System;
 using System.Data;
 using System.Globalization;
@@ -35,7 +35,7 @@
 #endregion
 
 
-namespace IBatisNet.DataMapper.TypesHandler
+namespace IBatisNet.DataMapper.TypeHandlers
 {
 	/// <summary>
 	/// Description résumée de ByteArrayTypeHandler.

Modified: incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper/TypeHandlers/ByteTypeHandler.cs
URL: http://svn.apache.org/viewcvs/incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper/TypeHandlers/ByteTypeHandler.cs?rev=169342&r1=169336&r2=169342&view=diff
==============================================================================
--- incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper/TypeHandlers/ByteTypeHandler.cs (original)
+++ incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper/TypeHandlers/ByteTypeHandler.cs Mon May  9 11:11:04 2005
@@ -24,13 +24,18 @@
  ********************************************************************************/
 #endregion
 
+#region Using
+
 using System;
 using System.Data;
 using System.Globalization;
 
 using IBatisNet.DataMapper.Configuration.ResultMapping;
+#endregion 
+
+
 
-namespace IBatisNet.DataMapper.TypesHandler
+namespace IBatisNet.DataMapper.TypeHandlers
 {
 	/// <summary>
 	/// Description résumée de ByteTypeHandler.

Modified: incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper/TypeHandlers/CharTypeHandler.cs
URL: http://svn.apache.org/viewcvs/incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper/TypeHandlers/CharTypeHandler.cs?rev=169342&r1=169336&r2=169342&view=diff
==============================================================================
--- incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper/TypeHandlers/CharTypeHandler.cs (original)
+++ incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper/TypeHandlers/CharTypeHandler.cs Mon May  9 11:11:04 2005
@@ -24,13 +24,18 @@
  ********************************************************************************/
 #endregion
 
+#region Using
+
 using System;
 using System.Data;
 using System.Globalization;
 
 using IBatisNet.DataMapper.Configuration.ResultMapping;
+#endregion 
+
+
 
-namespace IBatisNet.DataMapper.TypesHandler
+namespace IBatisNet.DataMapper.TypeHandlers
 {
 	/// <summary>
 	/// Description résumée de CharTypeHandler.

Modified: incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper/TypeHandlers/CustomTypeHandler.cs
URL: http://svn.apache.org/viewcvs/incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper/TypeHandlers/CustomTypeHandler.cs?rev=169342&r1=169336&r2=169342&view=diff
==============================================================================
--- incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper/TypeHandlers/CustomTypeHandler.cs (original)
+++ incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper/TypeHandlers/CustomTypeHandler.cs Mon May  9 11:11:04 2005
@@ -31,7 +31,7 @@
 using IBatisNet.DataMapper.Configuration.ResultMapping;
 #endregion 
 
-namespace IBatisNet.DataMapper.TypesHandler
+namespace IBatisNet.DataMapper.TypeHandlers
 {
 	/// <summary>
 	/// Custom type handler for adding a TypeHandlerCallback

Modified: incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper/TypeHandlers/DateTimeTypeHandler.cs
URL: http://svn.apache.org/viewcvs/incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper/TypeHandlers/DateTimeTypeHandler.cs?rev=169342&r1=169336&r2=169342&view=diff
==============================================================================
--- incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper/TypeHandlers/DateTimeTypeHandler.cs (original)
+++ incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper/TypeHandlers/DateTimeTypeHandler.cs Mon May  9 11:11:04 2005
@@ -24,13 +24,18 @@
  ********************************************************************************/
 #endregion
 
+#region Using
+
 using System;
 using System.Data;
 using System.Globalization;
 
 using IBatisNet.DataMapper.Configuration.ResultMapping;
+#endregion 
+
+
 
-namespace IBatisNet.DataMapper.TypesHandler
+namespace IBatisNet.DataMapper.TypeHandlers
 {
 	/// <summary>
 	/// Description résumée de DateTimeTypeHandler.

Modified: incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper/TypeHandlers/DecimalTypeHandler.cs
URL: http://svn.apache.org/viewcvs/incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper/TypeHandlers/DecimalTypeHandler.cs?rev=169342&r1=169336&r2=169342&view=diff
==============================================================================
--- incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper/TypeHandlers/DecimalTypeHandler.cs (original)
+++ incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper/TypeHandlers/DecimalTypeHandler.cs Mon May  9 11:11:04 2005
@@ -24,13 +24,18 @@
  ********************************************************************************/
 #endregion
 
+#region Using
+
 using System;
 using System.Data;
 using System.Globalization;
 
 using IBatisNet.DataMapper.Configuration.ResultMapping;
+#endregion 
+
+
 
-namespace IBatisNet.DataMapper.TypesHandler
+namespace IBatisNet.DataMapper.TypeHandlers
 {
 	/// <summary>
 	/// Description résumée de DecimalTypeHandler.

Modified: incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper/TypeHandlers/DoubleTypeHandler.cs
URL: http://svn.apache.org/viewcvs/incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper/TypeHandlers/DoubleTypeHandler.cs?rev=169342&r1=169336&r2=169342&view=diff
==============================================================================
--- incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper/TypeHandlers/DoubleTypeHandler.cs (original)
+++ incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper/TypeHandlers/DoubleTypeHandler.cs Mon May  9 11:11:04 2005
@@ -24,13 +24,18 @@
  ********************************************************************************/
 #endregion
 
+#region Using
+
 using System;
 using System.Data;
 using System.Globalization;
 
 using IBatisNet.DataMapper.Configuration.ResultMapping;
+#endregion 
+
+
 
-namespace IBatisNet.DataMapper.TypesHandler
+namespace IBatisNet.DataMapper.TypeHandlers
 {
 	/// <summary>
 	/// Description résumée de Double.

Modified: incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper/TypeHandlers/EnumTypeHandler.cs
URL: http://svn.apache.org/viewcvs/incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper/TypeHandlers/EnumTypeHandler.cs?rev=169342&r1=169336&r2=169342&view=diff
==============================================================================
--- incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper/TypeHandlers/EnumTypeHandler.cs (original)
+++ incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper/TypeHandlers/EnumTypeHandler.cs Mon May  9 11:11:04 2005
@@ -24,6 +24,8 @@
  ********************************************************************************/
 #endregion
 
+#region Using
+
 using System;
 using System.Data;
 using System.Globalization;
@@ -31,8 +33,11 @@
 using IBatisNet.Common.Utilities.Objects;
 using IBatisNet.DataMapper.Configuration.ResultMapping;
 using IBatisNet.DataMapper.Exceptions;
+#endregion 
+
+
 
-namespace IBatisNet.DataMapper.TypesHandler
+namespace IBatisNet.DataMapper.TypeHandlers
 {
 	/// <summary>
 	/// Summary description for EnumTypeHandler.

Modified: incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper/TypeHandlers/GuidTypeHandler.cs
URL: http://svn.apache.org/viewcvs/incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper/TypeHandlers/GuidTypeHandler.cs?rev=169342&r1=169336&r2=169342&view=diff
==============================================================================
--- incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper/TypeHandlers/GuidTypeHandler.cs (original)
+++ incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper/TypeHandlers/GuidTypeHandler.cs Mon May  9 11:11:04 2005
@@ -24,13 +24,18 @@
  ********************************************************************************/
 #endregion
 
+#region Using
+
 using System;
 using System.Data;
 using System.Globalization;
 
 using IBatisNet.DataMapper.Configuration.ResultMapping;
+#endregion 
+
+
 
-namespace IBatisNet.DataMapper.TypesHandler
+namespace IBatisNet.DataMapper.TypeHandlers
 {
 	/// <summary>
 	/// Description résumée de GuidTypeHandler.

Modified: incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper/TypeHandlers/IParameterSetter.cs
URL: http://svn.apache.org/viewcvs/incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper/TypeHandlers/IParameterSetter.cs?rev=169342&r1=169336&r2=169342&view=diff
==============================================================================
--- incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper/TypeHandlers/IParameterSetter.cs (original)
+++ incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper/TypeHandlers/IParameterSetter.cs Mon May  9 11:11:04 2005
@@ -31,7 +31,7 @@
 
 #endregion 
 
-namespace IBatisNet.DataMapper.TypesHandler
+namespace IBatisNet.DataMapper.TypeHandlers
 {
 	/// <summary>
 	/// Allows parameters to be set on the underlying prepared IDbCommand.

Modified: incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper/TypeHandlers/IResultGetter.cs
URL: http://svn.apache.org/viewcvs/incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper/TypeHandlers/IResultGetter.cs?rev=169342&r1=169336&r2=169342&view=diff
==============================================================================
--- incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper/TypeHandlers/IResultGetter.cs (original)
+++ incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper/TypeHandlers/IResultGetter.cs Mon May  9 11:11:04 2005
@@ -30,7 +30,7 @@
 
 #endregion 
 
-namespace IBatisNet.DataMapper.TypesHandler
+namespace IBatisNet.DataMapper.TypeHandlers
 {
 	/// <summary>
 	/// Allows values to be retrieved from the underlying IDataReader.

Modified: incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper/TypeHandlers/ITypeHandler.cs
URL: http://svn.apache.org/viewcvs/incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper/TypeHandlers/ITypeHandler.cs?rev=169342&r1=169336&r2=169342&view=diff
==============================================================================
--- incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper/TypeHandlers/ITypeHandler.cs (original)
+++ incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper/TypeHandlers/ITypeHandler.cs Mon May  9 11:11:04 2005
@@ -32,7 +32,7 @@
 using IBatisNet.DataMapper.Configuration.ResultMapping;
 #endregion 
 
-namespace IBatisNet.DataMapper.TypesHandler
+namespace IBatisNet.DataMapper.TypeHandlers
 {
 	/// <summary>
 	/// Summary description for ITypeHandler.

Modified: incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper/TypeHandlers/ITypeHandlerCallback.cs
URL: http://svn.apache.org/viewcvs/incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper/TypeHandlers/ITypeHandlerCallback.cs?rev=169342&r1=169336&r2=169342&view=diff
==============================================================================
--- incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper/TypeHandlers/ITypeHandlerCallback.cs (original)
+++ incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper/TypeHandlers/ITypeHandlerCallback.cs Mon May  9 11:11:04 2005
@@ -31,7 +31,7 @@
 
 #endregion 
 
-namespace IBatisNet.DataMapper.TypesHandler
+namespace IBatisNet.DataMapper.TypeHandlers
 {
 	/// <summary>
 	/// A simple interface for implementing custom type handlers.

Modified: incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper/TypeHandlers/Int16TypeHandler.cs
URL: http://svn.apache.org/viewcvs/incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper/TypeHandlers/Int16TypeHandler.cs?rev=169342&r1=169336&r2=169342&view=diff
==============================================================================
--- incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper/TypeHandlers/Int16TypeHandler.cs (original)
+++ incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper/TypeHandlers/Int16TypeHandler.cs Mon May  9 11:11:04 2005
@@ -24,13 +24,18 @@
  ********************************************************************************/
 #endregion
 
+#region Using
+
 using System;
 using System.Data;
 using System.Globalization;
 
 using IBatisNet.DataMapper.Configuration.ResultMapping;
+#endregion 
+
+
 
-namespace IBatisNet.DataMapper.TypesHandler
+namespace IBatisNet.DataMapper.TypeHandlers
 {
 	/// <summary>
 	/// Description résumée de Int16TypeHandler.

Modified: incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper/TypeHandlers/Int32TypeHandler.cs
URL: http://svn.apache.org/viewcvs/incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper/TypeHandlers/Int32TypeHandler.cs?rev=169342&r1=169336&r2=169342&view=diff
==============================================================================
--- incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper/TypeHandlers/Int32TypeHandler.cs (original)
+++ incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper/TypeHandlers/Int32TypeHandler.cs Mon May  9 11:11:04 2005
@@ -33,7 +33,7 @@
 #endregion 
 
 
-namespace IBatisNet.DataMapper.TypesHandler
+namespace IBatisNet.DataMapper.TypeHandlers
 {
 	/// <summary>
 	/// Summary description for Int32TypeHandler.

Modified: incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper/TypeHandlers/Int64TypeHandler.cs
URL: http://svn.apache.org/viewcvs/incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper/TypeHandlers/Int64TypeHandler.cs?rev=169342&r1=169336&r2=169342&view=diff
==============================================================================
--- incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper/TypeHandlers/Int64TypeHandler.cs (original)
+++ incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper/TypeHandlers/Int64TypeHandler.cs Mon May  9 11:11:04 2005
@@ -24,13 +24,18 @@
  ********************************************************************************/
 #endregion
 
+#region Using
+
 using System;
 using System.Data;
 using System.Globalization;
 
 using IBatisNet.DataMapper.Configuration.ResultMapping;
+#endregion 
+
+
 
-namespace IBatisNet.DataMapper.TypesHandler
+namespace IBatisNet.DataMapper.TypeHandlers
 {
 	/// <summary>
 	/// Description résumée de Int64TypeHandler.

Modified: incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper/TypeHandlers/ObjectTypeHandler.cs
URL: http://svn.apache.org/viewcvs/incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper/TypeHandlers/ObjectTypeHandler.cs?rev=169342&r1=169336&r2=169342&view=diff
==============================================================================
--- incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper/TypeHandlers/ObjectTypeHandler.cs (original)
+++ incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper/TypeHandlers/ObjectTypeHandler.cs Mon May  9 11:11:04 2005
@@ -24,13 +24,18 @@
  ********************************************************************************/
 #endregion
 
+#region Using
+
 using System;
 using System.Data;
 using System.Globalization;
 
 using IBatisNet.DataMapper.Configuration.ResultMapping;
+#endregion 
+
+
 
-namespace IBatisNet.DataMapper.TypesHandler
+namespace IBatisNet.DataMapper.TypeHandlers
 {
 	/// <summary>
 	/// Description résumée de ObjectTypeHandler.

Modified: incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper/TypeHandlers/ParameterSetterImpl.cs
URL: http://svn.apache.org/viewcvs/incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper/TypeHandlers/ParameterSetterImpl.cs?rev=169342&r1=169336&r2=169342&view=diff
==============================================================================
--- incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper/TypeHandlers/ParameterSetterImpl.cs (original)
+++ incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper/TypeHandlers/ParameterSetterImpl.cs Mon May  9 11:11:04 2005
@@ -30,7 +30,7 @@
 
 #endregion 
 
-namespace IBatisNet.DataMapper.TypesHandler
+namespace IBatisNet.DataMapper.TypeHandlers
 {
 	/// <summary>
 	/// A ParameterSetter implementation

Modified: incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper/TypeHandlers/ResultGetterImpl.cs
URL: http://svn.apache.org/viewcvs/incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper/TypeHandlers/ResultGetterImpl.cs?rev=169342&r1=169336&r2=169342&view=diff
==============================================================================
--- incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper/TypeHandlers/ResultGetterImpl.cs (original)
+++ incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper/TypeHandlers/ResultGetterImpl.cs Mon May  9 11:11:04 2005
@@ -31,7 +31,7 @@
 
 #endregion 
 
-namespace IBatisNet.DataMapper.TypesHandler
+namespace IBatisNet.DataMapper.TypeHandlers
 {
 	/// <summary>
 	/// Description résumée de ResultGetterImpl.

Modified: incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper/TypeHandlers/SingleTypeHandler.cs
URL: http://svn.apache.org/viewcvs/incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper/TypeHandlers/SingleTypeHandler.cs?rev=169342&r1=169336&r2=169342&view=diff
==============================================================================
--- incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper/TypeHandlers/SingleTypeHandler.cs (original)
+++ incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper/TypeHandlers/SingleTypeHandler.cs Mon May  9 11:11:04 2005
@@ -24,13 +24,18 @@
  ********************************************************************************/
 #endregion
 
+#region Using
+
 using System;
 using System.Data;
 using System.Globalization;
 
 using IBatisNet.DataMapper.Configuration.ResultMapping;
+#endregion 
+
+
 
-namespace IBatisNet.DataMapper.TypesHandler
+namespace IBatisNet.DataMapper.TypeHandlers
 {
 	/// <summary>
 	/// Description résumée de SingleTypeHandler.

Modified: incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper/TypeHandlers/StringTypeHandler.cs
URL: http://svn.apache.org/viewcvs/incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper/TypeHandlers/StringTypeHandler.cs?rev=169342&r1=169336&r2=169342&view=diff
==============================================================================
--- incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper/TypeHandlers/StringTypeHandler.cs (original)
+++ incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper/TypeHandlers/StringTypeHandler.cs Mon May  9 11:11:04 2005
@@ -24,13 +24,18 @@
  ********************************************************************************/
 #endregion
 
+#region Using
+
 using System;
 using System.Data;
 using System.Globalization;
 
 using IBatisNet.DataMapper.Configuration.ResultMapping;
+#endregion 
+
+
 
-namespace IBatisNet.DataMapper.TypesHandler
+namespace IBatisNet.DataMapper.TypeHandlers
 {
 	/// <summary>
 	/// Description résumée de SByteTypeHandler.

Modified: incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper/TypeHandlers/TimeSpanTypeHandler.cs
URL: http://svn.apache.org/viewcvs/incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper/TypeHandlers/TimeSpanTypeHandler.cs?rev=169342&r1=169336&r2=169342&view=diff
==============================================================================
--- incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper/TypeHandlers/TimeSpanTypeHandler.cs (original)
+++ incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper/TypeHandlers/TimeSpanTypeHandler.cs Mon May  9 11:11:04 2005
@@ -24,13 +24,18 @@
  ********************************************************************************/
 #endregion
 
+#region Using
+
 using System;
 using System.Data;
 using System.Globalization;
 
 using IBatisNet.DataMapper.Configuration.ResultMapping;
+#endregion 
+
+
 
-namespace IBatisNet.DataMapper.TypesHandler
+namespace IBatisNet.DataMapper.TypeHandlers
 {
 	/// <summary>
 	/// Description résumée de TimespanTypeHandler.

Modified: incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper/TypeHandlers/TypeHandlerFactory.cs
URL: http://svn.apache.org/viewcvs/incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper/TypeHandlers/TypeHandlerFactory.cs?rev=169342&r1=169336&r2=169342&view=diff
==============================================================================
--- incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper/TypeHandlers/TypeHandlerFactory.cs (original)
+++ incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper/TypeHandlers/TypeHandlerFactory.cs Mon May  9 11:11:04 2005
@@ -31,7 +31,7 @@
 
 #endregion 
 
-namespace IBatisNet.DataMapper.TypesHandler
+namespace IBatisNet.DataMapper.TypeHandlers
 {
 	/// <summary>
 	/// Not much of a suprise, this is a factory class for TypeHandler objects.

Modified: incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper/TypeHandlers/UnknownTypeHandler.cs
URL: http://svn.apache.org/viewcvs/incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper/TypeHandlers/UnknownTypeHandler.cs?rev=169342&r1=169336&r2=169342&view=diff
==============================================================================
--- incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper/TypeHandlers/UnknownTypeHandler.cs (original)
+++ incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper/TypeHandlers/UnknownTypeHandler.cs Mon May  9 11:11:04 2005
@@ -32,7 +32,7 @@
 
 #endregion 
 
-namespace IBatisNet.DataMapper.TypesHandler
+namespace IBatisNet.DataMapper.TypeHandlers
 {
 	/// <summary>
 	///  Implementation of TypeHandler for dealing with unknown types