thombergs / buckpal

An example approach for implementing a Clean/Hexagonal Architecture
https://leanpub.com/get-your-hands-dirty-on-clean-architecture/overview
2.14k stars 659 forks source link

Add Account Lock Implementation #22

Open gabrielsmartins opened 3 years ago

gabrielsmartins commented 3 years ago

Note: Was not possible to implement that using@Lock from Spring Data JPA because of transactions and there is no support to lock and release entity through annotation, that's why was used EntityManager