Uses of Package
com.github.sttk.sabi
Packages that use com.github.sttk.sabi
-
Classes in com.github.sttk.sabi used by com.github.sttk.sabiClassDescription
AsyncGroup
is the inferface to execute addedRunner
(s) asynchronously.Dax
is the interface for a set of data access methods.DaxConn
is the interface that represents a connection to a data store.DaxSrc
is the interface that represents a data source like database, etc.,and creates aDaxConn
which is a connection to the data source.Logic
is the functional interface that represents a logical procedure.Runner
is the interface that runs any procedure..