
mework.batch.spring-batch-samples.1.1.3.RELEASE.source-code.xstream-config.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of spring-batch-samples
Show all versions of spring-batch-samples
Example batch jobs using Spring Batch Core and Execution.
<?xml version="1.0" encoding="UTF-8"?> <configuration> <mode>1003</mode> <root-element-name>purchaseOrders</root-element-name> <root-element-attributes> <attribute> <key>xmlns</key> <value>http://adsj.accenture.com/purchaseorders</value> </attribute> <attribute> <key>xmlns:xsi</key> <value>http://www.w3.org/2001/XMLSchema-instance</value> </attribute> <attribute> <key>xsi:schemaLocation</key> <value>http://adsj.accenture.com/purchaseorders purchaseorders.xsd</value> </attribute> </root-element-attributes> <class-aliases> </class-aliases> <type-aliases> </type-aliases> <field-aliases> <field-alias> <alias-name>org.springframework.batch.sample.domain.order.internal.xml.Customer</alias-name> <type>org.springframework.batch.sample.domain.order.internal.xml.Order</type> <field-name>customer</field-name> </field-alias> <field-alias> <alias-name>org.springframework.batch.sample.domain.order.internal.xml.Shipper</alias-name> <type>org.springframework.batch.sample.domain.order.internal.xml.Order</type> <field-name>shipper</field-name> </field-alias> </field-aliases> <attribute-aliases> </attribute-aliases> <attributes> </attributes> <converters> </converters> <implicit-collections> </implicit-collections> <ommited-fields> </ommited-fields> <immutable-types> </immutable-types> <default-implementations> </default-implementations> <mappings> <mapping> <namespaceURI>http://adsj.accenture.com/purchaseorders</namespaceURI> <localPart>order</localPart> <prefix></prefix> <class-name>org.springframework.batch.sample.domain.order.internal.xml.Order</class-name> </mapping> <mapping> <namespaceURI>http://adsj.accenture.com/purchaseorders</namespaceURI> <localPart>customer</localPart> <prefix></prefix> <class-name>org.springframework.batch.sample.domain.order.internal.xml.Customer</class-name> </mapping> <mapping> <namespaceURI>http://adsj.accenture.com/purchaseorders</namespaceURI> <localPart>shipper</localPart> <prefix></prefix> <class-name>org.springframework.batch.sample.domain.order.internal.xml.Shipper</class-name> </mapping> <mapping> <namespaceURI>http://adsj.accenture.com/purchaseorders</namespaceURI> <localPart>lineItem</localPart> <prefix></prefix> <class-name>org.springframework.batch.sample.domain.order.internal.xml.LineItem</class-name> </mapping> </mappings> </configuration>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy