Uses of Interface
com.github.sttk.sabi.AsyncGroup
Packages that use AsyncGroup
-
Uses of AsyncGroup in com.github.sttk.sabi
Methods in com.github.sttk.sabi with parameters of type AsyncGroupModifier and TypeMethodDescriptionvoid
DaxConn.commit
(AsyncGroup ag) Commits updates to a target data store in a transaction.void
DaxConn.forceBack
(AsyncGroup ag) Reverts updates forcely even if updates are already commited or this connection does not have rollback mechanism.default void
DaxConn.rollback
(AsyncGroup ag) Rollbacks updates to a target data store in a transaction.void
DaxSrc.setup
(AsyncGroup ag) Sets up this data source.