Package-level declarations

Types

Link copied to clipboard
The HostServiceEventsRepository interface is useful to manage the queries of the ServiceEvent
Link copied to clipboard
@Repository
interface HostServicesRepository : JpaRepository<T, ID>
The HostServicesRepository interface is useful to manage the queries of the BrownieHostService
Link copied to clipboard
@Repository
interface ServicesConfigurationsRepository : JpaRepository<T, ID>
The ServicesConfigurationsRepository interface is useful to manage the queries of the ServiceConfiguration