fixed documented bean class names in jdbc namespace xsd (SPR-8972)
This commit is contained in:
parent
affa733927
commit
adac38f91b
|
|
@ -12,8 +12,7 @@
|
||||||
|
|
||||||
<xsd:element name="embedded-database">
|
<xsd:element name="embedded-database">
|
||||||
<xsd:annotation>
|
<xsd:annotation>
|
||||||
<xsd:documentation
|
<xsd:documentation source="java:org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactoryBean"><![CDATA[
|
||||||
source="java:org.springframework.jdbc.embedded.EmbeddedDataSourceFactoryBean"><![CDATA[
|
|
||||||
Creates an embedded database instance and makes it available to other beans as a javax.sql.DataSource.
|
Creates an embedded database instance and makes it available to other beans as a javax.sql.DataSource.
|
||||||
]]></xsd:documentation>
|
]]></xsd:documentation>
|
||||||
<xsd:appinfo>
|
<xsd:appinfo>
|
||||||
|
|
@ -48,7 +47,7 @@
|
||||||
|
|
||||||
<xsd:element name="initialize-database">
|
<xsd:element name="initialize-database">
|
||||||
<xsd:annotation>
|
<xsd:annotation>
|
||||||
<xsd:documentation source="java:org.springframework.jdbc.embedded.DataSourceInitializer"><![CDATA[
|
<xsd:documentation source="java:org.springframework.jdbc.datasource.init.DataSourceInitializer"><![CDATA[
|
||||||
Initializes a database instance with SQL scripts provided in nested <script/> elements.
|
Initializes a database instance with SQL scripts provided in nested <script/> elements.
|
||||||
]]></xsd:documentation>
|
]]></xsd:documentation>
|
||||||
</xsd:annotation>
|
</xsd:annotation>
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,7 @@
|
||||||
|
|
||||||
<xsd:element name="embedded-database">
|
<xsd:element name="embedded-database">
|
||||||
<xsd:annotation>
|
<xsd:annotation>
|
||||||
<xsd:documentation source="java:org.springframework.jdbc.embedded.EmbeddedDataSourceFactoryBean"><![CDATA[
|
<xsd:documentation source="java:org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactoryBean"><![CDATA[
|
||||||
Creates an embedded database instance and makes it available to other beans as a javax.sql.DataSource.
|
Creates an embedded database instance and makes it available to other beans as a javax.sql.DataSource.
|
||||||
]]></xsd:documentation>
|
]]></xsd:documentation>
|
||||||
<xsd:appinfo>
|
<xsd:appinfo>
|
||||||
|
|
@ -47,7 +47,7 @@
|
||||||
|
|
||||||
<xsd:element name="initialize-database">
|
<xsd:element name="initialize-database">
|
||||||
<xsd:annotation>
|
<xsd:annotation>
|
||||||
<xsd:documentation source="java:org.springframework.jdbc.embedded.DataSourceInitializer"><![CDATA[
|
<xsd:documentation source="java:org.springframework.jdbc.datasource.init.DataSourceInitializer"><![CDATA[
|
||||||
Initializes a database instance with SQL scripts provided in nested <script/> elements.
|
Initializes a database instance with SQL scripts provided in nested <script/> elements.
|
||||||
]]></xsd:documentation>
|
]]></xsd:documentation>
|
||||||
</xsd:annotation>
|
</xsd:annotation>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue