All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.sf.jasperreports.data.jdbc.JdbcDataAdapterImpl.xml Maven / Gradle / Ivy

There is a newer version: 6.21.2
Show newest version
<?xml version="1.0"?>
<!DOCTYPE mapping PUBLIC "-//EXOLAB/Castor Mapping DTD Version 1.0//EN" "http://castor.org/mapping.dtd">

<mapping>
	<class name="net.sf.jasperreports.data.jdbc.JdbcDataAdapterImpl">
		<map-to xml="jdbcDataAdapter"/>
		<field name="class" type="java.lang.Class" handler="net.sf.jasperreports.data.ClassNameFieldHandler">
			<bind-xml name="class" node="attribute"/>
		</field>
		<field name="name" type="string">
			<bind-xml name="name" node="element"/>
		</field>
		<field name="driver" type="string">
			<bind-xml name="driver" node="element"/>
		</field>
		<field name="username" type="string">
			<bind-xml name="username" node="element"/>
		</field>
		<field name="password" type="string">
			<bind-xml name="password" node="element"/>
		</field>
		<field name="savePassword" type="boolean">
			<bind-xml name="savePassword" node="element"/>
		</field>
		<field name="url" type="string">
			<bind-xml name="url" node="element"/>
		</field>
		<field name="database" type="string">
			<bind-xml name="database" node="element"/>
		</field>
		<field name="serverAddress" type="string">
			<bind-xml name="serverAddress" node="element"/>
		</field>
		<field name="classpath" type="string" collection="arraylist">
			<bind-xml name="classpath" node="element"/>
		</field>
		<field name="properties" collection="hashtable">
			  <bind-xml name="properties">
                  <class name="org.exolab.castor.mapping.MapItem">
                    <field name="key" type="java.lang.String">
						<bind-xml name="key" node="element"/> 
					</field>
					<field name="value" type="java.lang.String">
						<bind-xml name="value" node="element"/> 
					</field> 
                  </class>
              </bind-xml>
		</field>
	</class>
</mapping>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy