Uses of Class
org.springframework.samples.petclinic.Vet

Packages that use Vet
org.springframework.samples.petclinic The classes in this package represent PetClinic's business layer. 
org.springframework.samples.petclinic.hibernate The classes in this package represent the Hibernate implementation of PetClinic's persistence layer. 
org.springframework.samples.petclinic.jdbc The classes in this package represent the JDBC implementation of PetClinic's persistence layer. 
org.springframework.samples.petclinic.jpa The classes in this package represent the JPA implementation of PetClinic's persistence layer. 
 

Uses of Vet in org.springframework.samples.petclinic
 

Methods in org.springframework.samples.petclinic that return types with arguments of type Vet
 java.util.List<Vet> Vets.getVetList()
           
 java.util.Collection<Vet> Clinic.getVets()
          Retrieve all Vets from the data store.
 

Uses of Vet in org.springframework.samples.petclinic.hibernate
 

Methods in org.springframework.samples.petclinic.hibernate that return types with arguments of type Vet
 java.util.Collection<Vet> HibernateClinic.getVets()
           
 

Uses of Vet in org.springframework.samples.petclinic.jdbc
 

Methods in org.springframework.samples.petclinic.jdbc that return types with arguments of type Vet
 java.util.Collection<Vet> SimpleJdbcClinic.getVets()
           
 

Uses of Vet in org.springframework.samples.petclinic.jpa
 

Methods in org.springframework.samples.petclinic.jpa that return types with arguments of type Vet
 java.util.Collection<Vet> EntityManagerClinic.getVets()
           
 



Copyright © 2010. All Rights Reserved.