Uses of Interface
org.springframework.samples.petclinic.owners.pets.PetRepository

Packages that use PetRepository
org.springframework.samples.petclinic.owners.pets   
 

Uses of PetRepository in org.springframework.samples.petclinic.owners.pets
 

Classes in org.springframework.samples.petclinic.owners.pets that implement PetRepository
 class StubPetRepository
           
 

Constructors in org.springframework.samples.petclinic.owners.pets with parameters of type PetRepository
PetController(PetRepository repository)
           
 



Copyright © 2009 SpringSource, Inc. All Rights Reserved.