Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Account Lock Implementation #22

Open
wants to merge 8 commits into
base: multi-module
Choose a base branch
from

Conversation

gabrielsmartins
Copy link

  • Added Account Lock Implementation using EntityManager
  • Added createdAt attribute in Account
  • Changed spring-context and validation-api dependencies to spring-boot-starter-validation in order to use the starters from spring boot
  • Added Identity Strategy in ID of AccountJpaEntity

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

Base automatically changed from master to multi-module February 20, 2021 02:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant