• Administrator's avatar
    Changes pet list to edit by id instead of entity · fb006883
    Administrator authored
    The pet list "Edit" button was calling a method in the managed bean
    that received the Pet entity. This caused lots of unnecessary queries
    in the database. In order to avoid this, the edit method now receives
    the pet identifier instead of the entity.
    fb006883
Name
Last commit
Last update
additional-material Loading commit data...
domain Loading commit data...
ear Loading commit data...
jsf Loading commit data...
rest Loading commit data...
service Loading commit data...
tests Loading commit data...
.gitignore Loading commit data...
README.md Loading commit data...
pom.xml Loading commit data...