You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ibatis.apache.org by ro...@apache.org on 2005/05/21 17:05:12 UTC

svn commit: r171220 [1/120] - in /incubator/ibatis/trunk/cs/mapper/CloverReport: ./ files/ files/Commands/ files/Configuration/ files/Configuration/Alias/ files/Configuration/Cache/ files/Configuration/Cache/Fifo/ files/Configuration/Cache/Lru/ files/Configuration/Cache/Memory/ files/Configuration/ParameterMapping/ files/Configuration/ResultMapping/ files/Configuration/Sql/ files/Configuration/Sql/Dynamic/ files/Configuration/Sql/Dynamic/Elements/ files/Configuration/Sql/Dynamic/Handlers/ files/Configuration/Sql/SimpleDynamic/ files/Configuration/Sql/Static/ files/Configuration/Statements/ files/Exceptions/ files/Logging/ files/MappedStatements/ files/Pagination/ files/Scope/ files/SessionContainer/ files/Transaction/ files/TypeHandlers/ files/Utilities/ files/Utilities/Objects/ files/Utilities/TypesResolver/ img/ namespaces/ namespaces/IBatisNet.Common.Exceptions/ namespaces/IBatisNet.Common.Logging/ namespaces/IBatisNet.Common.Pagination/ namespaces/IBatisNet.Common.Transaction/ namespaces/IBatisNet.Common.Utilities.Objects/ namespaces/IBatisNet.Common.Utilities.TypesResolver/ namespaces/IBatisNet.Common.Utilities/ namespaces/IBatisNet.Common/ namespaces/IBatisNet.DataMapper.Commands/ namespaces/IBatisNet.DataMapper.Configuration.Alias/ namespaces/IBatisNet.DataMapper.Configuration.Cache.Fifo/ namespaces/IBatisNet.DataMapper.Configuration.Cache.Lru/ namespaces/IBatisNet.DataMapper.Configuration.Cache.Memory/ namespaces/IBatisNet.DataMapper.Configuration.Cache/ namespaces/IBatisNet.DataMapper.Configuration.ParameterMapping/ namespaces/IBatisNet.DataMapper.Configuration.ResultMapping/ namespaces/IBatisNet.DataMapper.Configuration.Sql.Dynamic.Elements/ namespaces/IBatisNet.DataMapper.Configuration.Sql.Dynamic.Handlers/ namespaces/IBatisNet.DataMapper.Configuration.Sql.Dynamic/ namespaces/IBatisNet.DataMapper.Configuration.Sql.SimpleDynamic/ namespaces/IBatisNet.DataMapper.Configuration.Sql.Static/ namespaces/IBatisNet.DataMapper.Configuration.Sql/ namespaces/IBatisNet.DataMapper.Configuration.Statements/ namespaces/IBatisNet.DataMapper.Configuration/ namespaces/IBatisNet.DataMapper.Exceptions/ namespaces/IBatisNet.DataMapper.MappedStatements/ namespaces/IBatisNet.DataMapper.Scope/ namespaces/IBatisNet.DataMapper.SessionContainer/ namespaces/IBatisNet.DataMapper.TypeHandlers/ namespaces/IBatisNet.DataMapper/

Author: roberto
Date: Sat May 21 08:05:06 2005
New Revision: 171220

URL: http://svn.apache.org/viewcvs?rev=171220&view=rev
Log:
+Adding CloverReport for C# DataMapper (move directory if needed!)

