Interface LlmConnectionRepository

All Superinterfaces:
LlmConnectionRepositoryFragment, org.springframework.data.repository.Repository<LlmConnection,UUID>, ScopedRepository<LlmConnection>

public interface LlmConnectionRepository extends org.springframework.data.repository.Repository<LlmConnection,UUID>, LlmConnectionRepositoryFragment
Tenant-scoped repository for LlmConnection. Extends only the empty Repository plus the scoped fragments, so every read takes a TenantScope. Connection names are unique per tenant, so the uniqueness guard uses existsByName scoped to the caller.