Property EntityManager
EntityManager
Return the entity manager this transaction operates upon.
Declaration
public EntityManager EntityManager { get; }
Property Value
Type | Description |
---|---|
Entity |
Remarks
Do not use this property to invoke arbitrary methods from an ExclusiveEntityTransaction because it is undefined
behavior. Some EntityManager methods involve operations that are not
safe to perform from worker threads, or which might work in certain contexts but fail in others.
Only the operations exposed by the Exclusive