Added:
    incubator/ibatis/trunk/cs/mapper/CloverReport/
    incubator/ibatis/trunk/cs/mapper/CloverReport/all-classes.html
    incubator/ibatis/trunk/cs/mapper/CloverReport/files/
    incubator/ibatis/trunk/cs/mapper/CloverReport/files/AssemblyInfo-1.html
    incubator/ibatis/trunk/cs/mapper/CloverReport/files/AssemblyInfo.html
    incubator/ibatis/trunk/cs/mapper/CloverReport/files/CacheKey.html
    incubator/ibatis/trunk/cs/mapper/CloverReport/files/Commands/
    incubator/ibatis/trunk/cs/mapper/CloverReport/files/Commands/DefaultPreparedCommand.html
    incubator/ibatis/trunk/cs/mapper/CloverReport/files/Commands/EmbedParamsPreparedCommand.html
    incubator/ibatis/trunk/cs/mapper/CloverReport/files/Commands/IPreparedCommand.html
    incubator/ibatis/trunk/cs/mapper/CloverReport/files/Commands/IPreparedCommandProxy.html
    incubator/ibatis/trunk/cs/mapper/CloverReport/files/Commands/PreparedCommandFactory.html
    incubator/ibatis/trunk/cs/mapper/CloverReport/files/Configuration/
    incubator/ibatis/trunk/cs/mapper/CloverReport/files/Configuration/Alias/
    incubator/ibatis/trunk/cs/mapper/CloverReport/files/Configuration/Alias/TypeAlias.html
    incubator/ibatis/trunk/cs/mapper/CloverReport/files/Configuration/Alias/TypeHandler.html
    incubator/ibatis/trunk/cs/mapper/CloverReport/files/Configuration/Cache/
    incubator/ibatis/trunk/cs/mapper/CloverReport/files/Configuration/Cache/CacheModel.html
    incubator/ibatis/trunk/cs/mapper/CloverReport/files/Configuration/Cache/Fifo/
    incubator/ibatis/trunk/cs/mapper/CloverReport/files/Configuration/Cache/Fifo/FifoCacheController.html
    incubator/ibatis/trunk/cs/mapper/CloverReport/files/Configuration/Cache/FlushInterval.html
    incubator/ibatis/trunk/cs/mapper/CloverReport/files/Configuration/Cache/ICacheController.html
    incubator/ibatis/trunk/cs/mapper/CloverReport/files/Configuration/Cache/Lru/
    incubator/ibatis/trunk/cs/mapper/CloverReport/files/Configuration/Cache/Lru/LruCacheController.html
    incubator/ibatis/trunk/cs/mapper/CloverReport/files/Configuration/Cache/Memory/
    incubator/ibatis/trunk/cs/mapper/CloverReport/files/Configuration/Cache/Memory/MemoryCacheControler.html
    incubator/ibatis/trunk/cs/mapper/CloverReport/files/Configuration/Cache/Memory/MemoryCacheLevel.html
    incubator/ibatis/trunk/cs/mapper/CloverReport/files/Configuration/DomSqlMapBuilder.html
    incubator/ibatis/trunk/cs/mapper/CloverReport/files/Configuration/ParameterMapping/
    incubator/ibatis/trunk/cs/mapper/CloverReport/files/Configuration/ParameterMapping/InlineParameterMapParser.html
    incubator/ibatis/trunk/cs/mapper/CloverReport/files/Configuration/ParameterMapping/ParameterMap.html
    incubator/ibatis/trunk/cs/mapper/CloverReport/files/Configuration/ParameterMapping/ParameterProperty.html
    incubator/ibatis/trunk/cs/mapper/CloverReport/files/Configuration/ResultMapping/
    incubator/ibatis/trunk/cs/mapper/CloverReport/files/Configuration/ResultMapping/Discriminator.html
    incubator/ibatis/trunk/cs/mapper/CloverReport/files/Configuration/ResultMapping/ResultMap.html
    incubator/ibatis/trunk/cs/mapper/CloverReport/files/Configuration/ResultMapping/ResultProperty.html
    incubator/ibatis/trunk/cs/mapper/CloverReport/files/Configuration/ResultMapping/SubMap.html
    incubator/ibatis/trunk/cs/mapper/CloverReport/files/Configuration/SerializerFactory.html
    incubator/ibatis/trunk/cs/mapper/CloverReport/files/Configuration/Sql/
    incubator/ibatis/trunk/cs/mapper/CloverReport/files/Configuration/Sql/Dynamic/
    incubator/ibatis/trunk/cs/mapper/CloverReport/files/Configuration/Sql/Dynamic/DynamicSql.html
    incubator/ibatis/trunk/cs/mapper/CloverReport/files/Configuration/Sql/Dynamic/Elements/
    incubator/ibatis/trunk/cs/mapper/CloverReport/files/Configuration/Sql/Dynamic/Elements/BaseTag.html
    incubator/ibatis/trunk/cs/mapper/CloverReport/files/Configuration/Sql/Dynamic/Elements/Conditional.html
    incubator/ibatis/trunk/cs/mapper/CloverReport/files/Configuration/Sql/Dynamic/Elements/Dynamic.html
    incubator/ibatis/trunk/cs/mapper/CloverReport/files/Configuration/Sql/Dynamic/Elements/IDynamicParent.html
    incubator/ibatis/trunk/cs/mapper/CloverReport/files/Configuration/Sql/Dynamic/Elements/IsEmpty.html
    incubator/ibatis/trunk/cs/mapper/CloverReport/files/Configuration/Sql/Dynamic/Elements/IsEqual.html
    incubator/ibatis/trunk/cs/mapper/CloverReport/files/Configuration/Sql/Dynamic/Elements/IsGreaterEqual.html
    incubator/ibatis/trunk/cs/mapper/CloverReport/files/Configuration/Sql/Dynamic/Elements/IsGreaterThan.html
    incubator/ibatis/trunk/cs/mapper/CloverReport/files/Configuration/Sql/Dynamic/Elements/IsLessEqual.html
    incubator/ibatis/trunk/cs/mapper/CloverReport/files/Configuration/Sql/Dynamic/Elements/IsLessThan.html
    incubator/ibatis/trunk/cs/mapper/CloverReport/files/Configuration/Sql/Dynamic/Elements/IsNotEmpty.html
    incubator/ibatis/trunk/cs/mapper/CloverReport/files/Configuration/Sql/Dynamic/Elements/IsNotEqual.html
    incubator/ibatis/trunk/cs/mapper/CloverReport/files/Configuration/Sql/Dynamic/Elements/IsNotNull.html
    incubator/ibatis/trunk/cs/mapper/CloverReport/files/Configuration/Sql/Dynamic/Elements/IsNotParameterPresent.html
    incubator/ibatis/trunk/cs/mapper/CloverReport/files/Configuration/Sql/Dynamic/Elements/IsNotPropertyAvailable.html
    incubator/ibatis/trunk/cs/mapper/CloverReport/files/Configuration/Sql/Dynamic/Elements/IsNull.html
    incubator/ibatis/trunk/cs/mapper/CloverReport/files/Configuration/Sql/Dynamic/Elements/IsParameterPresent.html
    incubator/ibatis/trunk/cs/mapper/CloverReport/files/Configuration/Sql/Dynamic/Elements/IsPropertyAvailable.html
    incubator/ibatis/trunk/cs/mapper/CloverReport/files/Configuration/Sql/Dynamic/Elements/Iterate.html
    incubator/ibatis/trunk/cs/mapper/CloverReport/files/Configuration/Sql/Dynamic/Elements/SqlTag.html
    incubator/ibatis/trunk/cs/mapper/CloverReport/files/Configuration/Sql/Dynamic/Handlers/
    incubator/ibatis/trunk/cs/mapper/CloverReport/files/Configuration/Sql/Dynamic/Handlers/BaseTagHandler.html
    incubator/ibatis/trunk/cs/mapper/CloverReport/files/Configuration/Sql/Dynamic/Handlers/ConditionalTagHandler.html
    incubator/ibatis/trunk/cs/mapper/CloverReport/files/Configuration/Sql/Dynamic/Handlers/DynamicTagHandler.html
    incubator/ibatis/trunk/cs/mapper/CloverReport/files/Configuration/Sql/Dynamic/Handlers/ISqlTagHandler.html
    incubator/ibatis/trunk/cs/mapper/CloverReport/files/Configuration/Sql/Dynamic/Handlers/IsEmptyTagHandler.html
    incubator/ibatis/trunk/cs/mapper/CloverReport/files/Configuration/Sql/Dynamic/Handlers/IsEqualTagHandler.html
    incubator/ibatis/trunk/cs/mapper/CloverReport/files/Configuration/Sql/Dynamic/Handlers/IsGreaterEqualTagHandler.html
    incubator/ibatis/trunk/cs/mapper/CloverReport/files/Configuration/Sql/Dynamic/Handlers/IsGreaterThanTagHandler.html
    incubator/ibatis/trunk/cs/mapper/CloverReport/files/Configuration/Sql/Dynamic/Handlers/IsLessEqualTagHandler.html
    incubator/ibatis/trunk/cs/mapper/CloverReport/files/Configuration/Sql/Dynamic/Handlers/IsLessThanTagHandler.html
    incubator/ibatis/trunk/cs/mapper/CloverReport/files/Configuration/Sql/Dynamic/Handlers/IsNotEmptyTagHandler.html
    incubator/ibatis/trunk/cs/mapper/CloverReport/files/Configuration/Sql/Dynamic/Handlers/IsNotEqualTagHandler.html
    incubator/ibatis/trunk/cs/mapper/CloverReport/files/Configuration/Sql/Dynamic/Handlers/IsNotNullTagHandler.html
    incubator/ibatis/trunk/cs/mapper/CloverReport/files/Configuration/Sql/Dynamic/Handlers/IsNotParameterPresentTagHandler.html
    incubator/ibatis/trunk/cs/mapper/CloverReport/files/Configuration/Sql/Dynamic/Handlers/IsNotPropertyAvailableTagHandler.html
    incubator/ibatis/trunk/cs/mapper/CloverReport/files/Configuration/Sql/Dynamic/Handlers/IsNullTagHandler.html
    incubator/ibatis/trunk/cs/mapper/CloverReport/files/Configuration/Sql/Dynamic/Handlers/IsParameterPresentTagHandler.html
    incubator/ibatis/trunk/cs/mapper/CloverReport/files/Configuration/Sql/Dynamic/Handlers/IsPropertyAvailableTagHandler.html
    incubator/ibatis/trunk/cs/mapper/CloverReport/files/Configuration/Sql/Dynamic/Handlers/IterateContext.html
    incubator/ibatis/trunk/cs/mapper/CloverReport/files/Configuration/Sql/Dynamic/Handlers/IterateTagHandler.html
    incubator/ibatis/trunk/cs/mapper/CloverReport/files/Configuration/Sql/Dynamic/Handlers/SqlTagContext.html
    incubator/ibatis/trunk/cs/mapper/CloverReport/files/Configuration/Sql/Dynamic/ISqlChild.html
    incubator/ibatis/trunk/cs/mapper/CloverReport/files/Configuration/Sql/Dynamic/SqlText.html
    incubator/ibatis/trunk/cs/mapper/CloverReport/files/Configuration/Sql/ISql.html
    incubator/ibatis/trunk/cs/mapper/CloverReport/files/Configuration/Sql/SimpleDynamic/
    incubator/ibatis/trunk/cs/mapper/CloverReport/files/Configuration/Sql/SimpleDynamic/SimpleDynamicSql.html
    incubator/ibatis/trunk/cs/mapper/CloverReport/files/Configuration/Sql/Static/
    incubator/ibatis/trunk/cs/mapper/CloverReport/files/Configuration/Sql/Static/ProcedureSql.html
    incubator/ibatis/trunk/cs/mapper/CloverReport/files/Configuration/Sql/Static/StaticSql.html
    incubator/ibatis/trunk/cs/mapper/CloverReport/files/Configuration/Statements/
    incubator/ibatis/trunk/cs/mapper/CloverReport/files/Configuration/Statements/Delete.html
    incubator/ibatis/trunk/cs/mapper/CloverReport/files/Configuration/Statements/Generate.html
    incubator/ibatis/trunk/cs/mapper/CloverReport/files/Configuration/Statements/IStatement.html
    incubator/ibatis/trunk/cs/mapper/CloverReport/files/Configuration/Statements/Insert.html
    incubator/ibatis/trunk/cs/mapper/CloverReport/files/Configuration/Statements/PreparedStatement.html
    incubator/ibatis/trunk/cs/mapper/CloverReport/files/Configuration/Statements/PreparedStatementFactory.html
    incubator/ibatis/trunk/cs/mapper/CloverReport/files/Configuration/Statements/Procedure.html
    incubator/ibatis/trunk/cs/mapper/CloverReport/files/Configuration/Statements/Select.html
    incubator/ibatis/trunk/cs/mapper/CloverReport/files/Configuration/Statements/SelectKey.html
    incubator/ibatis/trunk/cs/mapper/CloverReport/files/Configuration/Statements/SqlGenerator.html
    incubator/ibatis/trunk/cs/mapper/CloverReport/files/Configuration/Statements/Statement.html
    incubator/ibatis/trunk/cs/mapper/CloverReport/files/Configuration/Statements/Update.html
    incubator/ibatis/trunk/cs/mapper/CloverReport/files/DataSource.html
    incubator/ibatis/trunk/cs/mapper/CloverReport/files/Enumeration.html
    incubator/ibatis/trunk/cs/mapper/CloverReport/files/Exceptions/
    incubator/ibatis/trunk/cs/mapper/CloverReport/files/Exceptions/ConfigurationException.html
    incubator/ibatis/trunk/cs/mapper/CloverReport/files/Exceptions/DataMapperException.html
    incubator/ibatis/trunk/cs/mapper/CloverReport/files/Exceptions/ForeignKeyException.html
    incubator/ibatis/trunk/cs/mapper/CloverReport/files/Exceptions/IBatisNetException.html
    incubator/ibatis/trunk/cs/mapper/CloverReport/files/Exceptions/ProbeException.html
    incubator/ibatis/trunk/cs/mapper/CloverReport/files/ExecuteEventArgs.html
    incubator/ibatis/trunk/cs/mapper/CloverReport/files/IDalSession.html
    incubator/ibatis/trunk/cs/mapper/CloverReport/files/LazyLoadList.html
    incubator/ibatis/trunk/cs/mapper/CloverReport/files/Logging/
    incubator/ibatis/trunk/cs/mapper/CloverReport/files/Logging/IDbConnectionProxy.html
    incubator/ibatis/trunk/cs/mapper/CloverReport/files/MappedStatements/
    incubator/ibatis/trunk/cs/mapper/CloverReport/files/MappedStatements/DeleteMappedStatement.html
    incubator/ibatis/trunk/cs/mapper/CloverReport/files/MappedStatements/IMappedStatement.html
    incubator/ibatis/trunk/cs/mapper/CloverReport/files/MappedStatements/InsertMappedStatement.html
    incubator/ibatis/trunk/cs/mapper/CloverReport/files/MappedStatements/MappedStatement.html
    incubator/ibatis/trunk/cs/mapper/CloverReport/files/MappedStatements/PaginatedList.html
    incubator/ibatis/trunk/cs/mapper/CloverReport/files/MappedStatements/SelectMappedStatement.html
    incubator/ibatis/trunk/cs/mapper/CloverReport/files/MappedStatements/UpdateMappedStatement.html
    incubator/ibatis/trunk/cs/mapper/CloverReport/files/Mapper.html
    incubator/ibatis/trunk/cs/mapper/CloverReport/files/Pagination/
    incubator/ibatis/trunk/cs/mapper/CloverReport/files/Pagination/IPaginatedList.html
    incubator/ibatis/trunk/cs/mapper/CloverReport/files/Pagination/PaginatedArrayList.html
    incubator/ibatis/trunk/cs/mapper/CloverReport/files/Provider.html
    incubator/ibatis/trunk/cs/mapper/CloverReport/files/Scope/
    incubator/ibatis/trunk/cs/mapper/CloverReport/files/Scope/ConfigurationScope.html
    incubator/ibatis/trunk/cs/mapper/CloverReport/files/Scope/ErrorContext.html
    incubator/ibatis/trunk/cs/mapper/CloverReport/files/Scope/RequestScope.html
    incubator/ibatis/trunk/cs/mapper/CloverReport/files/SessionContainer/
    incubator/ibatis/trunk/cs/mapper/CloverReport/files/SessionContainer/ISessionContainer.html
    incubator/ibatis/trunk/cs/mapper/CloverReport/files/SessionContainer/SessionContainerFactory.html
    incubator/ibatis/trunk/cs/mapper/CloverReport/files/SessionContainer/WebSessionContainer.html
    incubator/ibatis/trunk/cs/mapper/CloverReport/files/SessionContainer/WindowSessionContainer.html
    incubator/ibatis/trunk/cs/mapper/CloverReport/files/SqlMapSession.html
    incubator/ibatis/trunk/cs/mapper/CloverReport/files/SqlMapper.html
    incubator/ibatis/trunk/cs/mapper/CloverReport/files/Transaction/
    incubator/ibatis/trunk/cs/mapper/CloverReport/files/Transaction/IsolationLevel.html
    incubator/ibatis/trunk/cs/mapper/CloverReport/files/Transaction/TransactionOptions.html
    incubator/ibatis/trunk/cs/mapper/CloverReport/files/Transaction/TransactionScope.html
    incubator/ibatis/trunk/cs/mapper/CloverReport/files/Transaction/TransactionScopeOptions.html
    incubator/ibatis/trunk/cs/mapper/CloverReport/files/TypeHandlers/
    incubator/ibatis/trunk/cs/mapper/CloverReport/files/TypeHandlers/BaseTypeHandler.html
    incubator/ibatis/trunk/cs/mapper/CloverReport/files/TypeHandlers/BooleanTypeHandler.html
    incubator/ibatis/trunk/cs/mapper/CloverReport/files/TypeHandlers/ByteArrayTypeHandler.html
    incubator/ibatis/trunk/cs/mapper/CloverReport/files/TypeHandlers/ByteTypeHandler.html
    incubator/ibatis/trunk/cs/mapper/CloverReport/files/TypeHandlers/CharTypeHandler.html
    incubator/ibatis/trunk/cs/mapper/CloverReport/files/TypeHandlers/CustomTypeHandler.html
    incubator/ibatis/trunk/cs/mapper/CloverReport/files/TypeHandlers/DateTimeTypeHandler.html
    incubator/ibatis/trunk/cs/mapper/CloverReport/files/TypeHandlers/DecimalTypeHandler.html
    incubator/ibatis/trunk/cs/mapper/CloverReport/files/TypeHandlers/DoubleTypeHandler.html
    incubator/ibatis/trunk/cs/mapper/CloverReport/files/TypeHandlers/EnumTypeHandler.html
    incubator/ibatis/trunk/cs/mapper/CloverReport/files/TypeHandlers/GuidTypeHandler.html
    incubator/ibatis/trunk/cs/mapper/CloverReport/files/TypeHandlers/IParameterSetter.html
    incubator/ibatis/trunk/cs/mapper/CloverReport/files/TypeHandlers/IResultGetter.html
    incubator/ibatis/trunk/cs/mapper/CloverReport/files/TypeHandlers/ITypeHandler.html
    incubator/ibatis/trunk/cs/mapper/CloverReport/files/TypeHandlers/ITypeHandlerCallback.html
    incubator/ibatis/trunk/cs/mapper/CloverReport/files/TypeHandlers/Int16TypeHandler.html
    incubator/ibatis/trunk/cs/mapper/CloverReport/files/TypeHandlers/Int32TypeHandler.html
    incubator/ibatis/trunk/cs/mapper/CloverReport/files/TypeHandlers/Int64TypeHandler.html
    incubator/ibatis/trunk/cs/mapper/CloverReport/files/TypeHandlers/ObjectTypeHandler.html
    incubator/ibatis/trunk/cs/mapper/CloverReport/files/TypeHandlers/ParameterSetterImpl.html
    incubator/ibatis/trunk/cs/mapper/CloverReport/files/TypeHandlers/ResultGetterImpl.html
    incubator/ibatis/trunk/cs/mapper/CloverReport/files/TypeHandlers/SingleTypeHandler.html
    incubator/ibatis/trunk/cs/mapper/CloverReport/files/TypeHandlers/StringTypeHandler.html
    incubator/ibatis/trunk/cs/mapper/CloverReport/files/TypeHandlers/TimeSpanTypeHandler.html
    incubator/ibatis/trunk/cs/mapper/CloverReport/files/TypeHandlers/TypeHandlerFactory.html
    incubator/ibatis/trunk/cs/mapper/CloverReport/files/TypeHandlers/UnknownTypeHandler.html
    incubator/ibatis/trunk/cs/mapper/CloverReport/files/Utilities/
    incubator/ibatis/trunk/cs/mapper/CloverReport/files/Utilities/ConfigWatcherHandler.html
    incubator/ibatis/trunk/cs/mapper/CloverReport/files/Utilities/DBHelperParameterCache.html
    incubator/ibatis/trunk/cs/mapper/CloverReport/files/Utilities/HashCodeProvider.html
    incubator/ibatis/trunk/cs/mapper/CloverReport/files/Utilities/Objects/
    incubator/ibatis/trunk/cs/mapper/CloverReport/files/Utilities/Objects/ObjectProbe.html
    incubator/ibatis/trunk/cs/mapper/CloverReport/files/Utilities/Objects/ReflectionInfo.html
    incubator/ibatis/trunk/cs/mapper/CloverReport/files/Utilities/Resources.html
    incubator/ibatis/trunk/cs/mapper/CloverReport/files/Utilities/ScriptRunner.html
    incubator/ibatis/trunk/cs/mapper/CloverReport/files/Utilities/StringTokenizer.html
    incubator/ibatis/trunk/cs/mapper/CloverReport/files/Utilities/TypesResolver/
    incubator/ibatis/trunk/cs/mapper/CloverReport/files/Utilities/TypesResolver/CachedTypeResolver.html
    incubator/ibatis/trunk/cs/mapper/CloverReport/files/Utilities/TypesResolver/TypeAliasResolver.html
    incubator/ibatis/trunk/cs/mapper/CloverReport/files/Utilities/TypesResolver/TypeResolver.html
    incubator/ibatis/trunk/cs/mapper/CloverReport/img/
    incubator/ibatis/trunk/cs/mapper/CloverReport/img/green.gif   (with props)
    incubator/ibatis/trunk/cs/mapper/CloverReport/img/logo.gif   (with props)
    incubator/ibatis/trunk/cs/mapper/CloverReport/img/red.gif   (with props)
    incubator/ibatis/trunk/cs/mapper/CloverReport/img/trans.gif   (with props)
    incubator/ibatis/trunk/cs/mapper/CloverReport/index.html
    incubator/ibatis/trunk/cs/mapper/CloverReport/menu.html
    incubator/ibatis/trunk/cs/mapper/CloverReport/namespaces/
    incubator/ibatis/trunk/cs/mapper/CloverReport/namespaces/IBatisNet.Common/
    incubator/ibatis/trunk/cs/mapper/CloverReport/namespaces/IBatisNet.Common.Exceptions/
    incubator/ibatis/trunk/cs/mapper/CloverReport/namespaces/IBatisNet.Common.Exceptions/ns-classes.html
    incubator/ibatis/trunk/cs/mapper/CloverReport/namespaces/IBatisNet.Common.Exceptions/ns-summary.html
    incubator/ibatis/trunk/cs/mapper/CloverReport/namespaces/IBatisNet.Common.Logging/
    incubator/ibatis/trunk/cs/mapper/CloverReport/namespaces/IBatisNet.Common.Logging/ns-classes.html
    incubator/ibatis/trunk/cs/mapper/CloverReport/namespaces/IBatisNet.Common.Logging/ns-summary.html
    incubator/ibatis/trunk/cs/mapper/CloverReport/namespaces/IBatisNet.Common.Pagination/
    incubator/ibatis/trunk/cs/mapper/CloverReport/namespaces/IBatisNet.Common.Pagination/ns-classes.html
    incubator/ibatis/trunk/cs/mapper/CloverReport/namespaces/IBatisNet.Common.Pagination/ns-summary.html
    incubator/ibatis/trunk/cs/mapper/CloverReport/namespaces/IBatisNet.Common.Transaction/
    incubator/ibatis/trunk/cs/mapper/CloverReport/namespaces/IBatisNet.Common.Transaction/ns-classes.html
    incubator/ibatis/trunk/cs/mapper/CloverReport/namespaces/IBatisNet.Common.Transaction/ns-summary.html
    incubator/ibatis/trunk/cs/mapper/CloverReport/namespaces/IBatisNet.Common.Utilities/
    incubator/ibatis/trunk/cs/mapper/CloverReport/namespaces/IBatisNet.Common.Utilities.Objects/
    incubator/ibatis/trunk/cs/mapper/CloverReport/namespaces/IBatisNet.Common.Utilities.Objects/ns-classes.html
    incubator/ibatis/trunk/cs/mapper/CloverReport/namespaces/IBatisNet.Common.Utilities.Objects/ns-summary.html
    incubator/ibatis/trunk/cs/mapper/CloverReport/namespaces/IBatisNet.Common.Utilities.TypesResolver/
    incubator/ibatis/trunk/cs/mapper/CloverReport/namespaces/IBatisNet.Common.Utilities.TypesResolver/ns-classes.html
    incubator/ibatis/trunk/cs/mapper/CloverReport/namespaces/IBatisNet.Common.Utilities.TypesResolver/ns-summary.html
    incubator/ibatis/trunk/cs/mapper/CloverReport/namespaces/IBatisNet.Common.Utilities/ns-classes.html
    incubator/ibatis/trunk/cs/mapper/CloverReport/namespaces/IBatisNet.Common.Utilities/ns-summary.html
    incubator/ibatis/trunk/cs/mapper/CloverReport/namespaces/IBatisNet.Common/ns-classes.html
    incubator/ibatis/trunk/cs/mapper/CloverReport/namespaces/IBatisNet.Common/ns-summary.html
    incubator/ibatis/trunk/cs/mapper/CloverReport/namespaces/IBatisNet.DataMapper/
    incubator/ibatis/trunk/cs/mapper/CloverReport/namespaces/IBatisNet.DataMapper.Commands/
    incubator/ibatis/trunk/cs/mapper/CloverReport/namespaces/IBatisNet.DataMapper.Commands/ns-classes.html
    incubator/ibatis/trunk/cs/mapper/CloverReport/namespaces/IBatisNet.DataMapper.Commands/ns-summary.html
    incubator/ibatis/trunk/cs/mapper/CloverReport/namespaces/IBatisNet.DataMapper.Configuration/
    incubator/ibatis/trunk/cs/mapper/CloverReport/namespaces/IBatisNet.DataMapper.Configuration.Alias/
    incubator/ibatis/trunk/cs/mapper/CloverReport/namespaces/IBatisNet.DataMapper.Configuration.Alias/ns-classes.html
    incubator/ibatis/trunk/cs/mapper/CloverReport/namespaces/IBatisNet.DataMapper.Configuration.Alias/ns-summary.html
    incubator/ibatis/trunk/cs/mapper/CloverReport/namespaces/IBatisNet.DataMapper.Configuration.Cache/
    incubator/ibatis/trunk/cs/mapper/CloverReport/namespaces/IBatisNet.DataMapper.Configuration.Cache.Fifo/
    incubator/ibatis/trunk/cs/mapper/CloverReport/namespaces/IBatisNet.DataMapper.Configuration.Cache.Fifo/ns-classes.html
    incubator/ibatis/trunk/cs/mapper/CloverReport/namespaces/IBatisNet.DataMapper.Configuration.Cache.Fifo/ns-summary.html
    incubator/ibatis/trunk/cs/mapper/CloverReport/namespaces/IBatisNet.DataMapper.Configuration.Cache.Lru/
    incubator/ibatis/trunk/cs/mapper/CloverReport/namespaces/IBatisNet.DataMapper.Configuration.Cache.Lru/ns-classes.html
    incubator/ibatis/trunk/cs/mapper/CloverReport/namespaces/IBatisNet.DataMapper.Configuration.Cache.Lru/ns-summary.html
    incubator/ibatis/trunk/cs/mapper/CloverReport/namespaces/IBatisNet.DataMapper.Configuration.Cache.Memory/
    incubator/ibatis/trunk/cs/mapper/CloverReport/namespaces/IBatisNet.DataMapper.Configuration.Cache.Memory/ns-classes.html
    incubator/ibatis/trunk/cs/mapper/CloverReport/namespaces/IBatisNet.DataMapper.Configuration.Cache.Memory/ns-summary.html
    incubator/ibatis/trunk/cs/mapper/CloverReport/namespaces/IBatisNet.DataMapper.Configuration.Cache/ns-classes.html
    incubator/ibatis/trunk/cs/mapper/CloverReport/namespaces/IBatisNet.DataMapper.Configuration.Cache/ns-summary.html
    incubator/ibatis/trunk/cs/mapper/CloverReport/namespaces/IBatisNet.DataMapper.Configuration.ParameterMapping/
    incubator/ibatis/trunk/cs/mapper/CloverReport/namespaces/IBatisNet.DataMapper.Configuration.ParameterMapping/ns-classes.html
    incubator/ibatis/trunk/cs/mapper/CloverReport/namespaces/IBatisNet.DataMapper.Configuration.ParameterMapping/ns-summary.html
    incubator/ibatis/trunk/cs/mapper/CloverReport/namespaces/IBatisNet.DataMapper.Configuration.ResultMapping/
    incubator/ibatis/trunk/cs/mapper/CloverReport/namespaces/IBatisNet.DataMapper.Configuration.ResultMapping/ns-classes.html
    incubator/ibatis/trunk/cs/mapper/CloverReport/namespaces/IBatisNet.DataMapper.Configuration.ResultMapping/ns-summary.html
    incubator/ibatis/trunk/cs/mapper/CloverReport/namespaces/IBatisNet.DataMapper.Configuration.Sql/
    incubator/ibatis/trunk/cs/mapper/CloverReport/namespaces/IBatisNet.DataMapper.Configuration.Sql.Dynamic/
    incubator/ibatis/trunk/cs/mapper/CloverReport/namespaces/IBatisNet.DataMapper.Configuration.Sql.Dynamic.Elements/
    incubator/ibatis/trunk/cs/mapper/CloverReport/namespaces/IBatisNet.DataMapper.Configuration.Sql.Dynamic.Elements/ns-classes.html
    incubator/ibatis/trunk/cs/mapper/CloverReport/namespaces/IBatisNet.DataMapper.Configuration.Sql.Dynamic.Elements/ns-summary.html
    incubator/ibatis/trunk/cs/mapper/CloverReport/namespaces/IBatisNet.DataMapper.Configuration.Sql.Dynamic.Handlers/
    incubator/ibatis/trunk/cs/mapper/CloverReport/namespaces/IBatisNet.DataMapper.Configuration.Sql.Dynamic.Handlers/ns-classes.html
    incubator/ibatis/trunk/cs/mapper/CloverReport/namespaces/IBatisNet.DataMapper.Configuration.Sql.Dynamic.Handlers/ns-summary.html
    incubator/ibatis/trunk/cs/mapper/CloverReport/namespaces/IBatisNet.DataMapper.Configuration.Sql.Dynamic/ns-classes.html
    incubator/ibatis/trunk/cs/mapper/CloverReport/namespaces/IBatisNet.DataMapper.Configuration.Sql.Dynamic/ns-summary.html
    incubator/ibatis/trunk/cs/mapper/CloverReport/namespaces/IBatisNet.DataMapper.Configuration.Sql.SimpleDynamic/
    incubator/ibatis/trunk/cs/mapper/CloverReport/namespaces/IBatisNet.DataMapper.Configuration.Sql.SimpleDynamic/ns-classes.html
    incubator/ibatis/trunk/cs/mapper/CloverReport/namespaces/IBatisNet.DataMapper.Configuration.Sql.SimpleDynamic/ns-summary.html
    incubator/ibatis/trunk/cs/mapper/CloverReport/namespaces/IBatisNet.DataMapper.Configuration.Sql.Static/
    incubator/ibatis/trunk/cs/mapper/CloverReport/namespaces/IBatisNet.DataMapper.Configuration.Sql.Static/ns-classes.html
    incubator/ibatis/trunk/cs/mapper/CloverReport/namespaces/IBatisNet.DataMapper.Configuration.Sql.Static/ns-summary.html
    incubator/ibatis/trunk/cs/mapper/CloverReport/namespaces/IBatisNet.DataMapper.Configuration.Sql/ns-classes.html
    incubator/ibatis/trunk/cs/mapper/CloverReport/namespaces/IBatisNet.DataMapper.Configuration.Sql/ns-summary.html
    incubator/ibatis/trunk/cs/mapper/CloverReport/namespaces/IBatisNet.DataMapper.Configuration.Statements/
    incubator/ibatis/trunk/cs/mapper/CloverReport/namespaces/IBatisNet.DataMapper.Configuration.Statements/ns-classes.html
    incubator/ibatis/trunk/cs/mapper/CloverReport/namespaces/IBatisNet.DataMapper.Configuration.Statements/ns-summary.html
    incubator/ibatis/trunk/cs/mapper/CloverReport/namespaces/IBatisNet.DataMapper.Configuration/ns-classes.html
    incubator/ibatis/trunk/cs/mapper/CloverReport/namespaces/IBatisNet.DataMapper.Configuration/ns-summary.html
    incubator/ibatis/trunk/cs/mapper/CloverReport/namespaces/IBatisNet.DataMapper.Exceptions/
    incubator/ibatis/trunk/cs/mapper/CloverReport/namespaces/IBatisNet.DataMapper.Exceptions/ns-classes.html
    incubator/ibatis/trunk/cs/mapper/CloverReport/namespaces/IBatisNet.DataMapper.Exceptions/ns-summary.html
    incubator/ibatis/trunk/cs/mapper/CloverReport/namespaces/IBatisNet.DataMapper.MappedStatements/
    incubator/ibatis/trunk/cs/mapper/CloverReport/namespaces/IBatisNet.DataMapper.MappedStatements/ns-classes.html
    incubator/ibatis/trunk/cs/mapper/CloverReport/namespaces/IBatisNet.DataMapper.MappedStatements/ns-summary.html
    incubator/ibatis/trunk/cs/mapper/CloverReport/namespaces/IBatisNet.DataMapper.Scope/
    incubator/ibatis/trunk/cs/mapper/CloverReport/namespaces/IBatisNet.DataMapper.Scope/ns-classes.html
    incubator/ibatis/trunk/cs/mapper/CloverReport/namespaces/IBatisNet.DataMapper.Scope/ns-summary.html
    incubator/ibatis/trunk/cs/mapper/CloverReport/namespaces/IBatisNet.DataMapper.SessionContainer/
    incubator/ibatis/trunk/cs/mapper/CloverReport/namespaces/IBatisNet.DataMapper.SessionContainer/ns-classes.html
    incubator/ibatis/trunk/cs/mapper/CloverReport/namespaces/IBatisNet.DataMapper.SessionContainer/ns-summary.html
    incubator/ibatis/trunk/cs/mapper/CloverReport/namespaces/IBatisNet.DataMapper.TypeHandlers/
    incubator/ibatis/trunk/cs/mapper/CloverReport/namespaces/IBatisNet.DataMapper.TypeHandlers/ns-classes.html
    incubator/ibatis/trunk/cs/mapper/CloverReport/namespaces/IBatisNet.DataMapper.TypeHandlers/ns-summary.html
    incubator/ibatis/trunk/cs/mapper/CloverReport/namespaces/IBatisNet.DataMapper/ns-classes.html
    incubator/ibatis/trunk/cs/mapper/CloverReport/namespaces/IBatisNet.DataMapper/ns-summary.html
    incubator/ibatis/trunk/cs/mapper/CloverReport/overview.html
    incubator/ibatis/trunk/cs/mapper/CloverReport/print.css
    incubator/ibatis/trunk/cs/mapper/CloverReport/style.css

