Class OwnerMaintenance
java.lang.Object
petclinic.owners.OwnerMaintenance
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcreateOrUpdate(Owner newData) findById(int ownerId) findByLastName(String lastName) Finds the owners whose last name starts with the given name.
-
Constructor Details
-
OwnerMaintenance
public OwnerMaintenance()
-
-
Method Details
-
findById
-
findByLastName
-
createOrUpdate
-