Uses of Package
org.springframework.samples.petclinic

Packages that use org.springframework.samples.petclinic
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. 
org.springframework.samples.petclinic.util   
org.springframework.samples.petclinic.validation The classes in this package represent the set of Validator objects the Business Layer makes available to the Presentation Layer. 
org.springframework.samples.petclinic.web The classes in this package represent PetClinic's web presentation layer. 
 

Classes in org.springframework.samples.petclinic used by org.springframework.samples.petclinic
BaseEntity
          Simple JavaBean domain object with an id property.
NamedEntity
          Simple JavaBean domain object adds a name property to BaseEntity.
Owner
          Simple JavaBean domain object representing an owner.
Person
          Simple JavaBean domain object representing an person.
Pet
          Simple JavaBean business object representing a pet.
PetType
           
Specialty
          Models a Vet's specialty (for example, dentistry).
Vet
          Simple JavaBean domain object representing a veterinarian.
Visit
          Simple JavaBean domain object representing a visit.
 

Classes in org.springframework.samples.petclinic used by org.springframework.samples.petclinic.hibernate
Clinic
          The high-level PetClinic business interface.
Owner
          Simple JavaBean domain object representing an owner.
Pet
          Simple JavaBean business object representing a pet.
PetType
           
Vet
          Simple JavaBean domain object representing a veterinarian.
Visit
          Simple JavaBean domain object representing a visit.
 

Classes in org.springframework.samples.petclinic used by org.springframework.samples.petclinic.jdbc
Clinic
          The high-level PetClinic business interface.
Owner
          Simple JavaBean domain object representing an owner.
Pet
          Simple JavaBean business object representing a pet.
PetType
           
Vet
          Simple JavaBean domain object representing a veterinarian.
Visit
          Simple JavaBean domain object representing a visit.
 

Classes in org.springframework.samples.petclinic used by org.springframework.samples.petclinic.jpa
Clinic
          The high-level PetClinic business interface.
Owner
          Simple JavaBean domain object representing an owner.
Pet
          Simple JavaBean business object representing a pet.
PetType
           
Vet
          Simple JavaBean domain object representing a veterinarian.
Visit
          Simple JavaBean domain object representing a visit.
 

Classes in org.springframework.samples.petclinic used by org.springframework.samples.petclinic.util
BaseEntity
          Simple JavaBean domain object with an id property.
 

Classes in org.springframework.samples.petclinic used by org.springframework.samples.petclinic.validation
Owner
          Simple JavaBean domain object representing an owner.
Pet
          Simple JavaBean business object representing a pet.
Visit
          Simple JavaBean domain object representing a visit.
 

Classes in org.springframework.samples.petclinic used by org.springframework.samples.petclinic.web
Clinic
          The high-level PetClinic business interface.
Owner
          Simple JavaBean domain object representing an owner.
Pet
          Simple JavaBean business object representing a pet.
PetType
           
Visit
          Simple JavaBean domain object representing a visit.
 



Copyright © 2010. All Rights Reserved.