alvinalexander.com | career | drupal | java | mac | mysql | perl | scala | uml | unix  

Spring Framework example source code file (VET_SPECIALTIES.xml)

This example Spring Framework source code file (VET_SPECIALTIES.xml) is included in the DevDaily.com "Java Source Code Warehouse" project. The intent of this project is to help you "Learn Java by Example" TM.

Java - Spring Framework tags/keywords

utf-8, utf-8

The Spring Framework VET_SPECIALTIES.xml source code

<?xml version="1.0" encoding="UTF-8"?>
<table>
   <short-name>VET_SPECIALTIES
   <last-refresh-timestamp>2006-07-23T20:56:16.1
   <columns>
      <column>
         <name>SPECIALTY_ID
         <type>INTEGER
      </column>
      <column>
         <name>VET_ID
         <type>INTEGER
      </column>
   </columns>
   <references>
      <table-association>
         <name>FK_VET_SPECIALTIES_SPECIALTIES
         <target-table-handle>
            <table-name>SPECIALTIES
         </target-table-handle>
         <on-database>true
         <column-pairs>
            <column-pair>
               <source-column-handle>
                  <column-table-name>VET_SPECIALTIES
                  <column-name>SPECIALTY_ID
               </source-column-handle>
               <target-column-handle>
                  <column-table-name>SPECIALTIES
                  <column-name>ID
               </target-column-handle>
            </column-pair>
         </column-pairs>
      </table-association>
      <table-association>
         <name>FK_VET_SPECIALTIES_VETS
         <target-table-handle>
            <table-name>VETS
         </target-table-handle>
         <on-database>true
         <column-pairs>
            <column-pair>
               <source-column-handle>
                  <column-table-name>VET_SPECIALTIES
                  <column-name>VET_ID
               </source-column-handle>
               <target-column-handle>
                  <column-table-name>VETS
                  <column-name>ID
               </target-column-handle>
            </column-pair>
         </column-pairs>
      </table-association>
   </references>
</table>

Other Spring Framework examples (source code examples)

Here is a short list of links related to this Spring Framework VET_SPECIALTIES.xml source code file:

... this post is sponsored by my books ...

#1 New Release!

FP Best Seller

 

new blog posts

 

Copyright 1998-2021 Alvin Alexander, alvinalexander.com
All Rights Reserved.

A percentage of advertising revenue from
pages under the /java/jwarehouse URI on this website is
paid back to open source projects.