Package tech.ydb.yoj.repository.db
Class NonTx
java.lang.Object
tech.ydb.yoj.repository.db.NonTx
-
Method Summary
-
Method Details
-
nonTx
Wraps the specified object so that it cannot be invoked inside a transaction.- Type Parameters:
T- instance type- Parameters:
type- object type to wrap; must be an interfacet- instance to wrap- Returns:
- wrapped instance that does not permit calls inside a transaction
-