|
Spring Framework example source code file (org.springframework.samples.petclinic.Clinic.xml)
The Spring Framework org.springframework.samples.petclinic.Clinic.xml source code
<?xml version="1.0" encoding="UTF-8"?>
<class>
<name>org.springframework.samples.petclinic.Clinic
<is-interface>true
<modifier>1025
<last-refresh-timestamp>2006-07-23T20:57:41.692
<methods>
<method>
<name>findOwners
<modifier>1025
<return-type-declaration>
<type-handle>
<type-name>java.util.Collection
</type-handle>
</return-type-declaration>
<method-parameters>
<method-parameter>
<type-declaration>
<type-handle>
<type-name>java.lang.String
</type-handle>
</type-declaration>
</method-parameter>
</method-parameters>
<exception-type-handles>
<class-handle>
<type-name>org.springframework.dao.DataAccessException
</class-handle>
</exception-type-handles>
</method>
<method>
<name>getPetTypes
<modifier>1025
<return-type-declaration>
<type-handle>
<type-name>java.util.Collection
</type-handle>
</return-type-declaration>
<exception-type-handles>
<class-handle>
<type-name>org.springframework.dao.DataAccessException
</class-handle>
</exception-type-handles>
</method>
<method>
<name>getVets
<modifier>1025
<return-type-declaration>
<type-handle>
<type-name>java.util.Collection
</type-handle>
</return-type-declaration>
<exception-type-handles>
<class-handle>
<type-name>org.springframework.dao.DataAccessException
</class-handle>
</exception-type-handles>
</method>
<method>
<name>loadOwner
<modifier>1025
<return-type-declaration>
<type-handle>
<type-name>org.springframework.samples.petclinic.Owner
</type-handle>
</return-type-declaration>
<method-parameters>
<method-parameter>
<type-declaration>
<type-handle>
<type-name>int
</type-handle>
</type-declaration>
</method-parameter>
</method-parameters>
<exception-type-handles>
<class-handle>
<type-name>org.springframework.dao.DataAccessException
</class-handle>
</exception-type-handles>
</method>
<method>
<name>loadPet
<modifier>1025
<return-type-declaration>
<type-handle>
<type-name>org.springframework.samples.petclinic.Pet
</type-handle>
</return-type-declaration>
<method-parameters>
<method-parameter>
<type-declaration>
<type-handle>
<type-name>int
</type-handle>
</type-declaration>
</method-parameter>
</method-parameters>
<exception-type-handles>
<class-handle>
<type-name>org.springframework.dao.DataAccessException
</class-handle>
</exception-type-handles>
</method>
<method>
<name>storeOwner
<modifier>1025
<return-type-declaration>
<type-handle>
<type-name>void
</type-handle>
</return-type-declaration>
<method-parameters>
<method-parameter>
<type-declaration>
<type-handle>
<type-name>org.springframework.samples.petclinic.Owner
</type-handle>
</type-declaration>
</method-parameter>
</method-parameters>
<exception-type-handles>
<class-handle>
<type-name>org.springframework.dao.DataAccessException
</class-handle>
</exception-type-handles>
</method>
<method>
<name>storePet
<modifier>1025
<return-type-declaration>
<type-handle>
<type-name>void
</type-handle>
</return-type-declaration>
<method-parameters>
<method-parameter>
<type-declaration>
<type-handle>
<type-name>org.springframework.samples.petclinic.Pet
</type-handle>
</type-declaration>
</method-parameter>
</method-parameters>
<exception-type-handles>
<class-handle>
<type-name>org.springframework.dao.DataAccessException
</class-handle>
</exception-type-handles>
</method>
<method>
<name>storeVisit
<modifier>1025
<return-type-declaration>
<type-handle>
<type-name>void
</type-handle>
</return-type-declaration>
<method-parameters>
<method-parameter>
<type-declaration>
<type-handle>
<type-name>org.springframework.samples.petclinic.Visit
</type-handle>
</type-declaration>
</method-parameter>
</method-parameters>
<exception-type-handles>
<class-handle>
<type-name>org.springframework.dao.DataAccessException
</class-handle>
</exception-type-handles>
</method>
</methods>
</class>
Other Spring Framework examples (source code examples)Here is a short list of links related to this Spring Framework org.springframework.samples.petclinic.Clinic.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.