Hi, I know the difference between Transaction Persistence Context and the Extended Persistence Context (in terms of functionality). However, Is there any general advice as to when to use Transaction Persistence Context and when to use Extended Persistence Context?
For what I see, the Extended Context is what most people would expect when they work on an entity because we don't have to tight to a transaction when we lazy load a relation? Is there any penalty if we use Extended Persistent Context vs Transaction Context? Is there any thoughts/advices about this from the dev. team? Thanks
