Uses of Package
com.github.sttk.sabi

  • Class
    Description
    An interface for asynchronously executing multiple Runner instances and waiting for their completion.
    An interface designed for implementing data access operations through default methods in its sub-interfaces.
    The interface that abstracts a connection per session to an external data service, such as a database, file system, or messaging service.
    DataHub is a central component in the Sabi framework that manages DataSrc and DataConn instances, facilitating data access and transaction management.
    The interface that abstracts a data source responsible for managing connections to external data services, such as databases, file systems, or messaging services.
    Represents the application's business logic, designed to separate data access concerns from the core logic.
    Runner is the interface that runs any procedure.