Uses of Interface
org.springframework.samples.petclinic.owners.OwnerRepository

Packages that use OwnerRepository
org.springframework.samples.petclinic.owners   
 

Uses of OwnerRepository in org.springframework.samples.petclinic.owners
 

Classes in org.springframework.samples.petclinic.owners that implement OwnerRepository
 class StubOwnerRepository
           
 

Constructors in org.springframework.samples.petclinic.owners with parameters of type OwnerRepository
OwnerController(OwnerRepository repository)
           
OwnersController(OwnerRepository repository)
           
 



Copyright © 2009 SpringSource, Inc. All Rights Reserved.