We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 444fed4 commit 2841e6aCopy full SHA for 2841e6a
src/site/zh/xdoc/java-api.xml
@@ -629,7 +629,7 @@ class UserSqlProvider implements ProviderMethodResolver {
629
}
630
}]]></source>
631
632
- <p>This example shows usage the <code>databaseId</code> attribute on the statement annotation(Available since 3.5.5):</p>
+ <p>这个例子展现了如何在声明注解时使用<code>databaseId</code>属性(3.5.5后可用):</p>
633
<source><![CDATA[
634
@Select(value = "SELECT SYS_GUID() FROM dual", databaseId = "oracle") // Use this statement if DatabaseIdProvider provide "oracle"
635
@Select(value = "SELECT uuid_generate_v4()", databaseId = "postgres") // Use this statement if DatabaseIdProvider provide "postgres"
0 commit comments