swh:1:snp:113c758bbca8ab355325fa13c5762925d199e835
Raw File
Tip revision: 669d5b245cbe2efedbf2ae777ed633accf98e9c4 authored by Iwao AVE! on 03 July 2024, 03:06:24 UTC
Reverted to 3.5.16
Tip revision: 669d5b2
taglist.html
<!DOCTYPE html>


<!--
 | Generated by Apache Maven Doxia Site Renderer 2.0.0-M16 from org.codehaus.mojo:taglist-maven-plugin:3.0.0:taglist at 03 juillet 2024
 | Rendered using Apache Maven Fluido Skin 2.0.0-M8
-->
<html xmlns="http://www.w3.org/1999/xhtml" lang="fr">
  <head>
    <meta charset="UTF-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1" />
    <meta name="generator" content="Apache Maven Doxia Site Renderer 2.0.0-M16" />
    <title>mybatis – Rapport : listing des tags</title>
    <link rel="stylesheet" href="./css/apache-maven-fluido-2.0.0-M8.min.css" />
    <link rel="stylesheet" href="./css/site.css" />
    <link rel="stylesheet" href="./css/print.css" media="print" />
    <script src="./js/apache-maven-fluido-2.0.0-M8.min.js"></script>
  </head>
  <body>
    <div class="container-fluid container-fluid-top">
      <header>
        <div id="banner">
          <div class="pull-left"></div>
          <div class="pull-right"><div id="bannerRight"><h1><a href="https://blog.mybatis.org/" class="externalLink"><img class="imageLink" src="../../images/mybatis-logo.png" alt="MyBatis logo" /> MyBatis</a></h1></div></div>
          <div class="clear"><hr/></div>
        </div>

        <div id="breadcrumbs">
          <ul class="breadcrumb">
        <li id="publishDate">Dernière publication: 02 avril 2024<span class="divider">|</span>
</li>
          <li id="projectVersion">Version: 3.5.16</li>
          </ul>
        </div>
      </header>
      <div class="row-fluid">
        <header id="leftColumn" class="span2">
          <nav class="well sidebar-nav">
  <ul class="nav nav-list">
   <li class="nav-header">Core</li>
    <li><a href="index.html">Introduction</a></li>
    <li><a href="getting-started.html">Premiers pas</a></li>
    <li><a href="configuration.html"><span class="icon-chevron-right"></span>Configuration XML</a></li>
    <li><a href="sqlmap-xml.html"><span class="icon-chevron-right"></span>Fichiers Mappers XML</a></li>
    <li><a href="dynamic-sql.html">SQL Dynamique</a></li>
    <li><a href="java-api.html"><span class="icon-chevron-right"></span>API Java</a></li>
    <li><a href="statement-builders.html"><span class="icon-chevron-right"></span>Construction de requêtes</a></li>
    <li><a href="logging.html">Journalisation</a></li>
   <li class="nav-header">Documentation sur le projet</li>
    <li><a href="project-info.html"><span class="icon-chevron-right"></span>Info Projet</a></li>
    <li><a href="project-reports.html"><span class="icon-chevron-down"></span>Rapports Projet</a>
     <ul class="nav nav-list">
      <li><a href="apidocs/index.html">Javadoc</a></li>
      <li><a href="xref/index.html">Sources Xref</a></li>
      <li><a href="xref-test/index.html">Sources Xref des Tests</a></li>
      <li><a href="spotbugs.html">SpotBugs</a></li>
      <li><a href="surefire-report.html">Surefire</a></li>
      <li><a href="checkstyle.html">Checkstyle</a></li>
      <li><a href="cpd.html">CPD</a></li>
      <li><a href="pmd.html">PMD</a></li>
      <li class="active"><a>Liste des tags</a></li>
      <li><a href="clirr-report.html">Clirr</a></li>
      <li><a href="dependency-updates-report.html">Dependency Updates Report</a></li>
      <li><a href="parent-updates-report.html">Parent Updates Report</a></li>
      <li><a href="plugin-updates-report.html">Plugin Updates Report</a></li>
      <li><a href="property-updates-report.html">Property Updates Report</a></li>
     </ul></li>
  </ul>
          </nav>
          <div class="well sidebar-nav">
            <div id="poweredBy">
              <div class="clear"></div>
              <div class="clear"></div>
              <div class="clear"></div>
<a href="https://maven.apache.org/" class="builtBy" target="_blank"><img class="builtBy" alt="Produit par Maven" src="./images/logos/maven-feather.png" /></a>
            </div>
          </div>
        </header>
        <main id="bodyColumn" class="span10">
