mirror of
https://github.com/st-tu-dresden-praktikum/swt23w23
synced 2024-07-19 21:04:36 +02:00
parent
06fc8732cc
commit
20ea9e5869
|
@ -175,6 +175,8 @@ image:models/design/clientServer.svg[]
|
||||||
|
|
||||||
==== Design Patterns
|
==== Design Patterns
|
||||||
* Spring MVC
|
* Spring MVC
|
||||||
|
* Template Method in `UserForm` (hook method `validatePasswordGeneric`)
|
||||||
|
* Template Method in `InventoryMutateForm` (hook method `modifyProductPrimitive`)
|
||||||
|
|
||||||
==== Persistence
|
==== Persistence
|
||||||
The application uses *Hibernate annotation based mapping* to map Java classes to database tables. As a database, *H2* is used.
|
The application uses *Hibernate annotation based mapping* to map Java classes to database tables. As a database, *H2* is used.
|
||||||
|
|
Loading…
Reference in a new issue