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

sample: Transactional annotation sample to demonstrate Read-write transaction #2356

Merged
merged 2 commits into from
Nov 20, 2023
Merged

sample: Transactional annotation sample to demonstrate Read-write transaction #2356

merged 2 commits into from
Nov 20, 2023

Conversation

jainsahab
Copy link
Contributor

Adding a capability to increment the read count of a book, It starts a transaction, and then fetches a book by ID and update the count followed by persisting the changes back to the database before committing the transaction.

image

@jainsahab jainsahab requested a review from a team as a code owner November 15, 2023 14:39
Copy link

sonarcloud bot commented Nov 15, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@meltsufin meltsufin merged commit 18f265d into GoogleCloudPlatform:main Nov 20, 2023
13 checks passed
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.

2 participants