transactional-database Questions
2
Solved
I understand that if we use annotation @Transactional. "save()" method is not necessary. Is it exact?
And for my example:
@Transactional
void methodA() {
...
ObjectEntity objectEntity = objectR...
Clarissa asked 27/4, 2020 at 13:37
1
Solved
Disclaimer: I have read everything that I can read on the topic of snapshots and versioning on both stack overflow and on internet. My requirement is not version tracking for audit trail or the dat...
Bioecology asked 22/3, 2011 at 17:3
1
© 2022 - 2024 — McMap. All rights reserved.