<section>
<h1>Listing des tags de d&#xe9;veloppement</h1>
<p>Ce document r&#xe9;f&#xe9;rence tous les tags de d&#xe9;veloppement qui ont &#xe9;t&#xe9; trouv&#xe9;s dans le code. Le tableau ci-dessous r&#xe9;sume le nombre d'occurrences trouv&#xe9;es pour chaque tag.</p>
<tr class="a">
<th>Tag Class</th>
<th>Nombre total d'occurrences</th>
<th>Tag strings used by tag class</th></tr>
<tr class="b">
<td><a href="#tag_class_12">Deprecated Work</a></td>
<td>30</td>
<td>@deprecated</td></tr>
<tr class="a">
<td>FIXME Work</td>
<td>0</td>
<td>fixme, @fixme</td></tr>
<tr class="b">
<td><a href="#tag_class_11">Todo Work</a></td>
<td>8</td>
<td>todo, @todo</td></tr></table>
<p>Chaque tag est d&#xe9;taill&#xe9; ci-dessous :</p><section>
<h2><a id="tag_class_12">Deprecated Work</a></h2>
<p><b>Nombre d'occurrences trouv&#xe9;es dans le code : 30</b></p>
<tr class="a">
<th>org.apache.ibatis.builder.MapperBuilderAssistant</th>
<th>Ligne</th></tr>
<tr class="b">
<td>Use {@link Configuration#getLanguageDriver(Class)}</td>
<td><a href="./xref/org/apache/ibatis/builder/MapperBuilderAssistant.html#L398">398</a></td></tr>
<tr class="a">
<th>org.apache.ibatis.builder.annotation.ProviderSqlSource</th>
<th>Ligne</th></tr>
<tr class="b">
<td>Since 3.5.3, Please use the {@link #ProviderSqlSource(Configuration, Annotation, Class, Method)} instead of this.</td>
<td><a href="./xref/org/apache/ibatis/builder/annotation/ProviderSqlSource.html#L56">56</a></td></tr>
<tr class="a">
<td>Since 3.5.3, Please use the {@link #ProviderSqlSource(Configuration, Annotation, Class, Method)} instead of this.</td>
<td><a href="./xref/org/apache/ibatis/builder/annotation/ProviderSqlSource.html#L78">78</a></td></tr>
<tr class="b">
<th>org.apache.ibatis.cache.NullCacheKey</th>
<th>Ligne</th></tr>
<tr class="a">
<td>Since 3.5.3, This class never used and will be removed future version.</td>
<td><a href="./xref/org/apache/ibatis/cache/NullCacheKey.html#L21">21</a></td></tr>
<tr class="b">
<th>org.apache.ibatis.executor.loader.cglib.CglibProxyFactory</th>
<th>Ligne</th></tr>
<tr class="a">
<td>Since 3.5.10, use Javassist instead.</td>
<td><a href="./xref/org/apache/ibatis/executor/loader/cglib/CglibProxyFactory.html#L46">46</a></td></tr>
<tr class="b">
<th>org.apache.ibatis.executor.loader.cglib.CglibSerialStateHolder</th>
<th>Ligne</th></tr>
<tr class="a">
<td>Since 3.5.10, use Javassist instead.</td>
<td><a href="./xref/org/apache/ibatis/executor/loader/cglib/CglibSerialStateHolder.html#L28">28</a></td></tr>
<tr class="b">
<th>org.apache.ibatis.jdbc.ScriptRunner</th>
<th>Ligne</th></tr>
<tr class="a">
<td>Since 3.5.4, this method is deprecated. Please close the {@link Connection} outside of this class.</td>
<td><a href="./xref/org/apache/ibatis/jdbc/ScriptRunner.html#L166">166</a></td></tr>
<tr class="b">
<th>org.apache.ibatis.jdbc.SelectBuilder</th>
<th>Ligne</th></tr>
<tr class="a">
<td>Use the {@link SQL} Class</td>
<td><a href="./xref/org/apache/ibatis/jdbc/SelectBuilder.html#L19">19</a></td></tr>
<tr class="b">
<th>org.apache.ibatis.jdbc.SqlBuilder</th>
<th>Ligne</th></tr>
<tr class="a">
<td>Use the {@link SQL} Class</td>
<td><a href="./xref/org/apache/ibatis/jdbc/SqlBuilder.html#L19">19</a></td></tr>
<tr class="b">
<th>org.apache.ibatis.jdbc.SqlRunner</th>
<th>Ligne</th></tr>
<tr class="a">
<td>Since 3.5.4, this method is deprecated. Please close the {@link Connection} outside of this class.</td>
<td><a href="./xref/org/apache/ibatis/jdbc/SqlRunner.html#L204">204</a></td></tr>
<tr class="b">
<th>org.apache.ibatis.logging.LogFactory</th>
<th>Ligne</th></tr>
<tr class="a">
<td>Since 3.5.9 - See https://github.com/mybatis/mybatis-3/issues/1223. This method will remove future.</td>
<td><a href="./xref/org/apache/ibatis/logging/LogFactory.html#L73">73</a></td></tr>
<tr class="b">
<th>org.apache.ibatis.logging.log4j.Log4jImpl</th>
<th>Ligne</th></tr>
<tr class="a">
<td>Since 3.5.9 - See https://github.com/mybatis/mybatis-3/issues/1223. This class will remove future.</td>
<td><a href="./xref/org/apache/ibatis/logging/log4j/Log4jImpl.html#L25">25</a></td></tr>
<tr class="b">
<th>org.apache.ibatis.logging.log4j.package-info</th>
<th>Ligne</th></tr>
<tr class="a">
<td>Since 3.5.9 - See https://github.com/mybatis/mybatis-3/issues/1223. This package will remove future.</td>
<td>19</td></tr>
<tr class="b">
<th>org.apache.ibatis.mapping.MappedStatement</th>
<th>Ligne</th></tr>
<tr class="a">
<td>Use {@link #resultSets}</td>
<td><a href="./xref/org/apache/ibatis/mapping/MappedStatement.html#L193">193</a></td></tr>
<tr class="b">
<td>Use {@link #getResultSets()}</td>
<td><a href="./xref/org/apache/ibatis/mapping/MappedStatement.html#L312">312</a></td></tr>
<tr class="a">
<th>org.apache.ibatis.reflection.Jdk</th>
<th>Ligne</th></tr>
<tr class="b">
<td>Since 3.5.0, Will remove this field at feature(next major version up)</td>
<td><a href="./xref/org/apache/ibatis/reflection/Jdk.html#L28">28</a></td></tr>
<tr class="a">
<td>Since 3.5.0, Will remove this field at feature(next major version up)</td>
<td><a href="./xref/org/apache/ibatis/reflection/Jdk.html#L45">45</a></td></tr>
<tr class="b">
<td>Since 3.5.0, Will remove this field at feature(next major version up)</td>
<td><a href="./xref/org/apache/ibatis/reflection/Jdk.html#L62">62</a></td></tr>
<tr class="a">
<th>org.apache.ibatis.reflection.OptionalUtil</th>
<th>Ligne</th></tr>
<tr class="b">
<td>Since 3.5.0, Will remove this class at future(next major version up).</td>
<td><a href="./xref/org/apache/ibatis/reflection/OptionalUtil.html#L21">21</a></td></tr>
<tr class="a">
<th>org.apache.ibatis.scripting.xmltags.ExpressionEvaluator</th>
<th>Ligne</th></tr>
<tr class="b">
<td>Since 3.5.9, use the {@link #evaluateIterable(String, Object, boolean)}.</td>
<td><a href="./xref/org/apache/ibatis/scripting/xmltags/ExpressionEvaluator.html#L43">43</a></td></tr>
<tr class="a">
<th>org.apache.ibatis.scripting.xmltags.ForEachSqlNode</th>
<th>Ligne</th></tr>
<tr class="b">
<td>Since 3.5.9, use the {@link #ForEachSqlNode(Configuration, SqlNode, String, Boolean, String, String, String, String, String)}.</td>
<td><a href="./xref/org/apache/ibatis/scripting/xmltags/ForEachSqlNode.html#L42">42</a></td></tr>
<tr class="a">
<th>org.apache.ibatis.session.Configuration</th>
<th>Ligne</th></tr>
<tr class="b">
<td>Use {@link #getDefaultScriptingLanguageInstance()}</td>
<td><a href="./xref/org/apache/ibatis/session/Configuration.html#L692">692</a></td></tr>
<tr class="a">
<td>call {@link #parsePendingStatements(boolean)}</td>
<td><a href="./xref/org/apache/ibatis/session/Configuration.html#L841">841</a></td></tr>
<tr class="b">
<td>call {@link #parsePendingCacheRefs(boolean)}</td>
<td><a href="./xref/org/apache/ibatis/session/Configuration.html#L858">858</a></td></tr>
<tr class="a">
<td>call {@link #parsePendingResultMaps(boolean)}</td>
<td><a href="./xref/org/apache/ibatis/session/Configuration.html#L875">875</a></td></tr>
<tr class="b">
<td>call {@link #parsePendingMethods(boolean)}</td>
<td><a href="./xref/org/apache/ibatis/session/Configuration.html#L901">901</a></td></tr>
<tr class="a">
<th>org.apache.ibatis.session.defaults.DefaultSqlSession</th>
<th>Ligne</th></tr>
<tr class="b">
<td>Since 3.5.5</td>
<td><a href="./xref/org/apache/ibatis/session/defaults/DefaultSqlSession.html#L324">324</a></td></tr>
<tr class="a">
<th>org.apache.ibatis.type.BaseTypeHandler</th>
<th>Ligne</th></tr>
<tr class="b">
<td>Since 3.5.0 - See https://github.com/mybatis/mybatis-3/issues/1203. This field will remove future.</td>
<td><a href="./xref/org/apache/ibatis/type/BaseTypeHandler.html#L41">41</a></td></tr>
<tr class="a">
<td>Since 3.5.0 - See https://github.com/mybatis/mybatis-3/issues/1203. This property will remove future.</td>
<td><a href="./xref/org/apache/ibatis/type/BaseTypeHandler.html#L52">52</a></td></tr>
<tr class="b">
<th>org.apache.ibatis.type.UnknownTypeHandler</th>
<th>Ligne</th></tr>
<tr class="a">
<td>Since 3.5.4, please use the {@link #UnknownTypeHandler(Configuration)}.</td>
<td><a href="./xref/org/apache/ibatis/type/UnknownTypeHandler.html#L59">59</a></td></tr></table></section><section>
<h2><a id="tag_class_11">Todo Work</a></h2>
<p><b>Nombre d'occurrences trouv&#xe9;es dans le code : 8</b></p>
<tr class="b">
<th>org.apache.ibatis.builder.annotation.MapperAnnotationBuilder</th>
<th>Ligne</th></tr>
<tr class="a">
<td>add AutoMappingBehaviour</td>
<td><a href="./xref/org/apache/ibatis/builder/annotation/MapperAnnotationBuilder.html#L243">243</a></td></tr>
<tr class="b">
<td>add AutoMappingBehaviour</td>
<td><a href="./xref/org/apache/ibatis/builder/annotation/MapperAnnotationBuilder.html#L256">256</a></td></tr>
<tr class="a">
<td>gcode issue #577</td>
<td><a href="./xref/org/apache/ibatis/builder/annotation/MapperAnnotationBuilder.html#L352">352</a></td></tr>
<tr class="b">
<th>org.apache.ibatis.executor.BaseExecutorTest</th>
<th>Ligne</th></tr>
<tr class="a">
<td>see issue #464. Fail is OK.</td>
<td><a href="./xref-test/org/apache/ibatis/executor/BaseExecutorTest.html#L340">340</a></td></tr>
<tr class="b">
<th>org.apache.ibatis.executor.result.DefaultMapResultHandler</th>
<th>Ligne</th></tr>
<tr class="a">
<td>is that assignment always true?</td>
<td><a href="./xref/org/apache/ibatis/executor/result/DefaultMapResultHandler.html#L52">52</a></td></tr>
<tr class="b">
<th>org.apache.ibatis.executor.resultset.DefaultResultSetHandler</th>
<th>Ligne</th></tr>
<tr class="a">
<td>is that OK?</td>
<td><a href="./xref/org/apache/ibatis/executor/resultset/DefaultResultSetHandler.html#L525">525</a></td></tr>
<tr class="b">
<th>org.apache.ibatis.type.TypeReference</th>
<th>Ligne</th></tr>
<tr class="a">
<td>remove this when Reflector is fixed to return Types</td>
<td><a href="./xref/org/apache/ibatis/type/TypeReference.html#L52">52</a></td></tr>
<tr class="b">
<th>org.apache.ibatis.type.UnknownTypeHandler</th>
<th>Ligne</th></tr>
<tr class="a">
<td>Rename to 'configuration' after removing the 'configuration' property(deprecated property) on parent class</td>
<td><a href="./xref/org/apache/ibatis/type/UnknownTypeHandler.html#L36">36</a></td></tr></table></section></section>
        </main>
      </div>
    </div>
    <hr/>
    <footer>
      <div class="container-fluid">
        <div class="row-fluid">
            <p>©      2009–2024
<a href="https://www.mybatis.org/">MyBatis.org</a>
</p>
        </div>
      </div>
    </footer>
<script>
  if(anchors) {
    anchors.add();
  }
</script>
  </body>
</html>
back to top