jpa - Maintaining multiple connection pools with spring/eclipse link -


we use spring , eclipse link (using eclipse link connection pool) we'd allocate 2 connection pools- default should used normally, second should used transactional methods requires new transaction (@transactional(propagation = propagation.requires_new))

is possible? thanks..


Comments

Popular posts from this blog

android - How to save instance state of selected radiobutton on menu -

python 3 IndexError: list index out of range -

IF statement in MySQL trigger -