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

Support 'readOnly' transactions from Spring Transactional Attributes #8

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Conversation

willks
Copy link

@willks willks commented May 26, 2015

During development with this project, I noticed that new transactions were being opened/committed even if the operation was purely a read transaction. This small change ensures that readonly transactions don't actually open/commit any new transactions - leveraging the 'NoTX' transaction type.

William Keller added 2 commits May 25, 2015 13:50
…t like there is a running transaction except begin/commit/rollback actions will have no effect
…guard to ensure that resource exists before a cleanup is attempted
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.

None yet

1 participant