NPersistence Reference Guide
Assembly: NPersistence (in NPersistence.dll) Version: 2.0.0.0 (2.0.0.0)
Indicate to the entity manager that a JTA transaction is
active. This method should be called on a JTA application
managed entity manager that was created outside the scope
of the active transaction to associate it with the current
JTA transaction.
Namespace: NPersistenceAssembly: NPersistence (in NPersistence.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
C# |
void JoinTransaction()
Exceptions
Exception | Condition |
---|---|
NPersistence..::..TransactionRequiredException | if there is no transaction |