|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BaseEntity | |
---|---|
org.springframework.samples.petclinic | The classes in this package represent PetClinic's business layer. |
org.springframework.samples.petclinic.util |
Uses of BaseEntity in org.springframework.samples.petclinic |
---|
Subclasses of BaseEntity in org.springframework.samples.petclinic | |
---|---|
class |
NamedEntity
Simple JavaBean domain object adds a name property to BaseEntity . |
class |
Owner
Simple JavaBean domain object representing an owner. |
class |
Person
Simple JavaBean domain object representing an person. |
class |
Pet
Simple JavaBean business object representing a pet. |
class |
PetType
|
class |
Specialty
Models a Vet's specialty (for example, dentistry). |
class |
Vet
Simple JavaBean domain object representing a veterinarian. |
class |
Visit
Simple JavaBean domain object representing a visit. |
Uses of BaseEntity in org.springframework.samples.petclinic.util |
---|
Methods in org.springframework.samples.petclinic.util with type parameters of type BaseEntity | ||
---|---|---|
static
|
EntityUtils.getById(java.util.Collection<T> entities,
java.lang.Class<T> entityClass,
int entityId)
Look up the entity of the given class with the given id in the given collection. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |