Experimental API: Add minimal compatibility between new YDB SDK's YdbTransaction and YOJ's YdbRepositoryTransaction, accessible inside transaction body via
In the compatibility wrapper, the getStatusFuture() method always throws UnsupportedOperationException, and other methods are fully functional (getSessionId() will throw if there is no active YDB session, though.)
Experimental API: Add minimal compatibility between new YDB SDK's YdbTransaction and YOJ's YdbRepositoryTransaction, accessible inside transaction body via
In the compatibility wrapper, the
getStatusFuture()
method always throwsUnsupportedOperationException
, and other methods are fully functional (getSessionId()
will throw if there is no active YDB session, though.)