I want to tell a function which is marked @transactional to use a session that i opened with the sessionFactory, in another function. Is this possible. Or even start a transaction manually in a function not marked as @transactional through the use of the registered transaction manager. I want to use it in a spring project, btw.
I also already asked two questions regarding this on stack overflow, so for more information you could check there, since i don't want to copy everything here. Thanks
http://stackoverflow.com/questions/29395714/is-it-possible-to-use-transactional-annotation-with-a-transaction-opened-by-han
|