Added: incubator/ibatis/trunk/cs/mapper/CloverReport/all-classes.html
URL: http://svn.apache.org/viewcvs/incubator/ibatis/trunk/cs/mapper/CloverReport/all-classes.html?rev=171220&view=auto
==============================================================================
--- incubator/ibatis/trunk/cs/mapper/CloverReport/all-classes.html (added)
+++ incubator/ibatis/trunk/cs/mapper/CloverReport/all-classes.html Sat May 21 08:05:06 2005
@@ -0,0 +1,658 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html>
+  <head>
+    <title>Coverage</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
+    <link rel="stylesheet" type="text/css" href="style.css"/>
+    <link rel="stylesheet" type="text/css" href="print.css" media="print"/>
+  </head>
+  <body>
+    <h1 class="titleText">
+      All Classes
+    </h1>
+    
+    <ul class="list">
+                  <li>
+                                    <a target="mainPane" href="./files/Configuration/Sql/Dynamic/Elements/BaseTag.html#37">BaseTag</a>
+                                <span class="coveragepct">(100.0 %)</span>
+        </li>
+                        <li>
+                                    <a target="mainPane" href="./files/Configuration/Sql/Dynamic/Handlers/BaseTagHandler.html#39">BaseTagHandler</a>
+                                <span class="coveragepct">(78.3 %)</span>
+        </li>
+                        <li>
+                                    <a target="mainPane" href="./files/TypeHandlers/BaseTypeHandler.html#41">BaseTypeHandler</a>
+                                <span class="coveragepct">(22.2 %)</span>
+        </li>
+                        <li>
+                                    <a target="mainPane" href="./files/TypeHandlers/BooleanTypeHandler.html#42">BooleanTypeHandler</a>
+                                <span class="coveragepct">(57.9 %)</span>
+        </li>
+                        <li>
+                                    <a target="mainPane" href="./files/TypeHandlers/ByteArrayTypeHandler.html#43">ByteArrayTypeHandler</a>
+                                <span class="coveragepct">(63.2 %)</span>
+        </li>
+                        <li>
+                                    <a target="mainPane" href="./files/TypeHandlers/ByteTypeHandler.html#43">ByteTypeHandler</a>
+                                <span class="coveragepct">(31.6 %)</span>
+        </li>
+                        <li>
+                                    <a target="mainPane" href="./files/Utilities/TypesResolver/CachedTypeResolver.html#42">CachedTypeResolver</a>
+                                <span class="coveragepct">(100.0 %)</span>
+        </li>
+                        <li>
+                                    <a target="mainPane" href="./files/CacheKey.html#42">CacheKey</a>
+                                <span class="coveragepct">(60.5 %)</span>
+        </li>
+                        <li>
+                                    <a target="mainPane" href="./files/Configuration/Cache/CacheModel.html#47">CacheModel</a>
+                                <span class="coveragepct">(73.4 %)</span>
+        </li>
+                        <li>
+                                    <a target="mainPane" href="./files/TypeHandlers/CharTypeHandler.html#43">CharTypeHandler</a>
+                                <span class="coveragepct">(31.6 %)</span>
+        </li>
+                        <li>
+                                    <a target="mainPane" href="./files/Configuration/Sql/Dynamic/Elements/Conditional.html#40">Conditional</a>
+                                <span class="coveragepct">(100.0 %)</span>
+        </li>
+                        <li>
+                                    <a target="mainPane" href="./files/Configuration/Sql/Dynamic/Handlers/ConditionalTagHandler.html#41">ConditionalTagHandler</a>
+                                <span class="coveragepct">(71.4 %)</span>
+        </li>
+                        <li>
+                                    <a target="mainPane" href="./files/Exceptions/ConfigurationException.html#44">ConfigurationException</a>
+                                <span class="coveragepct">(0.0 %)</span>
+        </li>
+                        <li>
+                                    <a target="mainPane" href="./files/Scope/ConfigurationScope.html#46">ConfigurationScope</a>
+                                <span class="coveragepct">(91.5 %)</span>
+        </li>
+                        <li>
+                                    <a target="mainPane" href="./files/Utilities/ConfigWatcherHandler.html#75">ConfigWatcherHandler</a>
+                                <span class="coveragepct">(68.4 %)</span>
+        </li>
+                        <li>
+                                    <a target="mainPane" href="./files/TypeHandlers/CustomTypeHandler.html#39">CustomTypeHandler</a>
+                                <span class="coveragepct">(44.4 %)</span>
+        </li>
+                        <li>
+                                    <a target="mainPane" href="./files/Exceptions/DataMapperException.html#37">DataMapperException</a>
+                                <span class="coveragepct">(20.0 %)</span>
+        </li>
+                        <li>
+                                    <a target="mainPane" href="./files/DataSource.html#39">DataSource</a>
+                                <span class="coveragepct">(65.2 %)</span>
+        </li>
+                        <li>
+                                    <a target="mainPane" href="./files/TypeHandlers/DateTimeTypeHandler.html#43">DateTimeTypeHandler</a>
+                                <span class="coveragepct">(78.9 %)</span>
+        </li>
+                        <li>
+                                    <a target="mainPane" href="./files/Utilities/DBHelperParameterCache.html#42">DBHelperParameterCache</a>
+                                <span class="coveragepct">(69.0 %)</span>
+        </li>
+                        <li>
+                                    <a target="mainPane" href="./files/TypeHandlers/DecimalTypeHandler.html#43">DecimalTypeHandler</a>
+                                <span class="coveragepct">(80.0 %)</span>
+        </li>
+                        <li>
+                                    <a target="mainPane" href="./files/Commands/DefaultPreparedCommand.html#48">DefaultPreparedCommand</a>
+                                <span class="coveragepct">(90.3 %)</span>
+        </li>
+                        <li>
+                                    <a target="mainPane" href="./files/Configuration/Statements/Delete.html#39">Delete</a>
+                                <span class="coveragepct">(100.0 %)</span>
+        </li>
+                        <li>
+                                    <a target="mainPane" href="./files/MappedStatements/DeleteMappedStatement.html#39">DeleteMappedStatement</a>
+                                <span class="coveragepct">(5.9 %)</span>
+        </li>
+                        <li>
+                                    <a target="mainPane" href="./files/Configuration/ResultMapping/Discriminator.html#42">Discriminator</a>
+                                <span class="coveragepct">(63.3 %)</span>
+        </li>
+                        <li>
+                                    <a target="mainPane" href="./files/Configuration/DomSqlMapBuilder.html#61">DomSqlMapBuilder</a>
+                                <span class="coveragepct">(87.0 %)</span>
+        </li>
+                        <li>
+                                    <a target="mainPane" href="./files/TypeHandlers/DoubleTypeHandler.html#43">DoubleTypeHandler</a>
+                                <span class="coveragepct">(31.6 %)</span>
+        </li>
+                        <li>
+                                    <a target="mainPane" href="./files/Configuration/Sql/Dynamic/Elements/Dynamic.html#40">Dynamic</a>
+                                <span class="coveragepct">(100.0 %)</span>
+        </li>
+                        <li>
+                                    <a target="mainPane" href="./files/Configuration/Sql/Dynamic/DynamicSql.html#52">DynamicSql</a>
+                                <span class="coveragepct">(95.3 %)</span>
+        </li>
+                        <li>
+                                    <a target="mainPane" href="./files/Configuration/Sql/Dynamic/Handlers/DynamicTagHandler.html#38">DynamicTagHandler</a>
+                                <span class="coveragepct">(100.0 %)</span>
+        </li>
+                        <li>
+                                    <a target="mainPane" href="./files/Commands/EmbedParamsPreparedCommand.html#47">EmbedParamsPreparedCommand</a>
+                                <span class="coveragepct">(0.0 %)</span>
+        </li>
+                        <li>
+                                    <a target="mainPane" href="./files/TypeHandlers/EnumTypeHandler.html#46">EnumTypeHandler</a>
+                                <span class="coveragepct">(52.4 %)</span>
+        </li>
+                        <li>
+                                    <a target="mainPane" href="./files/Scope/ErrorContext.html#38">ErrorContext</a>
+                                <span class="coveragepct">(27.7 %)</span>
+        </li>
+                        <li>
+                                    <a target="mainPane" href="./files/ExecuteEventArgs.html#34">ExecuteEventArgs</a>
+                                <span class="coveragepct">(100.0 %)</span>
+        </li>
+                        <li>
+                                    <a target="mainPane" href="./files/Configuration/Cache/Fifo/FifoCacheController.html#40">FifoCacheController</a>
+                                <span class="coveragepct">(0.0 %)</span>
+        </li>
+                        <li>
+                                    <a target="mainPane" href="./files/Configuration/Cache/FlushInterval.html#37">FlushInterval</a>
+                                <span class="coveragepct">(41.0 %)</span>
+        </li>
+                        <li>
+                                    <a target="mainPane" href="./files/Exceptions/ForeignKeyException.html#38">ForeignKeyException</a>
+                                <span class="coveragepct">(0.0 %)</span>
+        </li>
+                        <li>
+                                    <a target="mainPane" href="./files/Configuration/Statements/Generate.html#38">Generate</a>
+                                <span class="coveragepct">(100.0 %)</span>
+        </li>
+                        <li>
+                                    <a target="mainPane" href="./files/TypeHandlers/GuidTypeHandler.html#43">GuidTypeHandler</a>
+                                <span class="coveragepct">(78.9 %)</span>
+        </li>
+                        <li>
+                                    <a target="mainPane" href="./files/Utilities/HashCodeProvider.html#36">HashCodeProvider</a>
+                                <span class="coveragepct">(100.0 %)</span>
+        </li>
+                        <li>
+                                    <a target="mainPane" href="./files/Exceptions/IBatisNetException.html#38">IBatisNetException</a>
+                                <span class="coveragepct">(20.0 %)</span>
+        </li>
+                        <li>
+                                    <a target="mainPane" href="./files/Configuration/Cache/ICacheController.html#38">ICacheController</a>
+                                <span class="coveragepct">(-)</span>
+        </li>
+                        <li>
+                                    <a target="mainPane" href="./files/IDalSession.html#39">IDalSession</a>
+                                <span class="coveragepct">(-)</span>
+        </li>
+                        <li>
+                                    <a target="mainPane" href="./files/Logging/IDbConnectionProxy.html#50">IDbConnectionProxy</a>
+                                <span class="coveragepct">(0.0 %)</span>
+        </li>
+                        <li>
+                                    <a target="mainPane" href="./files/Configuration/Sql/Dynamic/Elements/IDynamicParent.html#36">IDynamicParent</a>
+                                <span class="coveragepct">(-)</span>
+        </li>
+                        <li>
+                                    <a target="mainPane" href="./files/MappedStatements/IMappedStatement.html#46">IMappedStatement</a>
+                                <span class="coveragepct">(-)</span>
+        </li>
+                        <li>
+                                    <a target="mainPane" href="./files/Configuration/ParameterMapping/InlineParameterMapParser.html#49">InlineParameterMapParser</a>
+                                <span class="coveragepct">(90.4 %)</span>
+        </li>
+                        <li>
+                                    <a target="mainPane" href="./files/Configuration/Statements/Insert.html#39">Insert</a>
+                                <span class="coveragepct">(91.7 %)</span>
+        </li>
+                        <li>
+                                    <a target="mainPane" href="./files/MappedStatements/InsertMappedStatement.html#39">InsertMappedStatement</a>
+                                <span class="coveragepct">(5.9 %)</span>
+        </li>
+                        <li>
+                                    <a target="mainPane" href="./files/TypeHandlers/Int16TypeHandler.html#42">Int16TypeHandler</a>
+                                <span class="coveragepct">(31.6 %)</span>
+        </li>
+                        <li>
+                                    <a target="mainPane" href="./files/TypeHandlers/Int32TypeHandler.html#41">Int32TypeHandler</a>
+                                <span class="coveragepct">(68.4 %)</span>
+        </li>
+                        <li>
+                                    <a target="mainPane" href="./files/TypeHandlers/Int64TypeHandler.html#43">Int64TypeHandler</a>
+                                <span class="coveragepct">(57.9 %)</span>
+        </li>
+                        <li>
+                                    <a target="mainPane" href="./files/Pagination/IPaginatedList.html#35">IPaginatedList</a>
+                                <span class="coveragepct">(-)</span>
+        </li>
+                        <li>
+                                    <a target="mainPane" href="./files/TypeHandlers/IParameterSetter.html#45">IParameterSetter</a>
+                                <span class="coveragepct">(-)</span>
+        </li>
+                        <li>
+                                    <a target="mainPane" href="./files/Commands/IPreparedCommand.html#42">IPreparedCommand</a>
+                                <span class="coveragepct">(-)</span>
+        </li>
+                        <li>
+                                    <a target="mainPane" href="./files/Commands/IPreparedCommandProxy.html#50">IPreparedCommandProxy</a>
+                                <span class="coveragepct">(0.0 %)</span>
+        </li>
+                        <li>
+                                    <a target="mainPane" href="./files/TypeHandlers/IResultGetter.html#45">IResultGetter</a>
+                                <span class="coveragepct">(-)</span>
+        </li>
+                        <li>
+                                    <a target="mainPane" href="./files/Configuration/Sql/Dynamic/Elements/IsEmpty.html#37">IsEmpty</a>
+                                <span class="coveragepct">(0.0 %)</span>
+        </li>
+                        <li>
+                                    <a target="mainPane" href="./files/Configuration/Sql/Dynamic/Handlers/IsEmptyTagHandler.html#41">IsEmptyTagHandler</a>
+                                <span class="coveragepct">(71.4 %)</span>
+        </li>
+                        <li>
+                                    <a target="mainPane" href="./files/Configuration/Sql/Dynamic/Elements/IsEqual.html#38">IsEqual</a>
+                                <span class="coveragepct">(100.0 %)</span>
+        </li>
+                        <li>
+                                    <a target="mainPane" href="./files/Configuration/Sql/Dynamic/Handlers/IsEqualTagHandler.html#39">IsEqualTagHandler</a>
+                                <span class="coveragepct">(100.0 %)</span>
+        </li>
+                        <li>
+                                    <a target="mainPane" href="./files/SessionContainer/ISessionContainer.html#38">ISessionContainer</a>
+                                <span class="coveragepct">(-)</span>
+        </li>
+                        <li>
+                                    <a target="mainPane" href="./files/Configuration/Sql/Dynamic/Elements/IsGreaterEqual.html#37">IsGreaterEqual</a>
+                                <span class="coveragepct">(100.0 %)</span>
+        </li>
+                        <li>
+                                    <a target="mainPane" href="./files/Configuration/Sql/Dynamic/Handlers/IsGreaterEqualTagHandler.html#40">IsGreaterEqualTagHandler</a>
+                                <span class="coveragepct">(100.0 %)</span>
+        </li>
+                        <li>
+                                    <a target="mainPane" href="./files/Configuration/Sql/Dynamic/Elements/IsGreaterThan.html#37">IsGreaterThan</a>
+                                <span class="coveragepct">(100.0 %)</span>
+        </li>
+                        <li>
+                                    <a target="mainPane" href="./files/Configuration/Sql/Dynamic/Handlers/IsGreaterThanTagHandler.html#36">IsGreaterThanTagHandler</a>
+                                <span class="coveragepct">(100.0 %)</span>
+        </li>
+                        <li>
+                                    <a target="mainPane" href="./files/Configuration/Sql/Dynamic/Elements/IsLessEqual.html#37">IsLessEqual</a>
+                                <span class="coveragepct">(100.0 %)</span>
+        </li>
+                        <li>
+                                    <a target="mainPane" href="./files/Configuration/Sql/Dynamic/Handlers/IsLessEqualTagHandler.html#37">IsLessEqualTagHandler</a>
+                                <span class="coveragepct">(100.0 %)</span>
+        </li>
+                        <li>
+                                    <a target="mainPane" href="./files/Configuration/Sql/Dynamic/Elements/IsLessThan.html#37">IsLessThan</a>
+                                <span class="coveragepct">(100.0 %)</span>
+        </li>
+                        <li>
+                                    <a target="mainPane" href="./files/Configuration/Sql/Dynamic/Handlers/IsLessThanTagHandler.html#37">IsLessThanTagHandler</a>
+                                <span class="coveragepct">(100.0 %)</span>
+        </li>
+                        <li>
+                                    <a target="mainPane" href="./files/Configuration/Sql/Dynamic/Elements/IsNotEmpty.html#39">IsNotEmpty</a>
+                                <span class="coveragepct">(100.0 %)</span>
+        </li>
+                        <li>
+                                    <a target="mainPane" href="./files/Configuration/Sql/Dynamic/Handlers/IsNotEmptyTagHandler.html#36">IsNotEmptyTagHandler</a>
+                                <span class="coveragepct">(100.0 %)</span>
+        </li>
+                        <li>
+                                    <a target="mainPane" href="./files/Configuration/Sql/Dynamic/Elements/IsNotEqual.html#38">IsNotEqual</a>
+                                <span class="coveragepct">(100.0 %)</span>
+        </li>
+                        <li>
+                                    <a target="mainPane" href="./files/Configuration/Sql/Dynamic/Handlers/IsNotEqualTagHandler.html#36">IsNotEqualTagHandler</a>
+                                <span class="coveragepct">(100.0 %)</span>
+        </li>
+                        <li>
+                                    <a target="mainPane" href="./files/Configuration/Sql/Dynamic/Elements/IsNotNull.html#37">IsNotNull</a>
+                                <span class="coveragepct">(100.0 %)</span>
+        </li>
+                        <li>
+                                    <a target="mainPane" href="./files/Configuration/Sql/Dynamic/Handlers/IsNotNullTagHandler.html#36">IsNotNullTagHandler</a>
+                                <span class="coveragepct">(100.0 %)</span>
+        </li>
+                        <li>
+                                    <a target="mainPane" href="./files/Configuration/Sql/Dynamic/Elements/IsNotParameterPresent.html#37">IsNotParameterPresent</a>
+                                <span class="coveragepct">(0.0 %)</span>
+        </li>
+                        <li>
+                                    <a target="mainPane" href="./files/Configuration/Sql/Dynamic/Handlers/IsNotParameterPresentTagHandler.html#37">IsNotParameterPresentTagHandler</a>
+                                <span class="coveragepct">(0.0 %)</span>
+        </li>
+                        <li>
+                                    <a target="mainPane" href="./files/Configuration/Sql/Dynamic/Elements/IsNotPropertyAvailable.html#37">IsNotPropertyAvailable</a>
+                                <span class="coveragepct">(0.0 %)</span>
+        </li>
+                        <li>
+                                    <a target="mainPane" href="./files/Configuration/Sql/Dynamic/Handlers/IsNotPropertyAvailableTagHandler.html#37">IsNotPropertyAvailableTagHandler</a>
+                                <span class="coveragepct">(0.0 %)</span>
+        </li>
+                        <li>
+                                    <a target="mainPane" href="./files/Configuration/Sql/Dynamic/Elements/IsNull.html#37">IsNull</a>
+                                <span class="coveragepct">(0.0 %)</span>
+        </li>
+                        <li>
+                                    <a target="mainPane" href="./files/Configuration/Sql/Dynamic/Handlers/IsNullTagHandler.html#37">IsNullTagHandler</a>
+                                <span class="coveragepct">(100.0 %)</span>
+        </li>
+                        <li>
+                                    <a target="mainPane" href="./files/Configuration/Sql/Dynamic/Elements/IsParameterPresent.html#37">IsParameterPresent</a>
+                                <span class="coveragepct">(100.0 %)</span>
+        </li>
+                        <li>
+                                    <a target="mainPane" href="./files/Configuration/Sql/Dynamic/Handlers/IsParameterPresentTagHandler.html#37">IsParameterPresentTagHandler</a>
+                                <span class="coveragepct">(100.0 %)</span>
+        </li>
+                        <li>
+                                    <a target="mainPane" href="./files/Configuration/Sql/Dynamic/Elements/IsPropertyAvailable.html#37">IsPropertyAvailable</a>
+                                <span class="coveragepct">(100.0 %)</span>
+        </li>
+                        <li>
+                                    <a target="mainPane" href="./files/Configuration/Sql/Dynamic/Handlers/IsPropertyAvailableTagHandler.html#40">IsPropertyAvailableTagHandler</a>
+                                <span class="coveragepct">(66.7 %)</span>
+        </li>
+                        <li>
+                                    <a target="mainPane" href="./files/Configuration/Sql/ISql.html#37">ISql</a>
+                                <span class="coveragepct">(-)</span>
+        </li>
+                        <li>
+                                    <a target="mainPane" href="./files/Configuration/Sql/Dynamic/ISqlChild.html#36">ISqlChild</a>
+                                <span class="coveragepct">(-)</span>
+        </li>
+                        <li>
+                                    <a target="mainPane" href="./files/Configuration/Sql/Dynamic/Handlers/ISqlTagHandler.html#40">ISqlTagHandler</a>
+                                <span class="coveragepct">(-)</span>
+        </li>
+                        <li>
+                                    <a target="mainPane" href="./files/Configuration/Statements/IStatement.html#43">IStatement</a>
+                                <span class="coveragepct">(-)</span>
+        </li>
+                        <li>
+                                    <a target="mainPane" href="./files/Configuration/Sql/Dynamic/Elements/Iterate.html#37">Iterate</a>
+                                <span class="coveragepct">(100.0 %)</span>
+        </li>
+                        <li>
+                                    <a target="mainPane" href="./files/Configuration/Sql/Dynamic/Handlers/IterateContext.html#42">IterateContext</a>
+                                <span class="coveragepct">(51.7 %)</span>
+        </li>
+                        <li>
+                                    <a target="mainPane" href="./files/Configuration/Sql/Dynamic/Handlers/IterateTagHandler.html#41">IterateTagHandler</a>
+                                <span class="coveragepct">(90.8 %)</span>
+        </li>
+                        <li>
+                                    <a target="mainPane" href="./files/TypeHandlers/ITypeHandler.html#40">ITypeHandler</a>
+                                <span class="coveragepct">(-)</span>
+        </li>
+                        <li>
+                                    <a target="mainPane" href="./files/TypeHandlers/ITypeHandlerCallback.html#49">ITypeHandlerCallback</a>
+                                <span class="coveragepct">(-)</span>
+        </li>
+                        <li>
+                                    <a target="mainPane" href="./files/LazyLoadList.html#49">LazyLoadList</a>
+                                <span class="coveragepct">(90.0 %)</span>
+        </li>
+                        <li>
+                                    <a target="mainPane" href="./files/Configuration/Cache/Lru/LruCacheController.html#40">LruCacheController</a>
+                                <span class="coveragepct">(0.0 %)</span>
+        </li>
+                        <li>
+                                    <a target="mainPane" href="./files/MappedStatements/MappedStatement.html#59">MappedStatement</a>
+                                <span class="coveragepct">(81.9 %)</span>
+        </li>
+                        <li>
+                                    <a target="mainPane" href="./files/MappedStatements/MappedStatement.html#85">MappedStatement.PostBindind</a>
+                                <span class="coveragepct">(100.0 %)</span>
+        </li>
+                        <li>
+                                    <a target="mainPane" href="./files/MappedStatements/MappedStatement.html#1166">MappedStatement.ReaderAutoMapper</a>
+                                <span class="coveragepct">(80.0 %)</span>
+        </li>
+                        <li>
+                                    <a target="mainPane" href="./files/Mapper.html#34">Mapper</a>
+                                <span class="coveragepct">(0.0 %)</span>
+        </li>
+                        <li>
+                                    <a target="mainPane" href="./files/Configuration/Cache/Memory/MemoryCacheControler.html#40">MemoryCacheControler</a>
+                                <span class="coveragepct">(76.9 %)</span>
+        </li>
+                        <li>
+                                    <a target="mainPane" href="./files/Configuration/Cache/Memory/MemoryCacheControler.html#134">MemoryCacheControler.StrongReference</a>
+                                <span class="coveragepct">(0.0 %)</span>
+        </li>
+                        <li>
+                                    <a target="mainPane" href="./files/Configuration/Cache/Memory/MemoryCacheLevel.html#40">MemoryCacheLevel</a>
+                                <span class="coveragepct">(87.5 %)</span>
+        </li>
+                        <li>
+                                    <a target="mainPane" href="./files/Utilities/Objects/ObjectProbe.html#38">ObjectProbe</a>
+                                <span class="coveragepct">(36.2 %)</span>
+        </li>
+                        <li>
+                                    <a target="mainPane" href="./files/TypeHandlers/ObjectTypeHandler.html#43">ObjectTypeHandler</a>
+                                <span class="coveragepct">(0.0 %)</span>
+        </li>
+                        <li>
+                                    <a target="mainPane" href="./files/Pagination/PaginatedArrayList.html#38">PaginatedArrayList</a>
+                                <span class="coveragepct">(0.0 %)</span>
+        </li>
+                        <li>
+                                    <a target="mainPane" href="./files/MappedStatements/PaginatedList.html#39">PaginatedList</a>
+                                <span class="coveragepct">(67.1 %)</span>
+        </li>
+                        <li>
+                                    <a target="mainPane" href="./files/Configuration/ParameterMapping/ParameterMap.html#45">ParameterMap</a>
+                                <span class="coveragepct">(89.4 %)</span>
+        </li>
+                        <li>
+                                    <a target="mainPane" href="./files/Configuration/ParameterMapping/ParameterProperty.html#45">ParameterProperty</a>
+                                <span class="coveragepct">(73.8 %)</span>
+        </li>
+                        <li>
+                                    <a target="mainPane" href="./files/TypeHandlers/ParameterSetterImpl.html#38">ParameterSetterImpl</a>
+                                <span class="coveragepct">(66.7 %)</span>
+        </li>
+                        <li>
+                                    <a target="mainPane" href="./files/Commands/PreparedCommandFactory.html#37">PreparedCommandFactory</a>
+                                <span class="coveragepct">(100.0 %)</span>
+        </li>
+                        <li>
+                                    <a target="mainPane" href="./files/Configuration/Statements/PreparedStatement.html#39">PreparedStatement</a>
+                                <span class="coveragepct">(100.0 %)</span>
+        </li>
+                        <li>
+                                    <a target="mainPane" href="./files/Configuration/Statements/PreparedStatementFactory.html#50">PreparedStatementFactory</a>
+                                <span class="coveragepct">(53.3 %)</span>
+        </li>
+                        <li>
+                                    <a target="mainPane" href="./files/Exceptions/ProbeException.html#35">ProbeException</a>
+                                <span class="coveragepct">(20.0 %)</span>
+        </li>
+                        <li>
+                                    <a target="mainPane" href="./files/Configuration/Statements/Procedure.html#42">Procedure</a>
+                                <span class="coveragepct">(75.0 %)</span>
+        </li>
+                        <li>
+                                    <a target="mainPane" href="./files/Configuration/Sql/Static/ProcedureSql.html#41">ProcedureSql</a>
+                                <span class="coveragepct">(95.0 %)</span>
+        </li>
+                        <li>
+                                    <a target="mainPane" href="./files/Provider.html#44">Provider</a>
+                                <span class="coveragepct">(68.0 %)</span>
+        </li>
+                        <li>
+                                    <a target="mainPane" href="./files/Utilities/Objects/ReflectionInfo.html#40">ReflectionInfo</a>
+                                <span class="coveragepct">(72.5 %)</span>
+        </li>
+                        <li>
+                                    <a target="mainPane" href="./files/Scope/RequestScope.html#42">RequestScope</a>
+                                <span class="coveragepct">(90.9 %)</span>
+        </li>
+                        <li>
+                                    <a target="mainPane" href="./files/Utilities/Resources.html#51">Resources</a>
+                                <span class="coveragepct">(44.7 %)</span>
+        </li>
+                        <li>
+                                    <a target="mainPane" href="./files/Utilities/Resources.html#419">Resources.FileAssemblyInfo</a>
+                                <span class="coveragepct">(0.0 %)</span>
+        </li>
+                        <li>
+                                    <a target="mainPane" href="./files/TypeHandlers/ResultGetterImpl.html#39">ResultGetterImpl</a>
+                                <span class="coveragepct">(38.1 %)</span>
+        </li>
+                        <li>
+                                    <a target="mainPane" href="./files/Configuration/ResultMapping/ResultMap.html#47">ResultMap</a>
+                                <span class="coveragepct">(86.8 %)</span>
+        </li>
+                        <li>
+                                    <a target="mainPane" href="./files/Configuration/ResultMapping/ResultProperty.html#46">ResultProperty</a>
+                                <span class="coveragepct">(92.1 %)</span>
+        </li>
+                        <li>
+                                    <a target="mainPane" href="./files/Utilities/ScriptRunner.html#39">ScriptRunner</a>
+                                <span class="coveragepct">(43.5 %)</span>
+        </li>
+                        <li>
+                                    <a target="mainPane" href="./files/Configuration/Statements/Select.html#36">Select</a>
+                                <span class="coveragepct">(100.0 %)</span>
+        </li>
+                        <li>
+                                    <a target="mainPane" href="./files/Configuration/Statements/SelectKey.html#40">SelectKey</a>
+                                <span class="coveragepct">(64.3 %)</span>
+        </li>
+                        <li>
+                                    <a target="mainPane" href="./files/MappedStatements/SelectMappedStatement.html#39">SelectMappedStatement</a>
+                                <span class="coveragepct">(20.0 %)</span>
+        </li>
+                        <li>
+                                    <a target="mainPane" href="./files/Configuration/SerializerFactory.html#40">SerializerFactory</a>
+                                <span class="coveragepct">(100.0 %)</span>
+        </li>
+                        <li>
+                                    <a target="mainPane" href="./files/SessionContainer/SessionContainerFactory.html#40">SessionContainerFactory</a>
+                                <span class="coveragepct">(66.7 %)</span>
+        </li>
+                        <li>
+                                    <a target="mainPane" href="./files/Configuration/Sql/SimpleDynamic/SimpleDynamicSql.html#48">SimpleDynamicSql</a>
+                                <span class="coveragepct">(88.9 %)</span>
+        </li>
+                        <li>
+                                    <a target="mainPane" href="./files/TypeHandlers/SingleTypeHandler.html#43">SingleTypeHandler</a>
+                                <span class="coveragepct">(31.6 %)</span>
+        </li>
+                        <li>
+                                    <a target="mainPane" href="./files/Configuration/Statements/SqlGenerator.html#39">SqlGenerator</a>
+                                <span class="coveragepct">(96.1 %)</span>
+        </li>
+                        <li>
+                                    <a target="mainPane" href="./files/SqlMapper.html#58">SqlMapper</a>
+                                <span class="coveragepct">(67.5 %)</span>
+        </li>
+                        <li>
+                                    <a target="mainPane" href="./files/SqlMapSession.html#43">SqlMapSession</a>
+                                <span class="coveragepct">(43.9 %)</span>
+        </li>
+                        <li>
+                                    <a target="mainPane" href="./files/Configuration/Sql/Dynamic/Elements/SqlTag.html#40">SqlTag</a>
+                                <span class="coveragepct">(90.9 %)</span>
+        </li>
+                        <li>
+                                    <a target="mainPane" href="./files/Configuration/Sql/Dynamic/Handlers/SqlTagContext.html#43">SqlTagContext</a>
+                                <span class="coveragepct">(100.0 %)</span>
+        </li>
+                        <li>
+                                    <a target="mainPane" href="./files/Configuration/Sql/Dynamic/SqlText.html#40">SqlText</a>
+                                <span class="coveragepct">(100.0 %)</span>
+        </li>
+                        <li>
+                                    <a target="mainPane" href="./files/Utilities/ConfigWatcherHandler.html#49">StateConfig</a>
+                                <span class="coveragepct">(-)</span>
+        </li>
+                        <li>
+                                    <a target="mainPane" href="./files/Configuration/Statements/Statement.html#52">Statement</a>
+                                <span class="coveragepct">(86.4 %)</span>
+        </li>
+                        <li>
+                                    <a target="mainPane" href="./files/Configuration/Sql/Static/StaticSql.html#40">StaticSql</a>
+                                <span class="coveragepct">(100.0 %)</span>
+        </li>
+                        <li>
+                                    <a target="mainPane" href="./files/Utilities/StringTokenizer.html#37">StringTokenizer</a>
+                                <span class="coveragepct">(80.0 %)</span>
+        </li>
+                        <li>
+                                    <a target="mainPane" href="./files/Utilities/StringTokenizer.html#147">StringTokenizer.StringTokenizerEnumerator</a>
+                                <span class="coveragepct">(94.3 %)</span>
+        </li>
+                        <li>
+                                    <a target="mainPane" href="./files/TypeHandlers/StringTypeHandler.html#43">StringTypeHandler</a>
+                                <span class="coveragepct">(89.5 %)</span>
+        </li>
+                        <li>
+                                    <a target="mainPane" href="./files/Configuration/ResultMapping/SubMap.html#39">SubMap</a>
+                                <span class="coveragepct">(69.2 %)</span>
+        </li>
+                        <li>
+                                    <a target="mainPane" href="./files/TypeHandlers/TimeSpanTypeHandler.html#43">TimeSpanTypeHandler</a>
+                                <span class="coveragepct">(0.0 %)</span>
+        </li>
+                        <li>
+                                    <a target="mainPane" href="./files/Transaction/TransactionOptions.html#36">TransactionOptions</a>
+                                <span class="coveragepct">(-)</span>
+        </li>
+                        <li>
+                                    <a target="mainPane" href="./files/Transaction/TransactionScope.html#75">TransactionScope</a>
+                                <span class="coveragepct">(0.0 %)</span>
+        </li>
+                        <li>
+                                    <a target="mainPane" href="./files/Configuration/Alias/TypeAlias.html#40">TypeAlias</a>
+                                <span class="coveragepct">(73.9 %)</span>
+        </li>
+                        <li>
+                                    <a target="mainPane" href="./files/Utilities/TypesResolver/TypeAliasResolver.html#46">TypeAliasResolver</a>
+                                <span class="coveragepct">(84.4 %)</span>
+        </li>
+                        <li>
+                                    <a target="mainPane" href="./files/Configuration/Alias/TypeHandler.html#40">TypeHandler</a>
+                                <span class="coveragepct">(88.2 %)</span>
+        </li>
+                        <li>
+                                    <a target="mainPane" href="./files/TypeHandlers/TypeHandlerFactory.html#39">TypeHandlerFactory</a>
+                                <span class="coveragepct">(98.8 %)</span>
+        </li>
+                        <li>
+                                    <a target="mainPane" href="./files/Utilities/TypesResolver/TypeResolver.html#50">TypeResolver</a>
+                                <span class="coveragepct">(79.3 %)</span>
+        </li>
+                        <li>
+                                    <a target="mainPane" href="./files/Utilities/TypesResolver/TypeResolver.html#123">TypeResolver.TypeAssemblyInfo</a>
+                                <span class="coveragepct">(71.4 %)</span>
+        </li>
+                        <li>
+                                    <a target="mainPane" href="./files/TypeHandlers/UnknownTypeHandler.html#40">UnknownTypeHandler</a>
+                                <span class="coveragepct">(61.1 %)</span>
+        </li>
+                        <li>
+                                    <a target="mainPane" href="./files/Configuration/Statements/Update.html#36">Update</a>
+                                <span class="coveragepct">(100.0 %)</span>
+        </li>
+                        <li>
+                                    <a target="mainPane" href="./files/MappedStatements/UpdateMappedStatement.html#39">UpdateMappedStatement</a>
+                                <span class="coveragepct">(5.9 %)</span>
+        </li>
+                        <li>
+                                    <a target="mainPane" href="./files/SessionContainer/WebSessionContainer.html#38">WebSessionContainer</a>
+                                <span class="coveragepct">(0.0 %)</span>
+        </li>
+                        <li>
+                                    <a target="mainPane" href="./files/SessionContainer/WindowSessionContainer.html#35">WindowSessionContainer</a>
+                                <span class="coveragepct">(100.0 %)</span>
+        </li>
+              </ul>
+    
+  </body>
+</html>