Closed
Description
ISession.Get
methods have no overloads taking both an entityName
and a lockMode
, which, as a result, forces to lock in a separated query when getting an entity by entity name.
In high concurrency environments, it may cause issues.
Generic Get<T>
methods also lack overloads with an entityName
argument, which are required when the class is not the entity name.