Package-level declarations

Types

Link copied to clipboard
@Service
class ExecutionSpeedLogEntityService @Autowired constructor(repository: ExecutionSpeedLogRepository) : BaseEntityService<ExecutionSpeedLog, Long, ExecutionSpeedLogRepository>
Link copied to clipboard
@Service
class FrontendLogEntityService @Autowired constructor(repository: FrontendLogRepository) : BaseEntityService<FrontendLog, Long, FrontendLogRepository>