资讯

When I'm using declarative method level @transactional (timeout = 15), then transaction timeout is happening properly. But when I removed the timeout property from @transactional and put ...
it is documented I can run queries without transactions here by annotating with @transactional(NOT_SUPPORTED) or @transactional(NEVER). I require to specifically run an update query w/o the ...