TransactionStrategy for using JTA (bean-managed-)transactions
(including XA transactions with a XA DataSource).EntityManager might get created outside of the UserTransaction
(e.g. depending on the implementation of the producer).TransactionStrategy uses auto-detection and
can be used for different (parallel) persistence-units which use different transaction-types or
if different environments (dev., prod.,...) should use different transaction-types.TransactionContext.TransactionScoped
contextual instances, their CreationalContext etc.TransactionScoped
contextual instances.TransactionContext.TransactionStrategy.Copyright © 2011-2013 The Apache Software Foundation. All Rights Reserved.