You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p>Puedes utilizar propiedades JavaBean de cualquier tipo simple y MyBatis hará la conversión.</p>
1714
-
1713
+
<p>
1714
+
Puedes utilizar propiedades JavaBean de cualquier tipo simple y MyBatis hará la conversión.
1715
+
And you can specify a placeholder(e.g. <code>${cache.file}</code>) to replace value defined at <ahref="configuration.html#properties">configuration properties</a>.
1716
+
</p>
1717
+
1718
+
<p>
1719
+
Since 3.4.2, the MyBatis has been supported to call an initialization method after it's set all properties.
1720
+
If you want to use this feature, please implements the <code>org.apache.ibatis.builder.InitializingObject</code>
And you can specify a placeholder(e.g. <code>${cache.file}</code>) to replace value defined at <ahref="configuration.html#properties">configuration properties</a>.
1653
+
</p>
1654
+
1655
+
<p>
1656
+
Since 3.4.2, the MyBatis has been supported to call an initialization method after it's set all properties.
1657
+
If you want to use this feature, please implements the <code>org.apache.ibatis.builder.InitializingObject</code>
<p>You can use JavaBeans properties of all simple types, MyBatis will do the conversion.</p>
2125
+
<p>
2126
+
You can use JavaBeans properties of all simple types, MyBatis will do the conversion.
2127
+
And you can specify a placeholder(e.g. <code>${cache.file}</code>) to replace value defined at <ahref="configuration.html#properties">configuration properties</a>.
2128
+
</p>
2129
+
2130
+
<p>
2131
+
Since 3.4.2, the MyBatis has been supported to call an initialization method after it's set all properties.
2132
+
If you want to use this feature, please implements the <code>org.apache.ibatis.builder.InitializingObject</code>
And you can specify a placeholder(e.g. <code>${cache.file}</code>) to replace value defined at <ahref="configuration.html#properties">configuration properties</a>.
1880
1881
</p>
1881
1882
1883
+
<p>
1884
+
Since 3.4.2, the MyBatis has been supported to call an initialization method after it's set all properties.
1885
+
If you want to use this feature, please implements the <code>org.apache.ibatis.builder.InitializingObject</code>
0 commit comments