|
Spring Framework example source code file (VET_SPECIALTIES.xml)
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 |
Copyright 1998-2024 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.