Document used Template Methods

Closes #118
This commit is contained in:
Simon Bruder 2024-01-06 22:14:58 +01:00
parent 06fc8732cc
commit 20ea9e5869
Signed by: simon
GPG key ID: 8D3C82F9F309F8EC

View file

@ -175,6 +175,8 @@ image:models/design/clientServer.svg[]
==== Design Patterns
* Spring MVC
* Template Method in `UserForm` (hook method `validatePasswordGeneric`)
* Template Method in `InventoryMutateForm` (hook method `modifyProductPrimitive`)
==== Persistence
The application uses *Hibernate annotation based mapping* to map Java classes to database tables. As a database, *H2* is used.