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

IF statement in MySQL trigger -

c++ - What does MSC in "// appease MSC" comments mean? -

android - MPAndroidChart - How to add Annotations or images to the chart -