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

jpa.customer.xml Maven / Gradle / Ivy

There is a newer version: 4.7.0
Show newest version
<?xml version="1.0" encoding="UTF-8"?>
<cus:customer xmlns:cus="http://org/wildfly/camel/examples/jpa/model/Customer"
              xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
              xsi:schemaLocation="http://org/wildfly/camel/examples/jpa/model/Customer">
    <cus:firstName>John</cus:firstName>
    <cus:lastName>Doe</cus:lastName>
    <cus:dateOfBirth>1975-12-25</cus:dateOfBirth>
</cus:customer>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy