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
Post a Comment